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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 654bf3b1..3f1ed219 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -260,10 +260,10 @@ extern ImageFeatureList *image_read_peaks(const DataTemplate *dtempl,
extern char **image_expand_frames(const DataTemplate *dtempl,
const char *filename, int *nframes);
-extern int image_set_zero_data(struct image *image,
- const DataTemplate *dtempl);
+extern int image_create_dp_bad_sat(struct image *image,
+ const DataTemplate *dtempl);
-extern int image_set_zero_mask(struct image *image,
+extern int image_set_zero_data(struct image *image,
const DataTemplate *dtempl);
extern int image_write(const struct image *image,