diff options
author | Thomas White <taw@physics.org> | 2012-11-28 16:31:19 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-11-29 12:01:20 +0100 |
commit | 483e3d5883461f0572a181211b6aa306fd2bfdc0 (patch) | |
tree | 2ff96dfecc0e82aab5ad6dc231d37798cedc43dc /libcrystfel/src/peaks.h | |
parent | 1d7ab9644999e4ec44bd90fdd249515bf05770b3 (diff) |
indexamajig: Add --integrate-saturated
Diffstat (limited to 'libcrystfel/src/peaks.h')
-rw-r--r-- | libcrystfel/src/peaks.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h index 39fdf54c..ec76fd3b 100644 --- a/libcrystfel/src/peaks.h +++ b/libcrystfel/src/peaks.h @@ -43,7 +43,8 @@ extern void search_peaks(struct image *image, float threshold, extern void integrate_reflections(struct image *image, int use_closer, int bgsub, double min_snr, - double ir_inn, double ir_mid, double ir_out); + double ir_inn, double ir_mid, double ir_out, + int integrate_saturated); extern double peak_lattice_agreement(struct image *image, UnitCell *cell, double *pst); |