Propagates Stokes parameter uncertainty through congruence transformation. More...

#include <StokesError.h>

Inheritance diagram for MEAL::StokesError:
Reference::Able Reference::HeapTracked

Public Member 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. More...
 
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) More...
 
- Public Member Functions inherited from Reference::Able
 Able (const Able &)
 
Ableoperator= (const Able &)
 
unsigned get_reference_count () const
 
- Public Member Functions inherited from Reference::HeapTracked
 HeapTracked (const HeapTracked &)
 
HeapTrackedoperator= (const HeapTracked &)
 
bool __is_on_heap () const
 

Protected Member Functions

void build ()
 Computes del.
 
- Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
 
void __dereference (bool auto_delete=true) const
 

Protected Attributes

Stokes< double > input
 The input Stokes parameter variances.
 
Jones< double > jones
 The Jones matrix of the transformation.
 
Jones< double > jones_grad
 The Jones matrix of the transformation gradient component.
 
bool built
 Flag set to false when del must be recomputed.
 
Matrix< 4, 4, double > xform
 The Mueller matrix of the transformation.
 
Matrix< 4, 4, double > del
 The Mueller matrix of the transformation gradient component.
 

Additional Inherited Members

- Static Public Member Functions inherited from Reference::Able
static size_t get_instance_count ()
 
- Static Public Member Functions inherited from Reference::HeapTracked
static void * operator new (size_t size, void *ptr=0)
 
static void operator delete (void *location, void *ptr)
 
static void operator delete (void *location)
 
static size_t get_heap_queue_size ()
 

Detailed Description

Propagates Stokes parameter uncertainty through congruence transformation.

Member Function Documentation

◆ get_input_variance()

Stokes< double > MEAL::StokesError::get_input_variance ( ) const

Get the input variance (not transformed)

Get the variances of the input Stokes parameters.

◆ set_transformation()

void MEAL::StokesError::set_transformation ( const Jones< double > &  J)

Set the transformation.

Set the transformation from template to observation.


The documentation for this class was generated from the following files:

Generated using doxygen 1.8.17