diff options
author | Thomas White <taw@physics.org> | 2018-05-24 10:39:25 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-24 15:21:18 +0200 |
commit | 2c3009115b8cc34c6ea085e45856244457198541 (patch) | |
tree | aa077a2ca4b4d537ffef7b6862c05673ccfaab93 /src/indexamajig.c | |
parent | e9ffe115ba2ce1db0667dabad5e6a9b42a2d359a (diff) |
Formatting in --help
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 113ad04b..714af5cd 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -111,14 +111,14 @@ static void show_help(const char *s) " (peakfinder8 only) Default: 0\n" " --max-res=<n> Maximum resolution for peak search (in pixels)\n" " (peakfinder8 only) Default: 1200\n" -" --window-radius=<n> (peakFinder9 only) defines the radius in which the " -" local background is estimated\n" -" --sig-fac-biggest-pix=<n> (peakFinder9 only) min snr of the biggest pixel in " -" the peak\n" -" --sig-fac-peak-pix=<n> (peakFinder9 only) min snr of a peak pixel\n" -" --min-sig=<n> (peakFinder9 only) minimum standard deviation of " +" --window-radius=<n> (peakFinder9 only) defines the radius in which the " +" local background is estimated\n" +" --sig-fac-biggest-pix=<n> (peakFinder9 only) min snr of the biggest pixel in " +" the peak\n" +" --sig-fac-peak-pix=<n> (peakFinder9 only) min snr of a peak pixel\n" +" --min-sig=<n> (peakFinder9 only) minimum standard deviation of " " the background\n" -" --min-peak-over-neighbour=<n> (peakFinder9 only) just for speed. Biggest pixel" +" --min-peak-over-neighbour=<n> (peakFinder9 only) just for speed. Biggest pixel" " in peak must be n higher than this.\n" " --no-use-saturated Reject saturated peaks\n" " --no-revalidate Don't re-integrate and check HDF5 peaks\n" |