Calibration::MeanSingleAxis Class Reference

A weighted mean of SingleAxis parameter estimates. More...

#include <MeanSingleAxis.h>

Inheritance diagram for Calibration::MeanSingleAxis:
MEAL::Mean< MEAL::Complex2 > Reference::Able Reference::HeapTracked

Public Member Functions

void integrate (const MEAL::Complex2 *model)
 Add the Model parameters to the running mean.
 
void update (MEAL::Complex2 *model) const
 Update the Model parameters with the current mean.
 
double chisq (const MEAL::Complex2 *model) const
 Return the difference between the mean and the model.
 
void integrate (const SingleAxis *model)
 Add the SingleAxis model parameters to the running mean.
 
void update (SingleAxis *model) const
 Update the SingleAxis model parameters with the current mean.
 
double chisq (const SingleAxis *single_axis) const
 Return the difference between the mean and the SingleAxis.
 
- Public Member Functions inherited from MEAL::Mean< MEAL::Complex2 >
virtual void integrate (const T *model)=0
 
virtual void update (T *model) const =0
 
virtual double chisq (const T *model) 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
 

Protected Attributes

MeanEstimate< double > mean_gain
 Best estimate of instrumental gain.
 
MeanEstimate< double > mean_diff_gain
 Best estimate of differential gain.
 
MeanRadian< double > mean_diff_phase
 Best estimate of differential phase.
 

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

A weighted mean of SingleAxis parameter estimates.


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

Generated using doxygen 1.8.17