diff options
author | Thomas White <taw@physics.org> | 2011-03-16 14:18:02 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:20 +0100 |
commit | 14d12aa55a6e342d7a7c83b90e88d68e11be0e7a (patch) | |
tree | 875e78ee3c809d6f9b64c2aba5d389f5bede1597 /src/indexamajig.c | |
parent | 193c900d095203fb74671abc1e0b52f0b1d6d62a (diff) |
--record=peaksifnotindexed option
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index f53e4d85..e1e0e8fd 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -132,17 +132,20 @@ static void show_help(const char *s) "\n\n" "You can control what information is included in the output stream using\n" "' --record=<flags>'. Possible flags are:\n\n" -" pixels Include a list of sums of pixel values within the\n" -" integration domain, correcting for individual pixel\n" -" solid angles.\n" +" pixels Include a list of sums of pixel values within the\n" +" integration domain, correcting for individual pixel\n" +" solid angles.\n" "\n" -" integrated Include a list of reflection intensities, produced by\n" -" integrating around predicted peak locations.\n" +" integrated Include a list of reflection intensities, produced by\n" +" integrating around predicted peak locations.\n" "\n" -" peaks Include peak locations and intensities from the peak search.\n" +" peaks Include peak locations and intensities from the peak\n" +" search.\n" "\n" -" peaksifindexed As 'peaks', but only if the pattern could be indexed.\n\n" +" peaksifindexed As 'peaks', but only if the pattern could be indexed.\n" "\n" +" peaksifnotindexed As 'peaks', but only if the pattern could NOT be indexed.\n" +"\n\n" "The default is '--record=integrated'. The flags 'pixels' and 'integrated'\n" "are mutually exclusive, as are the flags 'peaks' and 'peaksifindexed'.\n" "\n\n" |