Skip to content
Snippets Groups Projects
Commit a03e58d8 authored by Saad Jbabdi's avatar Saad Jbabdi
Browse files

add defaults for -c and --fibthresh

parent 5f5e0383
No related branches found
No related tags found
No related merge requests found
...@@ -178,10 +178,10 @@ class probtrackxOptions { ...@@ -178,10 +178,10 @@ class probtrackxOptions {
string("Number of steps per sample"), string("Number of steps per sample"),
false, requires_argument), false, requires_argument),
c_thr(string("-c,--cthr"), 0.2, c_thr(string("-c,--cthr"), 0.2,
string("Curvature threshold"), string("Curvature threshold - default=0.2"),
false, requires_argument), false, requires_argument),
fibthresh(string("--fibthresh"), 0.01, fibthresh(string("--fibthresh"), 0.01,
string("volume fraction before subsidary fibre orientations are considered (def 0.01)"), string("volume fraction before subsidary fibre orientations are considered default=0.01"),
false, requires_argument), false, requires_argument),
steplength(string("--steplength"), 0.5, steplength(string("--steplength"), 0.5,
string("steplength"), string("steplength"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment