Calibration::MeanFeed Class Reference

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

#include <MeanFeed.h>

Inheritance diagram for Calibration::MeanFeed:
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 Feed *model)
 Add the Model parameters to the running mean.
void update (Feed *model) const
 Update the Model parameters with the current mean.
double chisq (const Feed *model) const
 Return the difference between the mean and the Feed.
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

MeanRadian< double > mean_orientation [2]
 Best estimate of receptor orientations.
MeanRadian< double > mean_ellipticity [2]
 Best estimate of receptor ellipticities.

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 Feed parameter estimates.


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

Generated using doxygen 1.14.0