diff options
author | Thomas White <taw@physics.org> | 2012-10-04 12:18:37 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-04 12:18:37 +0200 |
commit | 6c2a86fdf04750915de1913bcdc80a8b168918fa (patch) | |
tree | ab94109670a0ebf41510610423a6ad51026c8b48 /src | |
parent | 84e676ef5f3c8c669c987b847efd82d8050438ec (diff) |
render_hkl: Update docs
Diffstat (limited to 'src')
-rw-r--r-- | src/render_hkl.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c index 7818b304..dbcdba43 100644 --- a/src/render_hkl.c +++ b/src/render_hkl.c @@ -64,6 +64,7 @@ static void show_help(const char *s) " Default: 1,0,0.\n" " -r, --right=<h>,<k>,<l> Indices for the axis in the 'right' (roughly)\n" " direction. Default: 0,1,0.\n" +" --zone=<z> Show the <z>th Laue zone.\n" " -o, --output=<filename> Output filename. Default: za.pdf\n" " --boost=<val> Squash colour scale by <val>.\n" " -p, --pdb=<file> PDB file from which to get the unit cell.\n" @@ -79,8 +80,9 @@ static void show_help(const char *s) " according to:\n" " I : the intensity of the reflection.\n" " sqrtI : the square root of the intensity.\n" -" count : the number of measurements for the reflection.\n" -" (after correcting for 'epsilon')\n" +" count : the number of measurements for the\n" +" reflection (after correcting for\n" +" multiplicity 'epsilon').\n" " rawcts : the raw number of measurements for the\n" " reflection (no 'epsilon' correction).\n" "\n" |