From 3370cfe58ce32e67a092c7c3d130232410178088 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 11 Apr 2013 16:36:54 +0200 Subject: partial_sim: Document --pgraph Conflicts: doc/man/partial_sim.1 --- doc/man/partial_sim.1 | 6 ++++++ src/partial_sim.c | 1 + 2 files changed, 7 insertions(+) diff --git a/doc/man/partial_sim.1 b/doc/man/partial_sim.1 index 5b44d34f..5b417978 100644 --- a/doc/man/partial_sim.1 +++ b/doc/man/partial_sim.1 @@ -71,6 +71,12 @@ When combined with with \fB-i\fR, specifies the symmetry of the input reflection .PD Add random values with a flat distribution to the components of the reciprocal lattice vectors written to the stream, simulating indexing errors. The maximum value that will be added is +/- \fIval\fR percent. +.PD 0 +.B +.IP "\fB--pgraph=\fR\fIfilename\fR +.PD +Save a table of values to \fIfilename\fR containing, in resolution shells, the following columns: resolution shell centre in nm^-1, number of reflections in shell, mean partiality, maximum partiality. + .SH AUTHOR This page was written by Thomas White. diff --git a/src/partial_sim.c b/src/partial_sim.c index a4a2f875..7c93da1b 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -179,6 +179,7 @@ static void show_help(const char *s) " -y, --symmetry= Symmetry of the input reflection list.\n" " -n Simulate patterns. Default: 2.\n" " -r, --save-random= Save randomly generated intensities to file.\n" +" --pgraph= Save a histogram of partiality values to file.\n" " -c, --cnoise= Add random noise, with a flat distribution, to the\n" " reciprocal lattice vector components given in the\n" " stream, with maximum error +/- percent.\n" -- cgit v1.2.3