diff options
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r-- | libcrystfel/src/image.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 45a75f1e..9bb6f1bd 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -215,6 +215,11 @@ extern int image_set_zero_mask(struct image *image, extern void create_detgeom(struct image *image, const DataTemplate *dtempl); +extern int image_read_image_data(struct image *image, + const DataTemplate *dtempl, + const char *filename, + const char *event); + #ifdef __cplusplus } #endif |