coordinates.coordinate_systems.ConicCoordinateSystem.get_axes_units#
- ConicCoordinateSystem.get_axes_units(unit_system: unyt.UnitSystem) List[unyt.Unit] #
Resolve the physical units for each axis in a given unit system.
- Parameters:
unit_system (
unyt.UnitSystem
) – The unit system used to resolve the symbolic axis dimensions.- Returns:
The resolved unit for each axis, in canonical order.
- Return type:
list
ofunyt.Unit