diff options
author | Thomas White <taw@physics.org> | 2015-07-17 15:19:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-07-17 15:27:05 +0200 |
commit | 93a708ef17d6bc314a343e837ce41ac4739cfc51 (patch) | |
tree | 823c7e2edc2a9983cd50a4e08172e8d99b14c87b /doc | |
parent | 6080da714069610e2c5ef53d374f97b1cd29f1bb (diff) |
partialator: Add --no-pr
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/partialator.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/man/partialator.1 b/doc/man/partialator.1 index 5c3c24bb..272c97a9 100644 --- a/doc/man/partialator.1 +++ b/doc/man/partialator.1 @@ -62,7 +62,12 @@ Run \fIn\fR cycles of scaling and post refinement. .PD 0 .IP \fB--no-scale\fR .PD -Fix all the overall scaling factors to be unity. +Disable the scaling part of the refinement calculation. + +.PD 0 +.IP \fB--no-pr\fR +.PD +Disable the orientation/physics model part of the refinement calculation. .PD 0 .IP "\fB-m\fR \fImodel\fR" @@ -149,6 +154,10 @@ partialator -i \fImy.stream \fR-o \fImy.hkl\fR -y \fImypointgroup \fB--model=uni .PD partialator -i \fImy.stream \fR-o \fImy.hkl\fR -y \fImypointgroup \fB--model=scsphere --iterations=0\fR +.IP "Merging with partialities, with scaling but without post-refinement:" +.PD +partialator -i \fImy.stream \fR-o \fImy.hkl\fR -y \fImypointgroup \fB--model=scsphere --iterations=1 --no-pr\fR + .IP "Merging with partialities, post-refinement and scaling:" .PD partialator -i \fImy.stream \fR-o \fImy.hkl\fR -y \fImypointgroup \fB--model=scsphere --iterations=1\fR |