diff options
Diffstat (limited to 'libcrystfel/src/peaks.h')
-rw-r--r-- | libcrystfel/src/peaks.h | 3 |
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 */ |