diff options
Diffstat (limited to 'libcrystfel/src/peaks.c')
-rw-r--r-- | libcrystfel/src/peaks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/peaks.c b/libcrystfel/src/peaks.c index 713dd0a6..067d32a4 100644 --- a/libcrystfel/src/peaks.c +++ b/libcrystfel/src/peaks.c @@ -467,7 +467,8 @@ void search_peaks(struct image *image, float threshold, float min_gradient, struct panel *p = &image->det->panels[i]; if ( p->no_index ) continue; - search_peaks_in_panel(image, threshold, min_gradient, min_snr, p); + search_peaks_in_panel(image, threshold, min_gradient, + min_snr, p); } } |