aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-06-02 10:20:52 +0200
committerThomas White <taw@physics.org>2022-06-02 10:20:52 +0200
commita65abec0fce191e473037a0043e62bdaf6ff8b37 (patch)
treece1ce48c255361343b1125ad493542d31181eeb3 /src/indexamajig.c
parent8237facedc40899535a47c121fa9ae299fa93ab6 (diff)
indexamajig: Put MsgPack peaks through validation procedure, like HDF5
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 81fb78ae..fc22a562 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -970,11 +970,11 @@ int main(int argc, char *argv[])
"highest pixel and neighbours (peakfinder9 only, just for speed)"},
{"no-use-saturated", 318, NULL, OPTION_NO_USAGE, "Reject saturated peaks"},
{"no-revalidate", 319, NULL, OPTION_NO_USAGE, "Don't re-integrate and check HDF5 "
- "peaks"},
+ "or MsgPack peaks"},
{"no-half-pixel-shift", 320, NULL, OPTION_NO_USAGE, "Don't offset HDF5 peak "
"locations by 0.5 pixels"},
- {"check-hdf5-snr", 321, NULL, OPTION_NO_USAGE, "Check SNR for peaks from HDF5 or "
- "CXI (see --min-snr)"},
+ {"check-hdf5-snr", 321, NULL, OPTION_NO_USAGE, "Check SNR for peaks from HDF5, "
+ "CXI or MsgPack (see --min-snr)"},
{NULL, 0, 0, OPTION_DOC, "Indexing options:", 4},
{"indexing", 400, "method", 0, "List of indexing methods"},