Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fdt
Commits
1690c7e6
Commit
1690c7e6
authored
16 years ago
by
Saad Jbabdi
Browse files
Options
Downloads
Patches
Plain Diff
clarified default options
parent
03486a0e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
probtrackxOptions.h
+7
-7
7 additions, 7 deletions
probtrackxOptions.h
with
7 additions
and
7 deletions
probtrackxOptions.h
+
7
−
7
View file @
1690c7e6
...
@@ -162,7 +162,7 @@ class probtrackxOptions {
...
@@ -162,7 +162,7 @@ class probtrackxOptions {
string
(
"Activate network mode - only keep paths going through at least one seed mask (required if multiple seed masks)"
),
string
(
"Activate network mode - only keep paths going through at least one seed mask (required if multiple seed masks)"
),
false
,
no_argument
),
false
,
no_argument
),
meshfile
(
string
(
"--mesh"
),
string
(
""
),
meshfile
(
string
(
"--mesh"
),
string
(
""
),
string
(
""
),
string
(
"
Freesurfer-type surface descriptor (in ascii format)
"
),
false
,
requires_argument
),
false
,
requires_argument
),
lrmask
(
string
(
"--lrmask"
),
string
(
""
),
lrmask
(
string
(
"--lrmask"
),
string
(
""
),
string
(
"low resolution binary brain mask for stroring connectivity distribution in matrix2 mode"
),
string
(
"low resolution binary brain mask for stroring connectivity distribution in matrix2 mode"
),
...
@@ -174,19 +174,19 @@ class probtrackxOptions {
...
@@ -174,19 +174,19 @@ class probtrackxOptions {
string
(
"Use the actual directory name given - i.e. don't add + to make a new directory"
),
string
(
"Use the actual directory name given - i.e. don't add + to make a new directory"
),
false
,
no_argument
),
false
,
no_argument
),
nparticles
(
string
(
"-P,--nsamples"
),
5000
,
nparticles
(
string
(
"-P,--nsamples"
),
5000
,
string
(
"Number of samples"
),
string
(
"Number of samples
- default=5000
"
),
false
,
requires_argument
),
false
,
requires_argument
),
nsteps
(
string
(
"-S,--nsteps"
),
2000
,
nsteps
(
string
(
"-S,--nsteps"
),
2000
,
string
(
"Number of steps per sample"
),
string
(
"Number of steps per sample
- default=2000
"
),
false
,
requires_argument
),
false
,
requires_argument
),
c_thr
(
string
(
"-c,--cthr"
),
0.2
,
c_thr
(
string
(
"-c,--cthr"
),
0.2
,
string
(
"Curvature threshold - default=0.2"
),
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 default=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
in mm - default=0.5
"
),
false
,
requires_argument
),
false
,
requires_argument
),
loopcheck
(
string
(
"-l,--loopcheck"
),
false
,
loopcheck
(
string
(
"-l,--loopcheck"
),
false
,
string
(
"perform loopchecks on paths - slower, but allows lower curvature threshold"
),
string
(
"perform loopchecks on paths - slower, but allows lower curvature threshold"
),
...
@@ -198,7 +198,7 @@ class probtrackxOptions {
...
@@ -198,7 +198,7 @@ class probtrackxOptions {
string
(
"Select randomly from one of the fibres"
),
string
(
"Select randomly from one of the fibres"
),
false
,
no_argument
),
false
,
no_argument
),
fibst
(
string
(
"--fibst"
),
1
,
fibst
(
string
(
"--fibst"
),
1
,
string
(
"Force a starting fibre for tracking
(
default=1
)
"
),
string
(
"Force a starting fibre for tracking
-
default=1
, i.e. first fibre orientation
"
),
false
,
requires_argument
),
false
,
requires_argument
),
modeuler
(
string
(
"--modeuler"
),
false
,
modeuler
(
string
(
"--modeuler"
),
false
,
string
(
"Use modified euler streamlining"
),
string
(
"Use modified euler streamlining"
),
...
@@ -207,7 +207,7 @@ class probtrackxOptions {
...
@@ -207,7 +207,7 @@ class probtrackxOptions {
string
(
"Random seed"
),
string
(
"Random seed"
),
false
,
requires_argument
),
false
,
requires_argument
),
seedcountastext
(
string
(
"--seedcountastext"
),
false
,
seedcountastext
(
string
(
"--seedcountastext"
),
false
,
string
(
"Output seed-to-target counts as a text file"
),
string
(
"Output seed-to-target counts as a text file
(useful when seeding from a mesh)
"
),
false
,
no_argument
),
false
,
no_argument
),
options
(
"probtrackx"
,
"probtrackx -s <basename> -m <maskname> -x <seedfile> -o <output> --targetmasks=<textfile>
\n
probtrackx --help
\n
"
)
options
(
"probtrackx"
,
"probtrackx -s <basename> -m <maskname> -x <seedfile> -o <output> --targetmasks=<textfile>
\n
probtrackx --help
\n
"
)
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment