diff options
author | Thomas White <taw@physics.org> | 2013-02-09 17:35:20 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-09 17:35:20 -0800 |
commit | 5a98496730bbbee2bd5e6da6eff416bd9c8c051f (patch) | |
tree | 23d7e7c9bd2dc99876b2e71591545d8eeeca9def /libcrystfel/src/peaks.h | |
parent | 8adbbf7d02c66607c435a26d3cab9d28b640f9f1 (diff) |
Add '--res-cutoff'
Diffstat (limited to 'libcrystfel/src/peaks.h')
-rw-r--r-- | libcrystfel/src/peaks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h index b00edf00..6be728fe 100644 --- a/libcrystfel/src/peaks.h +++ b/libcrystfel/src/peaks.h @@ -45,7 +45,7 @@ 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, - int integrate_saturated); + int integrate_saturated, int res_cutoff); extern int peak_sanity_check(struct image *image, Crystal **crystals, int n_cryst); |