diff options
author | Thomas White <taw@physics.org> | 2020-03-17 16:10:00 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:42:57 +0200 |
commit | aa183716dbe65a047b8e33aa7b4a8e2bdba7d99e (patch) | |
tree | f4e2eed351be4fae330b34dbbf9e8dbf5c9f1109 /src | |
parent | e173da81d1bfd011589458963840ca72404177e4 (diff) |
Convert peakfinder8 to use new API
Diffstat (limited to 'src')
-rw-r--r-- | src/gui_peaksearch.c | 1 |
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, |