diff options
author | Thomas White <taw@physics.org> | 2018-06-20 09:45:37 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-06-20 09:45:37 +0200 |
commit | 24f01c37445428179ff26e1d37844ccff5c57211 (patch) | |
tree | 28f4bb0e03222f752ae899e145c8b26b3c6d4f02 /src | |
parent | 559fea891a8657470fbe629a123a3467d1191a53 (diff) |
Finish removing "selector"
Diffstat (limited to 'src')
-rw-r--r-- | src/indexamajig.c | 4 |
1 files changed, 2 insertions, 2 deletions
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}, |