From faa45cdf126772d75dae76f73533b129ea3ff4bc Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 9 Feb 2015 17:13:40 +0100 Subject: whirligig: Update docs and options --- src/whirligig.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/whirligig.c') diff --git a/src/whirligig.c b/src/whirligig.c index 550404ef..b774f397 100644 --- a/src/whirligig.c +++ b/src/whirligig.c @@ -669,7 +669,9 @@ static void show_help(const char *s) "\n" " -h, --help Display this help message.\n" " --version Print CrystFEL version number and exit.\n" -" --no-polarisation Disable polarisation correction.\n"); +"\n" +" --window-size=n History size for finding connected crystals.\n" +" --output-dir=folder Put output files in .\n"); } @@ -697,7 +699,6 @@ int main(int argc, char *argv[]) int n_images = 0; /* Defaults */ - int polarisation = 1; int default_window_size = 16; char *outdir = "."; int verbose = 0; @@ -712,11 +713,6 @@ int main(int argc, char *argv[]) {"window-size", 1, NULL, 4 }, {"output-dir", 1, NULL, 5 }, - {"no-polarisation", 0, &polarisation, 0}, - {"no-polarization", 0, &polarisation, 0}, - {"polarisation", 0, &polarisation, 1}, /* compat */ - {"polarization", 0, &polarisation, 1}, /* compat */ - {0, 0, NULL, 0} }; -- cgit v1.2.3