diff options
author | Thomas White <taw@physics.org> | 2020-07-10 15:30:51 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:45 +0200 |
commit | 30973775e4bddba8ceebf4b93f58440cbb520617 (patch) | |
tree | bf11a7762e8d14e24d551e550243b8233147c005 /libcrystfel/src/image.h | |
parent | 47ecc15f4f32350bb29085459e23f208007e3d1c (diff) |
stream_read_chunk: Add option to load image data
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 |