diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 6 |
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; |