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 44
55
66def 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...' ,
812 ),
913 T2_file = dict (argstr = '-T2 %s' ,
1014 min_ver = '5.3.0' ,
15+ xor = ['FLAIR_file' ],
1116 ),
1217 args = dict (argstr = '%s' ,
1318 ),
@@ -108,8 +113,13 @@ def test_ReconAll_inputs():
108113 terminal_output = dict (deprecated = '1.0.0' ,
109114 nohash = True ,
110115 ),
116+ use_FLAIR = dict (argstr = '-FLAIRpial' ,
117+ min_ver = '5.3.0' ,
118+ xor = ['use_T2' ],
119+ ),
111120 use_T2 = dict (argstr = '-T2pial' ,
112121 min_ver = '5.3.0' ,
122+ xor = ['use_FLAIR' ],
113123 ),
114124 xopts = dict (argstr = '-xopts-%s' ,
115125 ),
You can’t perform that action at this time.
0 commit comments