Skip to content

Commit a3a6234

Browse files
committed
Add realignment matrices to topup output spec
1 parent bc48a04 commit a3a6234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/fsl/epi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class TOPUPOutputSpec(TraitedSpec):
224224
out_field = File(desc='name of image file with field (Hz)')
225225
out_warps = traits.List(File(exists=True), desc='warpfield images')
226226
out_jacs = traits.List(File(exists=True), desc='Jacobian images')
227+
out_mats = traits.List(File(exists=True), desc='realignment matrices')
227228
out_corrected = File(desc='name of 4D image file with unwarped images')
228229
out_logfile = File(desc='name of log-file')
229230

0 commit comments

Comments
 (0)