aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-06-12 10:47:55 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:44 +0200
commitd3b90e0194172285b31491fcd7082c2b4d82d788 (patch)
tree61a66dfafee5f604d58cb52eaac8a576192855f0 /libcrystfel/src/image.h
parent7617a4adccf8f6cb3845c1ac018abae949dafef1 (diff)
Remove events.c, part 1
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index d2992b0f..93b41c34 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -47,7 +47,6 @@ struct image;
#include "reflist.h"
#include "crystal.h"
#include "index.h"
-#include "events.h"
#include "spectrum.h"
#include "datatemplate.h"
@@ -190,7 +189,6 @@ extern void free_all_crystals(struct image *image);
extern void mark_resolution_range_as_bad(struct image *image,
double min, double max);
-/* New API */
extern struct image *image_new(void);
extern struct image *image_read(DataTemplate *dtempl, const char *filename,
const char *event);
@@ -201,8 +199,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);
+extern char **image_expand_frames(const DataTemplate *dtempl,
+ const char *filename, int *nframes);
#ifdef __cplusplus
}