diff options
author | Thomas White <taw@physics.org> | 2012-11-28 17:41:46 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-11-29 12:01:34 +0100 |
commit | fcba20a4c51793701c5946cca8fc264aa2e72450 (patch) | |
tree | fb87187f6b6686c7b2d2506f4d819376b7b0f250 /libcrystfel/src/peaks.h | |
parent | f322397ceee6a12518c193fafd73487b7b19b875 (diff) |
indexamajig: Add --use-saturated
Diffstat (limited to 'libcrystfel/src/peaks.h')
-rw-r--r-- | libcrystfel/src/peaks.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h index ec76fd3b..3fae13fb 100644 --- a/libcrystfel/src/peaks.h +++ b/libcrystfel/src/peaks.h @@ -39,7 +39,8 @@ extern void search_peaks(struct image *image, float threshold, float min_gradient, float min_snr, - double ir_inn, double ir_mid, double ir_out); + double ir_inn, double ir_mid, double ir_out, + int use_saturated); extern void integrate_reflections(struct image *image, int use_closer, int bgsub, double min_snr, @@ -55,6 +56,7 @@ 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); + int ir_inn, int ir_mid, int ir_out, + int use_saturated); #endif /* PEAKS_H */ |