Skip to content

Commit 050b889

Browse files
committed
Merge pull request #605 from mick-d/master
Add missing option apply_isoxfm to FSL Flirt wrapper
2 parents 9e74afe + 2ce233a commit 050b889

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,8 @@ class FLIRTInputSpec(FSLCommandInputSpec):
403403
in_matrix_file = File(argstr='-init %s', desc='input 4x4 affine matrix')
404404
apply_xfm = traits.Bool(argstr='-applyxfm', requires=['in_matrix_file'],
405405
desc='apply transformation supplied by in_matrix_file')
406+
apply_isoxfm = traits.Float(argstr='-applyisoxfm %f', xor=['apply_xfm'],
407+
desc='as applyxfm but forces isotropic resampling')
406408
datatype = traits.Enum('char', 'short', 'int', 'float', 'double',
407409
argstr='-datatype %s',
408410
desc='force output data type')

0 commit comments

Comments
 (0)