diff options
author | Thomas White <taw@physics.org> | 2020-08-27 16:19:23 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-27 16:19:35 +0200 |
commit | ed7883d8ee8739adfa39a5a71c1bffe2572dbb44 (patch) | |
tree | 5ae277c40e3907c588b7be82c9ed18e20fbbba02 /src | |
parent | 4e0d428addebd689abadfaa0ef8cafd2bd1fd726 (diff) |
indexamajig: Hide --hdf5-peaks
This option is no longer used, and generates a warning. The peak
location comes in the geometry file instead.
Diffstat (limited to 'src')
-rw-r--r-- | src/indexamajig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 774a7ffc..8285f780 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -705,7 +705,7 @@ int main(int argc, char *argv[]) {"peaks", 301, "method", 0, "Peak search method. Default: zaef"}, {"peak-radius", 302, "r1,r2,r3", OPTION_NO_USAGE, "Radii for peak search"}, {"min-peaks", 303, "n", OPTION_NO_USAGE, "Minimum number of peaks for indexing"}, - {"hdf5-peaks", 304, "p", OPTION_NO_USAGE, "Location of peak table in HDF5 file"}, + {"hdf5-peaks", 304, "p", OPTION_HIDDEN, "Location of peak table in HDF5 file"}, {"median-filter", 305, "n", OPTION_NO_USAGE, "Apply median filter to image data"}, {"filter-noise", 306, NULL, OPTION_NO_USAGE, "Apply noise filter to image data"}, {"threshold", 't', "adu", OPTION_NO_USAGE, "Threshold for peak detection " |