Skip to content
Snippets Groups Projects
Commit 8b06b9ee authored by Stamatios Sotiropoulos's avatar Stamatios Sotiropoulos
Browse files

Make fibthresh a user option

parent d6fb832f
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ class probtrackxOptions { ...@@ -64,7 +64,7 @@ class probtrackxOptions {
Option<float> distthresh; Option<float> distthresh;
FmribOption<float> distthresh3; FmribOption<float> distthresh3;
Option<float> c_thr; Option<float> c_thr;
FmribOption<float> fibthresh; Option<float> fibthresh;
Option<bool> sampvox; Option<bool> sampvox;
Option<float> steplength; Option<float> steplength;
Option<bool> loopcheck; Option<bool> loopcheck;
......
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