Skip to content

Commit b83a1ec

Browse files
committed
describe the input displacement field
1 parent 53d5149 commit b83a1ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nipype/algorithms/mesh.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ class WarpPointsOutputSpec(TraitedSpec):
4444
class WarpPoints(BaseInterface):
4545

4646
"""
47-
Applies a displacement field to a point set in vtk
47+
Applies a displacement field to a point set given in vtk format.
48+
Any discrete deformation field, given in physical coordinates and
49+
which volume covers the extent of the vtk point set, is a valid
50+
``warp`` file. FSL interfaces are compatible, for instance any
51+
field computed with :class:`nipype.interfaces.fsl.utils.ConvertWarp`.
4852
4953
Example
5054
-------

0 commit comments

Comments
 (0)