min_projection_shape

esis.data.inversion.mart.forward.min_projection_shape(cube, spectral_order, x_axis=- 2, w_axis=- 1)

Compute the minimum output shape. :type cube: numpy.ndarray :param cube: np.ndarray of data :type spectral_order: int :param spectral_order: integer, the spectral order for the data in cube :type x_axis: int :param x_axis: :type w_axis: int :param w_axis: :rtype: typing.Tuple[int, …] :return:

Parameters
Return type

Tuple[int, ..]