Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
- Changed '-inverse' parameter location from 1 to 2 (otherwise cannot use together with -linear)
  • Loading branch information
teanijarv authored Feb 20, 2024
1 parent 367776d commit c08e17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/interfaces/mrtrix3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ class MRTransformInputSpec(MRTrix3BaseInputSpec):
)
invert = traits.Bool(
argstr="-inverse",
position=1,
position=2,
desc="Invert the specified transform before using it",
)
linear_transform = File(
Expand Down

0 comments on commit c08e17b

Please sign in to comment.