Variables

Model - Inversion Solution and accompanying data.
[Inversion Data]

Variables

MAP_DEPTH_MATRIX Model::w
 Inversion weights for OLA problems.
MAP_DEPTH_MATRIX Model::q
 Estimate of pertubation for OLA problems.
MAP_DEPTH_MATRIX Model::AvgKern
 Full Averaging Kernel matrix.
MAP_DEPTH_MATRIX Model::noise
 Full Error Covariance matrix.
MAP_DEPTH_MATRIX Model::dTilde
 Full d~ matrix for RLS 3D-scalar and 3D-vector problems.
MAP_DEPTH_MATRIX Model::bFull
 Full solution matrix for RLS 3D-scalar and 3D-vector problems.
MATRIX Model::kxGridValues
 Values of kx, in frequency space for RLS inversions.
MATRIX Model::kyGridValues
 Values of ky, in frequency space for RLS inversions.
bool Model::kxkyDone
 Flag indicating if kx, ky grid has been written to file.
MATRIX Model::lambdaGridValues
 Values of lambda for RLS inversions.
bool Model::convergence
 Flag indicating a solution was not found.
bool Model::noMaps
 Flag to use maps or not in OLA-based inversions.
bool Model::xt
 Flag to include crosstalk in OLA-based inversions.
MATRIX Model::bVECTORS
 Solution matrix for RLS 1D problem; contains solutions for each lambda value as a column vector.
MATRIX Model::A1d
 Averaging kernel for RLS 1D problem.
MATRIX Model::Cov1d
 Error covariance for RLS 1D problem.
Float Model::mu
 Regularization parameter value (lambda1 for RLS); kept in two places: here and in parms.values.
Float Model::sigma
 Regularization parameter value (lambda2 for RLS); kept in two places: here and in parms.values.
Float Model::nu
 Crosstalk parameter value; kept in two places: here and in parms.values.
FITSParameters Model::parms
 parameter names, values and comments for header information in output FITS files.

Variable Documentation

MATRIX Model::A1d [inherited]

Averaging kernel for RLS 1D problem.

Full Averaging Kernel matrix.

Full solution matrix for RLS 3D-scalar and 3D-vector problems.

MATRIX Model::bVECTORS [inherited]

Solution matrix for RLS 1D problem; contains solutions for each lambda value as a column vector.

bool Model::convergence [inherited]

Flag indicating a solution was not found.

MATRIX Model::Cov1d [inherited]

Error covariance for RLS 1D problem.

Full d~ matrix for RLS 3D-scalar and 3D-vector problems.

Values of kx, in frequency space for RLS inversions.

bool Model::kxkyDone [inherited]

Flag indicating if kx, ky grid has been written to file.

Values of ky, in frequency space for RLS inversions.

Values of lambda for RLS inversions.

Float Model::mu [inherited]

Regularization parameter value (lambda1 for RLS); kept in two places: here and in parms.values.

Full Error Covariance matrix.

bool Model::noMaps [inherited]

Flag to use maps or not in OLA-based inversions.

Float Model::nu [inherited]

Crosstalk parameter value; kept in two places: here and in parms.values.

parameter names, values and comments for header information in output FITS files.

Estimate of pertubation for OLA problems.

Float Model::sigma [inherited]

Regularization parameter value (lambda2 for RLS); kept in two places: here and in parms.values.

Inversion weights for OLA problems.

bool Model::xt [inherited]

Flag to include crosstalk in OLA-based inversions.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines