diff options
author | Thomas White <taw@physics.org> | 2019-03-06 15:11:17 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-03-06 15:11:17 +0100 |
commit | 29fdf21f5bc807e612cb560d262617304fef33fe (patch) | |
tree | 471084a90279aa28d6ee5e1727593c61a3eeecc0 /src/process_image.h | |
parent | 02e1c27088afab67f2e637ab57fd11ed1f0f71e5 (diff) |
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.
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |