aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-05-24 16:26:39 +0200
committerThomas White <taw@physics.org>2018-05-30 16:46:56 +0200
commitaae5b9636a9efe1ece80a3b823956a75d4149dca (patch)
tree0cf2b14b12d6064c04efc716c3fdae8b9c6eaeaf /src/process_image.h
parentd8f176d1902e6fb90747d4065c7e775b86476d5b (diff)
Use only one min-snr option
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/process_image.h b/src/process_image.h
index 7b050e83..52f063fd 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -87,7 +87,6 @@ struct index_args
int min_peaks;
float min_snr_biggest_pix;
float min_snr_peak_pix;
- float min_snr_whole_peak;
float min_sig;
float min_peak_over_neighbour;
struct imagefile_field_list *copyme;