diff options
author | Thomas White <taw@physics.org> | 2010-03-18 11:38:40 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-18 11:38:40 +0100 |
commit | a9dd92897ba82e3ebe1f9bfaf0430f14b5989e43 (patch) | |
tree | d07bae1802cb8f11b7c33358af81df61222b372c | |
parent | f02e06759844c327b91cc5b88dd43536114005a0 (diff) |
indexamajig: Clarify behaviour of intensity extraction
-rw-r--r-- | src/indexamajig.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 9bdfa5e0..5a47254f 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -52,6 +52,11 @@ static void show_help(const char *s) " --gpu Use the GPU to speed up the simulation.\n" "\n" " --near-bragg Output a list of reflection intensities to stdout.\n" +" The intensities in this list are the sum of\n" +" the values in a 7x7 square centered on the pixel\n" +" closest to the Bragg condition. Only pixels with\n" +" fractional indices within 0.1 of the Bragg\n" +" condition will be counted.\n" " --simulate Simulate the diffraction pattern using the indexed\n" " unit cell.\n" " --filter-cm Perform common-mode noise subtraction on images\n" @@ -67,6 +72,8 @@ static void show_help(const char *s) " 'none'. Beware: the units in this file are\n" " reciprocal Angstroms.\n" " --dump-peaks Write the results of the peak search to stdout.\n" +" The intensities in this list are from the\n" +" centroid/integration procedure.\n" " --no-match Don't attempt to match the indexed cell to the\n" " model, just proceed with the one generated by the\n" " auto-indexing procedure.\n" |