Skip to content

Commit

Permalink
update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
gagnonanthony committed Nov 29, 2024
1 parent cdf932b commit 89c21b3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions modules/nf-neuro/registration/antsapplytransforms/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,15 @@ input:
description: Reference image for registration
pattern: "*.{nii.nii.gz}"

- transform:
- warp:
type: file
description: file or tuple of files, transformation file(s) to warp image or trk (*mat or [nii Warp, mat file]). If a rigid or affine transformation needs to be inverted before being applied, use antsApplyTransforms with the -o Linear[inversedTransform,1], as this module does not handles it.
pattern: "*.{nii,nii.gz,mat}"
description: Warp transformation file to warp image or trk.
pattern: "*.{nii,nii.gz}"

- affine:
type: file
description: Affine or rigig transformation file to warp image or trk (*mat). If a rigid or affine transformation needs to be inverted before being applied, use antsApplyTransforms with the -o Linear[inversedTransform,1], as this module does not handles it.
pattern: "*.mat"

output:
- meta:
Expand Down

0 comments on commit 89c21b3

Please sign in to comment.