From 29fdf21f5bc807e612cb560d262617304fef33fe Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 6 Mar 2019 15:11:17 +0100 Subject: indexamajig: Rename --min-gradient to --min-squared-gradient The eventual aim of this is to deprecate the "--min-gradient" option, resolving the long-standing confusion about whether this option is the gradient or the squared gradient. --- src/process_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/process_image.h') diff --git a/src/process_image.h b/src/process_image.h index 90925592..2a43d11d 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -63,7 +63,7 @@ struct index_args int median_filter; int satcorr; float threshold; - float min_gradient; + float min_sq_gradient; float min_snr; int check_hdf5_snr; struct detector *det; -- cgit v1.2.3