diff options
author | Thomas White <taw@physics.org> | 2017-06-27 15:14:50 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-06-27 15:14:50 +0200 |
commit | 8672f2857f18841576dc54b9a64e25837730cddd (patch) | |
tree | c8882ede8c1a9dfdfecce967bee86fb79e3f7476 /doc | |
parent | 5bb6d2e69535498a2e4aaf41c51c7566cd15a170 (diff) |
indexamajig: Add --no-non-hits-in-stream
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/indexamajig.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1 index 5855c866..eaf812d6 100644 --- a/doc/man/indexamajig.1 +++ b/doc/man/indexamajig.1 @@ -233,6 +233,16 @@ these. The defaults are probably not appropriate for your situation. The default is \fB--int-radius=4,5,7\fR. .PD 0 +.IP \fB--min-peaks=\fIn\fR +.PD +Do not try to index frames with fewer than \fIn\fR peaks. These frames will still be described in the output stream. To exclude them, use \fB--no-non-hits-in-stream\fR. + +.PD 0 +.IP \fB--no-non-hits-in-stream\fR +.PD +Completely exclude 'non-hit' frames in the stream. When this option is given, frames with fewer than the number of peaks given to \fB--min-peaks\fR will not have chunks written to the stream at all. + +.PD 0 .IP \fB--basename\fR .PD Remove the directory parts of the filenames taken from the input file. If \fB--prefix\fR or \fB-x\fR is also given, the directory parts of the filename will be removed \fIbefore\fR adding the prefix. |