Class MEAL::StokesError
-
class StokesError : public Reference::Able
Propagates Stokes parameter uncertainty through congruence transformation.
Public Functions
-
StokesError()
Default constructor.
-
void set_variance(const Stokes<double>&)
Set the variances of the input Stokes parameters.
-
void set_transformation(const Jones<double>&)
Set the transformation.
-
Stokes<double> get_variance() const
Get the variances of the output Stokes parameters.
-
void set_transformation_gradient(const Jones<double>&)
Set the transformation gradient component.
-
Stokes<double> get_variance_gradient() const
Get the variances of the output Stokes parameters gradient component.
-
Stokes<double> get_input_variance() const
Get the input variance (not transformed).
-
StokesError()