-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michiel Cottaar
authored and
Michiel Cottaar
committed
Nov 13, 2019
1 parent
5e3f543
commit 034a86d
Showing
2 changed files
with
113 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# This configuration file was originally written by Matteo Bastiani and ? as part of the developing HCP pipeline | ||
# The original configuration file was released under the Apache license 2.0 (https://git.fmrib.ox.ac.uk/matteob/dHCP_neo_dMRI_pipeline_release/blob/master/LICENSE) | ||
|
||
# Resolution (knot-spacing) of warps in mm | ||
--warpres=20,14 | ||
# Subsampling level (a value of 2 indicates that a 2x2x2 neighbourhood is collapsed to 1 voxel) | ||
--subsamp=1,1 | ||
# FWHM of gaussian smoothing | ||
--fwhm=8,4 | ||
# Maximum number of iterations | ||
--miter=5,5 | ||
# Relative weight of regularisation | ||
--lambda=0.0005,0.00001 | ||
# If set to 1 lambda is multiplied by the current average squared difference | ||
--ssqlambda=1 | ||
# Regularisation model | ||
--regmod=bending_energy | ||
# If set to 1 movements are estimated along with the field | ||
--estmov=1 | ||
# 0=Levenberg-Marquardt, 1=Scaled Conjugate Gradient | ||
--minmet=0 | ||
# Quadratic or cubic splines | ||
--splineorder=3 | ||
# Precision for calculation and storage of Hessian | ||
--numprec=double | ||
# Linear or spline interpolation | ||
--interp=spline | ||
# If set to 1 the images are individually scaled to a common mean intensity | ||
--scale=1 | ||
# To ensure that field is written | ||
--fout=field_test | ||
# To ensure that "unwarped" images are written | ||
--iout=iout_test |