world_axis_to_pixel_axes#

ndcube.utils.wcs.world_axis_to_pixel_axes(world_axis, axis_correlation_matrix)[source]#

Gets the pixel axis indices corresponding to the index of a world axis.

Parameters:
Returns:

pixel_axes (numpy.ndarray) – The pixel axis indices corresponding to the world axis.