Skip to content

Commit

Permalink
Update nitransforms/surface.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Esteban <[email protected]>
  • Loading branch information
Shotgunosine and oesteban authored Jun 22, 2024
1 parent e6a63d9 commit f9cabec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nitransforms/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@ def from_filename(cls, filename=None, reference_path=None, moving_path=None,
return cls(reference, moving)

class SurfaceResampler(SurfaceTransformBase):
"""Represents transformations in which the coordinate space remains the same and the indicies
change.
To achieve surface project-unproject functionality:
"""
Represents transformations in which the coordinate space remains the same and the indices change.
To achieve surface project-unproject functionality:
sphere_in as the reference
sphere_project_to as the moving
Then apply the transformation to sphere_unproject_from
"""
Then apply the transformation to sphere_unproject_from
"""

__slots__ = ("_reference", "_moving", "mat", 'interpolation_method')

Expand Down

0 comments on commit f9cabec

Please sign in to comment.