File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -521,16 +521,19 @@ def _list_outputs(self):
521
521
'BrainSegmentation0N4.' +
522
522
self .inputs .image_suffix )
523
523
outputs ['BrainSegmentationPosteriorsCSF' ] = os .path .join (os .getcwd (),
524
- self .inputs .out_prefix +
525
- 'BrainSegmentationPosteriors01.' +
526
- self .inputs .image_suffix )
524
+ self .inputs .out_prefix +
525
+ 'BrainSegmentationPosteriors01.' +
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