From 6a809813b520d8c882daf569cd86a241b538788c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 3 Jul 2020 16:06:13 +0200 Subject: Create detgeom and data arrays when reading from stream --- libcrystfel/src/image.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libcrystfel/src/image.h') 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 -- cgit v1.2.3