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, 7 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 93b41c34..8721a2bf 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -202,6 +202,13 @@ extern ImageFeatureList *image_read_peaks(const DataTemplate *dtempl,
extern char **image_expand_frames(const DataTemplate *dtempl,
const char *filename, int *nframes);
+/* The following functions are not part of the public API -
+ * use within libcrystfel only */
+extern void create_detgeom(struct image *image,
+ const DataTemplate *dtempl);
+
+extern int create_blank_arrays(struct image *image);
+
#ifdef __cplusplus
}
#endif