aboutsummaryrefslogtreecommitdiff
path: root/src/gui_peaksearch.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-03-17 16:10:00 +0100
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commitaa183716dbe65a047b8e33aa7b4a8e2bdba7d99e (patch)
treef4e2eed351be4fae330b34dbbf9e8dbf5c9f1109 /src/gui_peaksearch.c
parente173da81d1bfd011589458963840ca72404177e4 (diff)
Convert peakfinder8 to use new API
Diffstat (limited to 'src/gui_peaksearch.c')
-rw-r--r--src/gui_peaksearch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui_peaksearch.c b/src/gui_peaksearch.c
index 8bcf5f67..b641fb30 100644
--- a/src/gui_peaksearch.c
+++ b/src/gui_peaksearch.c
@@ -71,7 +71,6 @@ void update_peaks(struct crystfelproject *proj)
break;
case PEAK_PEAKFINDER8:
- STATUS("NB peakfinder8 doesn't yet use new API\n");
search_peaks_peakfinder8(image, 2048,
proj->peak_search_params.threshold,
proj->peak_search_params.min_snr,