Pulsar::IonosphereCalibrator Class Reference

Corrects ionospheric Faraday rotation. More...

#include <IonosphereCalibrator.h>

Inheritance diagram for Pulsar::IonosphereCalibrator:
Pulsar::Calibrator Reference::Able Reference::HeapTracked

Public Member Functions

 IonosphereCalibrator ()
 Default constructor.
 ~IonosphereCalibrator ()
 Destructor.
void calibrate (Archive *archive)
 Calibrate the Pulsar::Archive.
unsigned get_nchan () const
 Get the number of frequency channels in the calibrator.
float get_weight (unsigned ichan) const
 Get the weight associated with the specified channel.
CalibratorExtensionnew_Extension () const
 Returns a new CalibratorExtension.
Public Member Functions inherited from Pulsar::Calibrator
 Calibrator ()
 Default constructor.
virtual ~Calibrator ()
 Destructor.
virtual const Typeget_type () const
 Return the Calibrator::Type of derived class.
Archivenew_solution (const std::string &archive_class) const
 Return a new processed calibrator Archive with a CalibratorExtension.
virtual MJD get_epoch () const
 Return the reference epoch of the calibration experiment.
virtual std::string get_filenames () const
 Return a string containing the file information.
const Archiveget_Archive () const
 Return a const reference to the calibrator archive.
bool has_Archive () const
 Return true if the calibrator is constructed from an Archive.
virtual Infoget_Info () const
 Return the Calibrator::Info information.
template<class T>
bool is_a () const
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

Additional Inherited Members

Static Public Member Functions inherited from Pulsar::Calibrator
static unsigned get_instance_count ()
 Returns the number of Calibrator instances currently in existence.
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 ()
Static Public Attributes inherited from Pulsar::Calibrator
static unsigned verbose = 0
 Verbosity level.
static Pulsar::Option< float > median_smoothing
 Fractional bandwidth of the window used in median filter.
static Pulsar::Option< float > interpolating
 Fractional bandwidth over which interpolation will be performed.
static Pulsar::Option< float > det_threshold
 Tolerance to non-physical values of the coherency matrix.
Protected Member Functions inherited from Pulsar::Calibrator
void copy_variation (Calibrator *)
void set_variation (Variation *var)
const Archiveget_calibrator () const
 Provide derived classes with access to the calibrator.
Archiveget_calibrator ()
 Provide derived classes with mutable access to the calibrator.
virtual void set_calibrator (const Archive *archive)
 Provide derived classes with access to the calibrator.
bool has_calibrator () const
 Return true if the calibrator attribute has been set.
Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const
Protected Attributes inherited from Pulsar::Calibrator
Reference::To< Typetype
 The type of the Calibrator.
Reference::To< Variationvariation
 Updates model parameters.
Reference::To< const CalibratorExtensionextension
 The CalibratorExtension of the Archive passed during construction.
std::vector< std::string > filenames
 Filenames of Pulsar::Archives from which instance was created.

Detailed Description

Corrects ionospheric Faraday rotation.

Once upon a time, we tried.

Member Function Documentation

◆ calibrate()

◆ get_nchan()

unsigned Pulsar::IonosphereCalibrator::get_nchan ( ) const
inlinevirtual

Get the number of frequency channels in the calibrator.

Implements Pulsar::Calibrator.

◆ get_weight()

float Pulsar::IonosphereCalibrator::get_weight ( unsigned ichan) const
inlinevirtual

Get the weight associated with the specified channel.

Implements Pulsar::Calibrator.

◆ new_Extension()

CalibratorExtension * Pulsar::IonosphereCalibrator::new_Extension ( ) const
inlinevirtual

Returns a new CalibratorExtension.

Implements Pulsar::Calibrator.


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

Generated using doxygen 1.14.0