From 658e0d6c302b751be5487bf7dec04f14c17dab75 Mon Sep 17 00:00:00 2001 From: "Kenneth R. Beyerlein" Date: Thu, 1 Feb 2018 00:53:49 +0100 Subject: Fix indexamajig help formatting. --- src/indexamajig.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/indexamajig.c b/src/indexamajig.c index 36c52d7d..6f43f2b1 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -139,20 +139,20 @@ static void show_help(const char *s) " --taketwo-trace-tolerance\n" " Rotation matrix equivalence tolerance (in degrees)\n" "\n" -" --felix-domega Degree range of omega (moscaicity) to consider.\n" -" Default: 2\n" +" --felix-domega Degree range of omega (moscaicity) to consider.\n" +" Default: 2\n" " --felix-fraction-max-visits\n" -" Cutoff for minimum fraction of the max visits.\n" -" Default: 0.75\n" +" Cutoff for minimum fraction of the max visits.\n" +" Default: 0.75\n" " --felix-max-internal-angle\n" " Cutoff for maximum internal angle between observed\n" -" spots and predicted spots. Default: 0.25" +" spots and predicted spots. Default: 0.25\n" " --felix-max-uniqueness\n" " Cutoff for maximum fraction of found spots which\n" " can belong to other crystallites. Default: 0.5\n" " --felix-min-completeness\n" " Cutoff for minimum fraction of projected spots\n" -" found in the pattern. Default: 0.001\n" +" found in the pattern. Default: 0.001\n" " --felix-min-visits\n" " Cutoff for minimum number of voxel visits.\n" " Default: 15\n" -- cgit v1.2.3