File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
nipype/interfaces/freesurfer Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ def test_Tkregister2_inputs():
8
8
environ = dict (nohash = True ,
9
9
usedefault = True ,
10
10
),
11
- fsl = dict (argstr = '--fsl %s' ,
12
- ),
13
11
fsl_in_matrix = dict (argstr = '--fsl %s' ,
14
12
),
15
13
fsl_out = dict (argstr = '--fslregout %s' ,
Original file line number Diff line number Diff line change @@ -1216,8 +1216,6 @@ class Tkregister2InputSpec(FSTraitedSpec):
1216
1216
desc = 'set mov to be tal and reg to be tal xfm' )
1217
1217
movscale = traits .Float (argstr = '--movscale %f' ,
1218
1218
desc = 'adjust registration matrix to scale mov' )
1219
- fsl = File (exists = True , argstr = '--fsl %s' ,
1220
- desc = 'use the matrix produced by FSL as initial registration' )
1221
1219
xfm = File (exists = True , argstr = '--xfm %s' ,
1222
1220
desc = 'use a matrix in MNI coordinates as initial registration' )
1223
1221
fsl_out = File (argstr = '--fslregout %s' ,
You can’t perform that action at this time.
0 commit comments