Coordinates¶
Model definitions¶
Affine¶
Definition of an NxN+1 affine transform matrix
Field |
Type |
Title (Description) |
|---|---|---|
|
|
Affine transform matrix |
Atlas¶
Definition an atlas
Field |
Type |
Title (Description) |
|---|---|---|
|
Atlas name |
|
|
|
Atlas version |
|
|
Size |
|
Size unit |
|
|
|
Resolution |
|
Resolution unit |
|
|
Origin (Defines the position of (0,0,0) in the coordinate system) |
|
|
List[Axis] |
Axis names (Axis names and directions) |
|
Size unit |
|
|
Optional[Handedness] |
Handedness (Whether the coordinate system is right-handed or left-handed) |
AtlasCoordinate¶
A point in an Atlas
Field |
Type |
Title (Description) |
|---|---|---|
|
Atlas |
|
|
|
Translation parameters |
|
Reference coordinate system (Whether to translate on the global or local coordinate system axes) |
Axis¶
Linked direction and axis
CoordinateSystem¶
Definition of a coordinate system
Field |
Type |
Title (Description) |
|---|---|---|
|
|
Name (Convention is to use |
|
Origin (Defines the position of (0,0,0) in the coordinate system) |
|
|
List[Axis] |
Axis names (Axis names and directions) |
|
Size unit |
|
|
Optional[Handedness] |
Handedness (Whether the coordinate system is right-handed or left-handed) |
Handedness¶
Coordinate system handedness
Name |
Value |
|---|---|
|
|
|
|
NonlinearTransform¶
Definition of a nonlinear transform
Field |
Type |
Title (Description) |
|---|---|---|
|
|
Path to nonlinear transform file (Relative path from metadata json to file) |
ReferenceCoordinateSystem¶
Reference coordinate system for applying transforms
Name |
Value |
|---|---|
|
|
|
|
Rotation¶
Rotation
Rotations should be applied as Euler angles in the specified axis order.
Field |
Type |
Title (Description) |
|---|---|---|
|
|
Angles (Right-hand rule, positive angles rotate CCW) |
|
Angle unit |
|
|
|
Axis order (Order of rotation axes as a string (e.g. ‘xyz’, ‘zyx’). Must match the length of angles.) |
|
Reference coordinate system (Whether to rotate around the global or local coordinate system axes) |
|
|
Rotation direction (Right-hand rule: positive angles rotate CCW when looking toward the origin from the positive axis) |
|
|
Rotation pivot (Whether to rotate around the global or local coordinate system origin) |
RotationDirection¶
Rotation direction convention
Name |
Value |
|---|---|
|
|
|
|
Scale¶
Scale
Field |
Type |
Title (Description) |
|---|---|---|
|
|
Scale parameters |
|
Scale pivot (Whether to scale around the global or local coordinate system origin) |
Translation¶
Translation
Field |
Type |
Title (Description) |
|---|---|---|
|
|
Translation parameters |
|
Reference coordinate system (Whether to translate on the global or local coordinate system axes) |