diff options
Diffstat (limited to 'libcrystfel/src/datatemplate_priv.h')
-rw-r--r-- | libcrystfel/src/datatemplate_priv.h | 5 |
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 */ |