aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-10-22 16:27:03 -0700
committerThomas White <taw@physics.org>2012-10-22 16:27:03 -0700
commitb5afea064fba22f893fd32a5834bdb4017d96d30 (patch)
tree48644db0021dd4b6f194c23ae90808428c45e771 /libcrystfel/src/peaks.h
parent55787c925f647515c9f1bbe1b0eaf3c6b697a640 (diff)
indexamajig: Validate (re-integrate, check bad regions etc) peaks from HDF5
Diffstat (limited to 'libcrystfel/src/peaks.h')
-rw-r--r--libcrystfel/src/peaks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h
index afc7b868..39fdf54c 100644
--- a/libcrystfel/src/peaks.h
+++ b/libcrystfel/src/peaks.h
@@ -53,4 +53,7 @@ extern int peak_sanity_check(struct image *image);
extern void estimate_resolution(RefList *list, UnitCell *cell,
double *min, double *max);
+extern void validate_peaks(struct image *image, double min_snr,
+ int ir_inn, int ir_mid, int ir_out);
+
#endif /* PEAKS_H */