diff options
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r-- | libcrystfel/src/image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index b41b26c7..4bee27ec 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -253,6 +253,8 @@ extern ImageFeatureList *image_read_peaks(const DataTemplate *dtempl, const char *event, int half_pixel_shift); +extern struct event_list *image_expand_frames(const DataTemplate *dtempl, + const char *filename); /* Field lists */ extern struct imagefile_field_list *new_imagefile_field_list(void); |