diff options
author | Alexandra Tolstikova <alexandra.tolstikova@desy.de> | 2022-09-22 17:02:37 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-09-22 17:02:37 +0200 |
commit | 46d4aab96fd1703a0c4d7ea36b6c1cfd315857d9 (patch) | |
tree | 11d5d88dd6932a730b16f155fdfbaebaf61a0ec4 /src/gui_peaksearch.c | |
parent | 025f9e9c9022bb1118783a089fa5854b956eb04a (diff) |
Add fast mode for peakfinder8
Diffstat (limited to 'src/gui_peaksearch.c')
-rw-r--r-- | src/gui_peaksearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_peaksearch.c b/src/gui_peaksearch.c index 6af0b3a6..976e08ec 100644 --- a/src/gui_peaksearch.c +++ b/src/gui_peaksearch.c @@ -80,7 +80,7 @@ void update_peaks(struct crystfelproject *proj) proj->peak_search_params.local_bg_radius, proj->peak_search_params.min_res, proj->peak_search_params.max_res, - 1); + 1, 0, NULL); break; case PEAK_PEAKFINDER9: |