aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/datatemplate_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-10-05 15:57:11 +0200
committerThomas White <taw@physics.org>2022-10-05 15:57:11 +0200
commitbc70fa1a15da172172a97a097de9141b97e3a9e2 (patch)
tree15865b7de5ffe603ce58e32e236c1fe460027342 /libcrystfel/src/datatemplate_priv.h
parent862fa2485c77611532d21e18c92595b34f767ff7 (diff)
parent46d4aab96fd1703a0c4d7ea36b6c1cfd315857d9 (diff)
Merge branch 'pf8_faster'
Diffstat (limited to 'libcrystfel/src/datatemplate_priv.h')
-rw-r--r--libcrystfel/src/datatemplate_priv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcrystfel/src/datatemplate_priv.h b/libcrystfel/src/datatemplate_priv.h
index ff383705..26b90d6b 100644
--- a/libcrystfel/src/datatemplate_priv.h
+++ b/libcrystfel/src/datatemplate_priv.h
@@ -32,6 +32,8 @@
#ifndef DATATEMPLATE_PRIV_H
#define DATATEMPLATE_PRIV_H
+#include "detgeom.h"
+
/* Maximum number of dimensions expected in data files */
#define MAX_DIMS (16)
@@ -234,5 +236,8 @@ struct _datatemplate
};
extern double convert_to_m(double val, int units);
+extern struct detgeom *create_detgeom(struct image *image,
+ const DataTemplate *dtempl,
+ int two_d_only);
#endif /* DATATEMPLATE_PRIV_H */