File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 487487 "name" : " Perkins, L. Nathan"
488488 },
489489 {
490- "affiliation" : " Otto-von-Guericke-University Magdeburg, Germany " ,
490+ "affiliation" : " Max Planck Institute for Human Cognitive and Brain Sciences " ,
491491 "name" : " Contier, Oliver" ,
492492 "orcid" : " 0000-0002-2983-4709"
493493 },
Original file line number Diff line number Diff line change @@ -1306,20 +1306,19 @@ def _list_outputs(self):
13061306 outputs ["epi2str_inv" ] = os .path .join (
13071307 os .getcwd (), self .inputs .out_base + "_inv.mat"
13081308 )
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+ )
13101319 outputs ["epi2str_mat" ] = os .path .join (
13111320 os .getcwd (), self .inputs .out_base + ".mat"
13121321 )
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-
13231322 return outputs
13241323
13251324
You can’t perform that action at this time.
0 commit comments