get_full_covariance_matrix

sofia_redux.scan.integration.integration_numba_functions.get_full_covariance_matrix(covariance, fixed_indices)[source]

Return the full covariance in terms of fixed channel indices.

Parameters:
covariancenumpy.ndarray (float)

The covariance matrix of shape (all_channels, all_channels) where all_channels are those that were included in the reduction, but not the instrument stored channels.

fixed_indicesnumpy.ndarray (int)

The indices of the instrument channel.

Returns:
full_covariancenumpy.ndarray (float)

The full covariance matrix of shape (store_channels, store_channels).