File tree 2 files changed +11
-12
lines changed
2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 487
487
"name" : " Perkins, L. Nathan"
488
488
},
489
489
{
490
- "affiliation" : " Otto-von-Guericke-University Magdeburg, Germany " ,
490
+ "affiliation" : " Max Planck Institute for Human Cognitive and Brain Sciences " ,
491
491
"name" : " Contier, Oliver" ,
492
492
"orcid" : " 0000-0002-2983-4709"
493
493
},
Original file line number Diff line number Diff line change @@ -1306,20 +1306,19 @@ def _list_outputs(self):
1306
1306
outputs ["epi2str_inv" ] = os .path .join (
1307
1307
os .getcwd (), self .inputs .out_base + "_inv.mat"
1308
1308
)
1309
-
1309
+ if not isdefined (self .inputs .wmseg ):
1310
+ outputs ["wmedge" ] = os .path .join (
1311
+ os .getcwd (), self .inputs .out_base + "_fast_wmedge.nii.gz"
1312
+ )
1313
+ outputs ["wmseg" ] = os .path .join (
1314
+ os .getcwd (), self .inputs .out_base + "_fast_wmseg.nii.gz"
1315
+ )
1316
+ outputs ["seg" ] = os .path .join (
1317
+ os .getcwd (), self .inputs .out_base + "_fast_seg.nii.gz"
1318
+ )
1310
1319
outputs ["epi2str_mat" ] = os .path .join (
1311
1320
os .getcwd (), self .inputs .out_base + ".mat"
1312
1321
)
1313
- outputs ["wmedge" ] = os .path .join (
1314
- os .getcwd (), self .inputs .out_base + "_fast_wmedge.nii.gz"
1315
- )
1316
- outputs ["wmseg" ] = os .path .join (
1317
- os .getcwd (), self .inputs .out_base + "_fast_wmseg.nii.gz"
1318
- )
1319
- outputs ["seg" ] = os .path .join (
1320
- os .getcwd (), self .inputs .out_base + "_fast_seg.nii.gz"
1321
- )
1322
-
1323
1322
return outputs
1324
1323
1325
1324
You can’t perform that action at this time.
0 commit comments