Calibration::MeanPolar Class Reference

A weighted mean of MEAL::Polar parameter estimates. More...

#include <MeanPolar.h>

Inheritance diagram for Calibration::MeanPolar:
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 value of the mean.
 
- 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 receiver gain.
 
MeanEstimate< double > mean_boost [3]
 Best estimate of receiver boost.
 
MeanRadian< double > mean_rotation [3]
 Best estimate of receiver rotations.
 

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 MEAL::Polar parameter estimates.


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

Generated using doxygen 1.8.17