|
| TotalCovariance () |
| Default constructor.
|
|
TotalCovariance * | clone () const |
| Clone operator.
|
|
void | add (const Uncertainty *) |
| Add the uncertainty of another instance.
|
|
void | set_covariance (const Matrix< 4, 4, double > &opt) |
| Set the covariances of the observed Stokes parameters. More...
|
|
void | set_optimizing_transformation (const Matrix< 4, 4, double > &opt) |
| Set the optimizing transformation applied to the template. More...
|
|
double | get_weighted_norm (const Jones< double > &) const |
| Given a coherency matrix, return the weighted norm. More...
|
|
Jones< double > | get_weighted_conjugate (const Jones< double > &) const |
| Given a coherency matrix, return the weighted conjugate matrix.
|
|
| TemplateUncertainty () |
| Default constructor.
|
|
void | set_variance (const Stokes< double > &var) |
| Set the uncertainty of the observation.
|
|
void | set_template_variance (const Stokes< double > &var) |
| Set the uncertainty of the template.
|
|
void | set_variance (const Stokes< std::complex< double > > &var) |
| Set the uncertainty of the observation.
|
|
void | set_template_variance (const Stokes< std::complex< double > > &var) |
| Set the uncertainty of the template.
|
|
void | set_transformation (MEAL::Complex2 *transformation) |
| Set the transformation from template to observation.
|
|
const MEAL::Complex2 * | get_transformation () const |
|
virtual Stokes< std::complex< double > > | get_weighted_components (const Jones< double > &) const |
| Given a coherency matrix, return the weighted Stokes parameters.
|
|
| ObservationUncertainty () |
| Default constructor.
|
|
| ObservationUncertainty (const Stokes< double > &variance) |
| Construct with the uncertainty of the observation.
|
|
Stokes< std::complex< double > > | get_variance () const |
| Return the variance of each Stokes parameter.
|
|
virtual void | add (const Uncertainty *)=0 |
| Add the uncertainty of another instance.
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|