coordinates.coordinate_systems.SphericalCoordinateSystem.build_axes_mask#

SphericalCoordinateSystem.build_axes_mask(axes: Sequence[str]) ndarray#

Construct a boolean mask array indicating which axes are in axes.

Parameters:

axes (list of str or int)

Returns:

  • numpy.ndarray

  • A boolean mask array indicating which axes are in ``axes`.`