diff options
author | Thomas White <taw@physics.org> | 2010-02-04 19:04:20 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-04 19:04:20 +0100 |
commit | a162a01f988a86f38d10a1b507d524637670566e (patch) | |
tree | 401f12e5878d8ca150b51bca5835cae627eabc6e /src/image.h | |
parent | c85a8a308ec7ab50545255530da6a31b841be3ed (diff) |
Improved framework for detector geometry
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h index 59435b4e..166b20df 100644 --- a/src/image.h +++ b/src/image.h @@ -23,6 +23,7 @@ #include "utils.h" #include "cell.h" +#include "detector.h" /* How is the scaling of the image described? */ @@ -79,6 +80,7 @@ struct image { double *twotheta; struct molecule *molecule; UnitCell *indexed_cell; + struct detector det; struct quaternion orientation; |