diff options
author | Thomas White <taw@physics.org> | 2020-06-16 16:25:20 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:44 +0200 |
commit | 9d958b9db93e2009f403ad81fc7846036914f8fe (patch) | |
tree | be210d70f13488710a445bf7a398167239d13fa2 /libcrystfel/src/image-hdf5.h | |
parent | 43dca1cd95610a2c736e53160ecdbfb04f7a2c1e (diff) |
Remove events.c, part 2
New event parsing, done at the last minute in image-hdf5.c
Diffstat (limited to 'libcrystfel/src/image-hdf5.h')
-rw-r--r-- | libcrystfel/src/image-hdf5.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libcrystfel/src/image-hdf5.h b/libcrystfel/src/image-hdf5.h index 84a53d99..7a32a354 100644 --- a/libcrystfel/src/image-hdf5.h +++ b/libcrystfel/src/image-hdf5.h @@ -61,8 +61,9 @@ extern ImageFeatureList *image_hdf5_read_peaks_hdf5(const DataTemplate *dtempl, const char *event, int half_pixel_shift); -extern struct event_list *image_hdf5_expand_frames(const DataTemplate *dtempl, - const char *filename); +extern char **image_hdf5_expand_frames(const DataTemplate *dtempl, + const char *filename, + int *n_frames); extern int is_hdf5_file(const char *filename); |