File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -667,14 +667,14 @@ def _list_outputs(self):
667
667
self .inputs .out_base + '_fieldmaprads2str.nii.gz' )
668
668
outputs ['fmapmag_str' ] = os .path .join (os .getcwd (),
669
669
self .inputs .out_base + '_fieldmap2str.nii.gz' )
670
+ outputs ['shiftmap' ] = os .path .join (os .getcwd (),
671
+ self .inputs .out_base + '_fieldmaprads2epi_shift.nii.gz' )
672
+ outputs ['fullwarp' ] = os .path .join (os .getcwd (),
673
+ self .inputs .out_base + '_warp.nii.gz' )
670
674
outputs ['epi2str_inv' ] = os .path .join (os .getcwd (),
671
675
self .inputs .out_base + '_inv.mat' )
672
676
outputs ['epi2str_mat' ] = os .path .join (os .getcwd (),
673
677
self .inputs .out_base + '.mat' )
674
- outputs ['shiftmap' ] = os .path .join (os .getcwd (),
675
- self .inputs .out_base + '_fieldmaprads2epi_shift.nii.gz' )
676
- outputs ['fullwarp' ] = os .path .join (os .getcwd (),
677
- self .inputs .out_base + '_warp.nii.gz' )
678
678
outputs ['wmedge' ] = os .path .join (os .getcwd (),
679
679
self .inputs .out_base + '_fast_wmedge.nii.gz' )
680
680
outputs ['wmseg' ] = os .path .join (os .getcwd (),
You can’t perform that action at this time.
0 commit comments