diff options
author | Thomas White <taw@physics.org> | 2012-10-22 16:27:03 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-22 16:27:03 -0700 |
commit | b5afea064fba22f893fd32a5834bdb4017d96d30 (patch) | |
tree | 48644db0021dd4b6f194c23ae90808428c45e771 /libcrystfel/src/peaks.h | |
parent | 55787c925f647515c9f1bbe1b0eaf3c6b697a640 (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.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 */ |