File tree 1 file changed +0
-6
lines changed
nipype/interfaces/mrtrix3
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1250,39 +1250,33 @@ class MTNormaliseInputSpec(MRTrix3BaseInputSpec):
1250
1250
wm_fod = File (
1251
1251
argstr = "%s" ,
1252
1252
exists = True ,
1253
- mandatory = False ,
1254
1253
position = 1 ,
1255
1254
desc = "input fod of white matter tissue compartment"
1256
1255
)
1257
1256
out_file_wm = File (
1258
1257
argstr = "%s" ,
1259
- mandatory = False ,
1260
1258
position = 2 ,
1261
1259
desc = "output file of white matter tissue compartment"
1262
1260
)
1263
1261
gm_fod = File (
1264
1262
argstr = "%s" ,
1265
1263
exists = True ,
1266
- mandatory = False ,
1267
1264
position = 3 ,
1268
1265
desc = "input fod of grey matter tissue compartment"
1269
1266
)
1270
1267
out_file_gm = File (
1271
1268
argstr = "%s" ,
1272
- mandatory = False ,
1273
1269
position = 4 ,
1274
1270
desc = "output file of grey matter tissue compartment"
1275
1271
)
1276
1272
csf_fod = File (
1277
1273
argstr = "%s" ,
1278
1274
exists = True ,
1279
- mandatory = False ,
1280
1275
position = 5 ,
1281
1276
desc = "input fod of CSF tissue compartment"
1282
1277
)
1283
1278
out_file_csf = File (
1284
1279
argstr = "%s" ,
1285
- mandatory = False ,
1286
1280
position = 6 ,
1287
1281
desc = "output file of CSF tissue compartment 3"
1288
1282
)
You can’t perform that action at this time.
0 commit comments