File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
nipype/interfaces/mrtrix3 Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1250,39 +1250,33 @@ class MTNormaliseInputSpec(MRTrix3BaseInputSpec):
12501250 wm_fod = File (
12511251 argstr = "%s" ,
12521252 exists = True ,
1253- mandatory = False ,
12541253 position = 1 ,
12551254 desc = "input fod of white matter tissue compartment"
12561255 )
12571256 out_file_wm = File (
12581257 argstr = "%s" ,
1259- mandatory = False ,
12601258 position = 2 ,
12611259 desc = "output file of white matter tissue compartment"
12621260 )
12631261 gm_fod = File (
12641262 argstr = "%s" ,
12651263 exists = True ,
1266- mandatory = False ,
12671264 position = 3 ,
12681265 desc = "input fod of grey matter tissue compartment"
12691266 )
12701267 out_file_gm = File (
12711268 argstr = "%s" ,
1272- mandatory = False ,
12731269 position = 4 ,
12741270 desc = "output file of grey matter tissue compartment"
12751271 )
12761272 csf_fod = File (
12771273 argstr = "%s" ,
12781274 exists = True ,
1279- mandatory = False ,
12801275 position = 5 ,
12811276 desc = "input fod of CSF tissue compartment"
12821277 )
12831278 out_file_csf = File (
12841279 argstr = "%s" ,
1285- mandatory = False ,
12861280 position = 6 ,
12871281 desc = "output file of CSF tissue compartment 3"
12881282 )
You can’t perform that action at this time.
0 commit comments