CartesianSystem¶
- class sofia_redux.scan.coordinate_systems.cartesian_system.CartesianSystem(axes=2)[source]¶
Bases:
CoordinateSystem
Initialize a cartesian system of coordinate axes.
A cartesian system is defined by orthogonal axes that intersect at an origin. Axes will be named x, y, z, u, v, w, and t for increasing dimensions. If more than 7 dimensions are required, the corresponding axes will be named t1, t2, t3, etc.
- Parameters:
- axesint, optional
Attributes Summary
Attributes Documentation
- labels = ['x', 'y', 'z', 'u', 'v', 'w', 't']¶