Phase-resolved four-dimensional covariance matrix of Stokes parameters. More...

#include <StokesCovariance.h>

Inheritance diagram for Pulsar::StokesCovariance:
Pulsar::Container Reference::Able Reference::HeapTracked

Public Member Functions

 StokesCovariance ()
 Default constructor.
 StokesCovariance (FourthMoments *)
 Construct from the FourthMoments object.
 ~StokesCovariance ()
 Destructor.
virtual StokesCovarianceclone () const
 Clone operator.
void resize (unsigned nbin)
 Set the number of bins.
unsigned get_nbin () const
 Get the number of bins.
double get_nsample () const
 Get the (effective) number of samples in each sub-sample.
const Profileget_Profile (unsigned i) const
 Get the specifed constant profile.
Profileget_Profile (unsigned i)
 Get the specified profile.
Matrix< 4, 4, double > get_covariance (unsigned ibin) const
 Get the Stokes covariance for the specified bin.
void set_covariance (unsigned ibin, const Matrix< 4, 4, double > &)
 Set the Stokes covariance for the specified bin.
void scale (double scale)
 multiplies each bin of each profile by scale
void rotate_phase (double turns)
 Rotate the phase of each profile.
void transform (const Jones< double > &response)
 Perform the congruence transformation on each bin of the profile.
void transform (const Matrix< 4, 4, double > &response)
 Perform the Mueller transformation on each bin of the profile.
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 const unsigned nmoment = 10
 The number of unique fourth moments in a Stokes covariance matrix.

Protected Attributes

Reference::To< FourthMomentscovariance
 References to the covariance profiles.

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 ()
Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const

Detailed Description

Phase-resolved four-dimensional covariance matrix of Stokes parameters.

Member Data Documentation

◆ nmoment

const unsigned Pulsar::StokesCovariance::nmoment = 10
static

The number of unique fourth moments in a Stokes covariance matrix.

4 Stokes parameters -> (4*(4+1))/2 = 10 covariances

Referenced by Pulsar::FourthMomentStats::eigen(), get_covariance(), Pulsar::FourthMomentStats::get_moment_variance(), Pulsar::PolnProfile::PolnProfile(), Pulsar::FourthMomentStats::separate(), set_covariance(), and StokesCovariance().


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

Generated using doxygen 1.14.0