ARTS built-in documentation server

Workspace Method retrievalErrorsExtract

Description

Extract retrieval error from covariance matrices.

Extracts the error estimates for the retrieved quantities from the covariance
matrices for the error due to measurement noise covmat_so and the error due
to limited resolution of the observation system covmat_ss and stores them in
the vectors retrieval_eo and retrieval_ss, respectively.
To etract these errors, first the convariance matrices of which the errors 
should be extracted have to be computed using the WSMs covmat_soCalc
and covmat_ssCalc or set to be empty in order to be ignored. Note, however,
that this will also set the corresponding error vector to be empty.

Authors: Simon Pfreundschuh

Synopsis

retrievalErrorsExtract( retrieval_eo, retrieval_ss, covmat_so, covmat_ss )

Variables

OUTretrieval_eo(Vector)The estimated error in the retrieval due to uncertainty in the observations.
OUTretrieval_ss(Vector)The estimated error in the retrieval due to limited resolution of the observation system.
INcovmat_so(Matrix)Covariance matrix describing the retrieval error due to uncertainties of the observation system.
INcovmat_ss(Matrix)Covariance matrix describing the retrieval error due to smoothing.