aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
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 */