aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index a2ca758c..b41b26c7 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -248,6 +248,11 @@ extern struct image *image_read(DataTemplate *dtempl, const char *filename,
const char *event);
extern void image_free(struct image *image);
+extern ImageFeatureList *image_read_peaks(const DataTemplate *dtempl,
+ const char *filename,
+ const char *event,
+ int half_pixel_shift);
+
/* Field lists */
extern struct imagefile_field_list *new_imagefile_field_list(void);