aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2008-01-22 12:43:28 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2008-01-22 12:43:28 +0000
commitd0cf9ad6d2025cc3ac59e58511dde116d999b7e3 (patch)
tree50d2b8d24a7c75d9903eb6049b902a7112496850 /src/image.h
parent61f8a2450fd944920523c0153ea1702f72d751fb (diff)
Nooooo! Use RADIANS internally...
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@260 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/image.h b/src/image.h
index c617330..6b2f4e7 100644
--- a/src/image.h
+++ b/src/image.h
@@ -42,9 +42,9 @@ typedef struct {
typedef struct imagerecord_struct {
uint16_t *image;
- double tilt; /* Degrees. Defines where the pattern lies in reciprocal space */
- double omega; /* Degrees. Defines where the pattern lies in reciprocal space */
- double slop; /* Degrees. Defines where the pattern lies "on the negative" */
+ double tilt; /* Radians. Defines where the pattern lies in reciprocal space */
+ double omega; /* Radians. Defines where the pattern lies in reciprocal space */
+ double slop; /* Radians. Defines where the pattern lies "on the negative" */
FormulationMode fmode;
double pixel_size;