Integration::Meta Class Reference

Stores otherwise shared attributes of orphaned Integrations. More...

#include <IntegrationMeta.h>

Inheritance diagram for Integration::Meta:
Reference::Able Reference::HeapTracked

Public Member Functions

 Meta (const Archive *)
 Construct from the parent Archive instance.
std::string get_telescope () const
 Name of the telescope.
void set_telescope (std::string)
sky_coord get_coordinates () const
 Source coordinates.
void set_coordinates (const sky_coord &)
double get_centre_frequency () const
 Get the centre frequency (in MHz)
void set_centre_frequency (double)
double get_bandwidth () const
 Get the bandwidth (in MHz)
void set_bandwidth (double)
double get_dispersion_measure () const
 Get the dispersion measure (in ${\rm pc\, cm}^{-3}$)
void set_dispersion_measure (double)
bool get_dedispersed () const
 Inter-channel dispersion delay has been removed.
void set_dedispersed (bool)
double get_rotation_measure () const
 Get the rotation measure (in ${\rm rad\, m}^{-2}$)
void set_rotation_measure (double)
bool get_faraday_corrected () const
 Data has been corrected for ISM faraday rotation.
void set_faraday_corrected (bool)
Signal::Basis get_basis () const
 Get the feed configuration of the receiver.
void set_basis (Signal::Basis)
Signal::State get_state () const
 Get the polarimetric state of the profiles.
void set_state (Signal::State)
bool get_absolute_dispersion_corrected () const
 Absolute inter-channel dispersion delay has been removed.
void set_absolute_dispersion_corrected (bool)
bool get_absolute_birefringence_corrected () const
 Absolute inter-channel birefringence has been removed.
void set_absolute_birefringence_corrected (bool)
Profile::Strategiesget_strategy ()
void set_strategy (Profile::Strategies *)
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 Attributes

double centre_frequency = 0.0
double bandwidth = 0.0
double dispersion_measure = 0.0
bool dedispersed = false
double rotation_measure = 0.0
bool faraday_corrected = false
Signal::Basis basis
Signal::State state
bool absolute_dispersion_corrected = false
bool absolute_birefringence_corrected = false
std::string telescope
sky_coord coordinates
Reference::To< Profile::Strategiesstrategy

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

Stores otherwise shared attributes of orphaned Integrations.

Member Function Documentation

◆ get_absolute_birefringence_corrected()

bool Pulsar::Integration::Meta::get_absolute_birefringence_corrected ( ) const

Absolute inter-channel birefringence has been removed.

Auxiliary inter-channel birefringence has been removed.

◆ get_absolute_dispersion_corrected()

bool Pulsar::Integration::Meta::get_absolute_dispersion_corrected ( ) const

Absolute inter-channel dispersion delay has been removed.

Auxiliary inter-channel dispersion delay has been removed.


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

Generated using doxygen 1.14.0