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
14a1afa0
Commit
14a1afa0
authored
Apr 19, 2020
by
Michiel Cottaar
Browse files
RF: stronger radiality constraint
parent
3a64ff2a
Pipeline
#5229
failed with stage
in 7 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gyral_structure/scripts/gs_fit
View file @
14a1afa0
...
...
@@ -22,7 +22,7 @@ parser.add_argument('--wdyad', default=1., type=float,
help
=
'Weight of the cost of alignment with dyads'
)
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
,
parser
.
add_argument
(
'--wradial'
,
default
=
1
,
type
=
float
,
help
=
'Weight of the radial constraint on the surface fibre density'
)
parser
.
add_argument
(
'--wsmoothness'
,
default
=
0.
,
type
=
float
,
help
=
'Weight of the smoothness contraint on the orientation between neighbouring voxels'
)
...
...
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