aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-02-26 16:17:03 +0100
committerThomas White <taw@physics.org>2020-07-29 18:42:24 +0200
commit300f09607bb06bbbac1ffbeb2ad2e6985459abd1 (patch)
treee90dfb57a3f0ffc18b9350b978f1f16a0ed6d09a /libcrystfel/src/image.h
parentcb47e755858296d59f4ceb373bcd20b045004f56 (diff)
Create detgeom structure on image load
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 6330d824..f9257560 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -142,8 +142,11 @@ struct image
/** Number of times the indexer was tried before succeeding */
int n_indexing_tries;
- /** The detector structure */
- struct detector *det;
+ /** The detector structure
+ * @{ */
+ struct detgeom *detgeom;
+ struct detector *det; /* FIXME: Deprecated */
+ /** @} */
/** The nominal beam parameters (or where to get them) */
struct beam_params *beam; /* FIXME: Deprecated */