Separates polarized modes of emission. More...

#include <ModeSeparation.h>

Inheritance diagram for Pulsar::ModeSeparation:
Reference::Able Reference::HeapTracked

Public Member Functions

 ModeSeparation ()
 Default constructor.
 
void set_mean (const Stokes< Estimate< double > > &)
 Set the estimated mean Stokes parameters. More...
 
void set_covariance (const Matrix< 4, 4, Estimate< double > > &)
 Set the estimated covariance matrix of the Stokes parameters. More...
 
void solve ()
 Solve the equation.
 
MEAL::Coherencyget_modeA ()
 
MEAL::Coherencyget_modeB ()
 
MEAL::Coherencyget_modeC ()
 
MEAL::Complexget_correlation ()
 
MEAL::Complex2get_mean ()
 
MEAL::Real4get_covariance ()
 
- 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
 

Static Public Attributes

static bool verbose = false
 

Protected Member Functions

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

Protected Attributes

Stokes< Estimate< double > > obs_mean
 Mean Stokes parameters.
 
Matrix< 4, 4, Estimate< double > > obs_covariance
 Mean covariance matrix.
 
Reference::To< MEAL::Real4covariance
 Covariance of the mode sum.
 
Reference::To< MEAL::Complex2mean
 Mean value of the mode sum.
 
Reference::To< MEAL::Coherencymode_A
 Mode A.
 
Reference::To< MEAL::ScalarParameterdof_A
 
Reference::To< MEAL::Coherencymode_B
 Mode B.
 
Reference::To< MEAL::ScalarParameterdof_B
 
Reference::To< MEAL::CrossCoherencycross
 Mode C (cross-coherency)
 
Reference::To< MEAL::ComplexCorrelationcorrelation
 
Reference::To< MEAL::Coherencymode_C
 
Reference::To< MEAL::ScalarParameterdof_C
 
Reference::To< MEAL::ScalarVectorspace
 Vector space of problem.
 

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

Separates polarized modes of emission.

Member Function Documentation

◆ set_covariance()

void Pulsar::ModeSeparation::set_covariance ( const Matrix< 4, 4, Estimate< double > > &  covar)

Set the estimated covariance matrix of the Stokes parameters.

Set the covariances of the Stokes parameters.

References MEAL::covariance(), and MEAL::sqrt().

Referenced by Pulsar::FourthMomentStats::separate().

◆ set_mean()

void Pulsar::ModeSeparation::set_mean ( const Stokes< Estimate< double > > &  S)

Set the estimated mean Stokes parameters.

Set the mean Stokes parameters.

Referenced by Pulsar::FourthMomentStats::separate().


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

Generated using doxygen 1.8.17