Simulated polarimetric pulse profile. More...

#include <SyntheticPolnProfile.h>

Inheritance diagram for Pulsar::SyntheticPolnProfile:
Reference::Able Reference::HeapTracked Pulsar::SimplePolnProfile

Public Member Functions

 SyntheticPolnProfile ()
 Default constructor.
 
 ~SyntheticPolnProfile ()
 Destructor.
 
void set_total_intensity (MEAL::Univariate< MEAL::Scalar > *)
 Set the functional form of the total intensity.
 
void set_degree (MEAL::Univariate< MEAL::Scalar > *)
 Set the functional form of the degree of polarization.
 
void set_degree (float)
 Set the constant degree of polarization.
 
void set_noise_variance (float)
 Set the variance of the noise.
 
void set_position_angle (MEAL::Univariate< MEAL::Scalar > *)
 Set the functional form of the position angle.
 
void set_position_angle (float)
 Set the constant position angle.
 
void set_linear (MEAL::Univariate< MEAL::Scalar > *)
 Set the functional form of the linear polarization.
 
void set_circular (MEAL::Univariate< MEAL::Scalar > *)
 Set the functional form of the circular polarization.
 
PolnProfileget_PolnProfile (unsigned nbin) const
 Get the polarimetric profile.
 
 SyntheticPolnProfile ()
 Default constructor.
 
 ~SyntheticPolnProfile ()
 Destructor.
 
void set_total_intensity (MEAL::Univariate< MEAL::Scalar > *)
 Set the functional form of the total intensity.
 
void set_degree (MEAL::Univariate< MEAL::Scalar > *)
 Set the functional form of the degree of polarization.
 
void set_degree (float)
 Set the constant degree of polarization.
 
void set_noise_variance (float)
 Set the variance of the noise.
 
void set_noise (float)
 Set the standard deviation of the noise.
 
void set_swims_variance (float)
 Set the peak variance of the simulated SWIMS/jitter noise.
 
void set_swims (float)
 Set the peak standard deviation of the simulated SWIMS/jitter noise.
 
void set_baseline (float)
 The the off-pulse baseline mean.
 
void set_position_angle (MEAL::Univariate< MEAL::Scalar > *)
 Set the functional form of the position angle.
 
void set_position_angle (float)
 Set the constant position angle.
 
void set_linear (MEAL::Univariate< MEAL::Scalar > *)
 Set the functional form of the linear polarization.
 
void set_circular (MEAL::Univariate< MEAL::Scalar > *)
 Set the functional form of the circular polarization.
 
PolnProfileget_PolnProfile (unsigned nbin) const
 Get the polarimetric profile.
 
void get_PolnProfile (PolnProfile *) const
 Get the polarimetric 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 Member Functions

static void set_Profile (Profile *profile, MEAL::Univariate< MEAL::Scalar > *function)
 
- 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 Attributes

Reference::To< MEAL::Univariate< MEAL::Scalar > > total_intensity
 The functional form of the total intensity.
 
float noise_variance
 The variance of the noise.
 
Reference::To< MEAL::Univariate< MEAL::Scalar > > degree
 The functional form of the degree of polarization.
 
float constant_degree
 The constant degree of polarization.
 
Reference::To< MEAL::Univariate< MEAL::Scalar > > position_angle
 The functional form of the position angle.
 
float constant_position_angle
 The constant position angle.
 
Reference::To< MEAL::Univariate< MEAL::Scalar > > linear
 The functional form of the linear polarization.
 
Reference::To< MEAL::Univariate< MEAL::Scalar > > circular
 The functional form of the circular polarization.
 
float swims_variance
 The peak variance of the SWIMS noise.
 
float baseline
 The off-pulse baseline mean intensity.
 

Additional Inherited Members

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

Detailed Description

Simulated polarimetric pulse profile.

Each function should accept the pulse phase in radians


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

Generated using doxygen 1.8.17