diff options
author | Kenneth R. Beyerlein <ken.beyerlein@gmail.com> | 2018-02-01 00:53:49 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-08 16:32:08 +0100 |
commit | 658e0d6c302b751be5487bf7dec04f14c17dab75 (patch) | |
tree | 44664684556996cf8a46388f9cbc5da0cd4cba79 /src/indexamajig.c | |
parent | b6cdcc6cc47ee81ae63cdb33bc48ce320a90b36f (diff) |
Fix indexamajig help formatting.
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 12 |
1 files 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" |