aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-06-20 09:45:37 +0200
committerThomas White <taw@physics.org>2018-06-20 09:45:37 +0200
commit24f01c37445428179ff26e1d37844ccff5c57211 (patch)
tree28f4bb0e03222f752ae899e145c8b26b3c6d4f02
parent559fea891a8657470fbe629a123a3467d1191a53 (diff)
Finish removing "selector"
-rw-r--r--doc/man/indexamajig.18
-rw-r--r--src/indexamajig.c4
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1
index 9dd003d6..ab581120 100644
--- a/doc/man/indexamajig.1
+++ b/doc/man/indexamajig.1
@@ -402,8 +402,8 @@ The defaults are: \fB--taketwo-member-threshold=20\fR, \fB--taketwo-len-tolernac
These set low-level parameters for the Felix indexing algorithm.
.PD 0
-.IP \fB--xgandalf-sampling-pitch-selector=\fIn\fR
-.IP \fB--xgandalf-grad-desc-iterations-selector=\fIn\fR
+.IP \fB--xgandalf-sampling-pitch=\fIn\fR
+.IP \fB--xgandalf-grad-desc-iterations=\fIn\fR
.IP \fB--xgandalf-tolerance=\fIn\fR
.IP \fB--xgandalf-no-deviation-from-provided-cell\fR
.IP \fB--xgandalf-max-lattice-vector-length=\fIn\fR
@@ -411,9 +411,9 @@ These set low-level parameters for the Felix indexing algorithm.
.PD
These set low-level parameters for the XGANDALF indexing algorithm.
.IP
-\fB--xgandalf-sampling-pitch-selector\fR selects how dense the reciprocal space is sampled. [0-4]: extremelyLoose to extremelyDense. [5-7]: standardWithSeondaryMillerIndices to extremelyDenseWithSeondaryMillerIndices. Default is 6 (denseWithSeondaryMillerIndices).
+\fB--xgandalf-sampling-pitch\fR selects how dense the reciprocal space is sampled. [0-4]: extremelyLoose to extremelyDense. [5-7]: standardWithSeondaryMillerIndices to extremelyDenseWithSeondaryMillerIndices. Default is 6 (denseWithSeondaryMillerIndices).
.IP
-\fB--xgandalf-grad-desc-iterations-selector\fR selects how many gradient descent iterations are performed. [0-5]: veryFew to extremelyMany. Default is 4 (manyMany).
+\fB--xgandalf-grad-desc-iterations\fR selects how many gradient descent iterations are performed. [0-5]: veryFew to extremelyMany. Default is 4 (manyMany).
.IP
\fB--xgandalf-tolerance\fR relative tolerance of the lattice vectors. Default is 0.02.
.IP
diff --git a/src/indexamajig.c b/src/indexamajig.c
index f4d99f83..b340660a 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -449,9 +449,9 @@ int main(int argc, char *argv[])
{"min-snr-peak-pix" ,1, NULL,348},
{"min-sig" ,1, NULL,349},
{"min-peak-over-neighbour" ,1, NULL,350},
- {"xgandalf-sampling-pitch-selector", 1, NULL, 351},
+ {"xgandalf-sampling-pitch", 1, NULL, 351},
{"xgandalf-sps", 1, NULL, 351},
- {"xgandalf-grad-desc-iterations-selector", 1, NULL, 352},
+ {"xgandalf-grad-desc-iterations", 1, NULL, 352},
{"xgandalf-gdis", 1, NULL, 352},
{"xgandalf-tolerance", 1, NULL, 353},
{"xgandalf-tol", 1, NULL, 353},