Calibration::BackendEstimate Class Reference

Manages a single backend and its current best estimate (first guess) More...

#include <BackendEstimate.h>

Inheritance diagram for Calibration::BackendEstimate:
Reference::Able Reference::HeapTracked Calibration::VariableBackendEstimate

Public Member Functions

virtual void set_response (MEAL::Complex2 *xform)
 Set the response that contains the backend.
 
void integrate (const MEAL::Complex2 *xform)
 Integrate a calibrator solution.
 
virtual void update ()
 Update the transformation with the current estimate, if possible.
 
unsigned get_path_index () const
 Return the path index.
 
void set_start_time (const MJD &epoch)
 
const MJDget_start_time () const
 
void set_end_time (const MJD &epoch)
 
const MJDget_end_time () const
 
bool spans (const MJD &epoch)
 Return true if this estimate spans the epoch.
 
void add_observation_epoch (const MJD &epoch)
 update min_time and max_time
 
void add_weight (float amount)
 
float get_weight () 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
 

Public Attributes

unsigned path_index
 The index of the SignalPath in which this backend is a component.
 

Protected Attributes

Reference::To< MEAL::Complex2backend
 The backend component.
 
Reference::To< MEAL::Mean< MEAL::Complex2 > > mean
 The mean of the backend component.
 
setMJD start_time
 The start of the period spanned by this backend solution.
 
setMJD end_time
 The end of the period spanned by this solution.
 
MJD min_time
 The mimimum observation time.
 
MJD max_time
 The maximum observation time.
 
float weight
 

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

Manages a single backend and its current best estimate (first guess)


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

Generated using doxygen 1.8.17