aboutsummaryrefslogtreecommitdiff
path: root/src/control.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-30 12:14:32 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-30 12:14:32 +0000
commite9a2b408c139a17e431dfb84384edd62a2ead7e3 (patch)
tree3bac693f8b773553f29456973dd77317378c6e8f /src/control.h
parent0126d58f87dae943396f3701d83ccb1686143568 (diff)
Merge the two reflection_add routines for different formulations
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@95 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/control.h')
-rw-r--r--src/control.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/control.h b/src/control.h
index bae9f4b..ac3a357 100644
--- a/src/control.h
+++ b/src/control.h
@@ -50,8 +50,8 @@ typedef enum {
typedef struct imagerecord_struct {
uint16_t *image;
- double tilt;
- double omega;
+ double tilt; /* Degrees */
+ double omega; /* Degrees */
FormulationMode fmode;
double pixel_size;
@@ -89,7 +89,7 @@ typedef struct cctx_struct {
/* Basic parameters, stored here solely so they can be copied
* into the ImageRecord(s) more easily */
double camera_length;
- double omega;
+ double omega; /* Degrees */
double resolution;
double lambda;
double pixel_size;