Skip to content

Commit c3472df

Browse files
committed
Removed exists=True from inverse_composite_transform
This file may not be created, eg. if a composite transform is supplied as an initial moving transform.
1 parent 3fd3928 commit c3472df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/ants/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ class RegistrationOutputSpec(TraitedSpec):
394394
reverse_invert_flags = traits.List(traits.Bool(
395395
), desc='List of flags corresponding to the reverse transforms')
396396
composite_transform = File(exists=True, desc='Composite transform file')
397-
inverse_composite_transform = File(exists=True, desc='Inverse composite transform file')
397+
inverse_composite_transform = File(desc='Inverse composite transform file')
398398
warped_image = File(desc="Outputs warped image")
399399
inverse_warped_image = File(desc="Outputs the inverse of the warped image")
400400
save_state = File(desc="The saved registration state to be restored")

0 commit comments

Comments
 (0)