File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
nipype/interfaces/freesurfer/tests Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
6
6
def test_ReconAll_inputs ():
7
- input_map = dict (T1_files = dict (argstr = '-i %s...' ,
7
+ input_map = dict (FLAIR_file = dict (argstr = '-FLAIR %s' ,
8
+ min_ver = '5.3.0' ,
9
+ xor = ['T2_file' ],
10
+ ),
11
+ T1_files = dict (argstr = '-i %s...' ,
8
12
),
9
13
T2_file = dict (argstr = '-T2 %s' ,
10
14
min_ver = '5.3.0' ,
15
+ xor = ['FLAIR_file' ],
11
16
),
12
17
args = dict (argstr = '%s' ,
13
18
),
@@ -108,8 +113,13 @@ def test_ReconAll_inputs():
108
113
terminal_output = dict (deprecated = '1.0.0' ,
109
114
nohash = True ,
110
115
),
116
+ use_FLAIR = dict (argstr = '-FLAIRpial' ,
117
+ min_ver = '5.3.0' ,
118
+ xor = ['use_T2' ],
119
+ ),
111
120
use_T2 = dict (argstr = '-T2pial' ,
112
121
min_ver = '5.3.0' ,
122
+ xor = ['use_FLAIR' ],
113
123
),
114
124
xopts = dict (argstr = '-xopts-%s' ,
115
125
),
You can’t perform that action at this time.
0 commit comments