Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michiel Cottaar
gyral_structure
Commits
c15907c1
Commit
c15907c1
authored
Dec 12, 2019
by
Michiel Cottaar
Browse files
disable smoothness by default
parent
c795e05f
Pipeline
#4858
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gyral_structure/scripts/gs_fit
View file @
c15907c1
...
...
@@ -24,7 +24,7 @@ parser.add_argument('--wdensity', default=1., type=float,
help
=
'Weight of the cost of target density constraint across the surface'
)
parser
.
add_argument
(
'--wradial'
,
default
=
0.1
,
type
=
float
,
help
=
'Weight of the radial constraint on the surface fibre density'
)
parser
.
add_argument
(
'--wsmoothness'
,
default
=
1
.
,
type
=
float
,
parser
.
add_argument
(
'--wsmoothness'
,
default
=
0
.
,
type
=
float
,
help
=
'Weight of the smoothness contraint on the orientation between neighbouring voxels'
)
parser
.
add_argument
(
'-s1'
,
'--first_rbf'
,
default
=
20.
,
type
=
float
,
help
=
'RBF Dipole size during the first optimisation step in mm (default: 20)'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment