From d7d505fea885f0d5bb93a4bfb9f4e424d6e9f229 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 14 May 2020 15:28:53 +0200 Subject: Add image_expand_frames() --- libcrystfel/src/image.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcrystfel/src/image.h') 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); -- cgit v1.2.3