File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -525,12 +525,15 @@ def _list_outputs(self):
525
525
'BrainSegmentationPosteriors01.' +
526
526
self .inputs .image_suffix )
527
527
outputs ['BrainSegmentationPosteriorsGM' ] = os .path .join (os .getcwd (),
528
+ self .inputs .out_prefix +
528
529
'BrainSegmentationPosteriors02.' +
529
530
self .inputs .image_suffix )
530
531
outputs ['BrainSegmentationPosteriorsWM' ] = os .path .join (os .getcwd (),
532
+ self .inputs .out_prefix +
531
533
'BrainSegmentationPosteriors03.' +
532
534
self .inputs .image_suffix )
533
535
outputs ['BrainSegmentationPosteriorsDGM' ] = os .path .join (os .getcwd (),
536
+ self .inputs .out_prefix +
534
537
'BrainSegmentationPosteriors04.' +
535
538
self .inputs .image_suffix )
536
539
outputs ['CorticalThickness' ] = os .path .join (os .getcwd (),
You can’t perform that action at this time.
0 commit comments