We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d5149 commit b83a1ecCopy full SHA for b83a1ec
nipype/algorithms/mesh.py
@@ -44,7 +44,11 @@ class WarpPointsOutputSpec(TraitedSpec):
44
class WarpPoints(BaseInterface):
45
46
"""
47
- Applies a displacement field to a point set in vtk
+ 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`.
52
53
Example
54
-------
0 commit comments