aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-05-14 15:28:53 +0200
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commitd7d505fea885f0d5bb93a4bfb9f4e424d6e9f229 (patch)
tree947954f881d1c8ebc37f473826269c397635e3b2 /libcrystfel/src/image.h
parentbf3ad7ed1aea595b5730a0c10c3b74e233012aee (diff)
Add image_expand_frames()
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h2
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);