Pulsar::CalibrationInterpolator Class Reference

A calibration solution that spans a finite bandwidth and time. More...

#include <CalibrationInterpolator.h>

Inheritance diagram for Pulsar::CalibrationInterpolator:
Pulsar::Calibrator::Variation Reference::Able Reference::HeapTracked

Public Member Functions

 CalibrationInterpolator (Calibrator *)
 Construct from a calibrator with a CalibrationInterpolatorExtension.
 
 CalibrationInterpolator (Archive *)
 Construct from an Archive with a CalibrationInterpolatorExtension.
 
 ~CalibrationInterpolator ()
 Destructor.
 
const CalibrationInterpolatorExtensionget_extension ()
 Get the extension from which this object was constructed.
 
const Calibrator::Typeget_type () const
 Get the type of the calibrator.
 
bool update (const Integration *subint)
 Update the model parameters to match the Integration.
 
template<class Container >
bool update (const Container *)
 Update the model parameters to match the container. More...
 
- 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 Member Functions

bool update (const MJD &epoch, const std::vector< double > &freqs)
 Performs the work for the template update method.
 
- Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
 
void __dereference (bool auto_delete=true) const
 

Protected Attributes

Reference::To< const CalibrationInterpolatorExtensioninterpolator
 Calibration Interpolator Extension.
 
Reference::To< CalibratorStokescalpoln
 The Stokes parameters of the input reference signal.
 
Reference::To< PolnCalibratorExtensionfeedpar
 The model of the feed.
 
Reference::To< FluxCalibratorExtensionfluxcal
 The flux calibrator.
 
std::map< unsigned, Reference::To< SplineSmooth2D > > feedpar_splines
 
std::map< unsigned, Reference::To< SplineSmooth2D > > calpoln_splines
 
std::map< unsigned, Reference::To< SplineSmooth2D > > fluxcal_splines
 
MJD last_computed
 

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

A calibration solution that spans a finite bandwidth and time.

Member Function Documentation

◆ update()

template<class Container >
bool Pulsar::CalibrationInterpolator::update ( const Container container)

Update the model parameters to match the container.

Returns true if transformation should be recomputed


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

Generated using doxygen 1.8.17