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):
667667 self .inputs .out_base + '_fieldmaprads2str.nii.gz' )
668668 outputs ['fmapmag_str' ] = os .path .join (os .getcwd (),
669669 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' )
670674 outputs ['epi2str_inv' ] = os .path .join (os .getcwd (),
671675 self .inputs .out_base + '_inv.mat' )
672676 outputs ['epi2str_mat' ] = os .path .join (os .getcwd (),
673677 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' )
678678 outputs ['wmedge' ] = os .path .join (os .getcwd (),
679679 self .inputs .out_base + '_fast_wmedge.nii.gz' )
680680 outputs ['wmseg' ] = os .path .join (os .getcwd (),
You can’t perform that action at this time.
0 commit comments