surfa.Space
surfa.Space#
- class surfa.Space(name)#
Coordinate space representation. Supported spaces are:
voxel: Voxel (or image) coordinate space.
world: Universal world-space generally represented in RAS orientation.
surface: Surface or mesh coordinate space, dependent on base image geometry.
- Parameters
name (str) – Name of coordinate space, case-insensitive.
Attributes
name
Primary coordinate system name.
Methods
- copy()#
Create a copy of the space.