casa
5.7.0-16
|
Provides a model for use in model fitting applications. More...
#include <IPLatConvEquation.h>
Public Member Functions | |
virtual | ~LinearModel () |
A virtual destructor is necessary. More... | |
virtual const Domain & | getModel () const =0 |
Return the current model. More... | |
virtual void | setModel (const Domain &model)=0 |
Set the current model. More... | |
Provides a model for use in model fitting applications.
Public interface
class should be read in conjunction with: LinearEquation ResidualEquation
LinearModel was originally conceived for providing the model, and optionally for derived classes the iterative solution methods for linear equations (like Ax=b) but may be more general in scope.
This abstract class defines the interface between a model of the sky (or any other quantity) and the equation used to predict the measured quantities. It provides the current best guess model, and given measures of the discrepency between the current model and the data (as provided by the ResidualEquation class) derived classes may be able to solve for a better model that corresponds more closely to the measured data.
I'll pass this class into a function as an actual instance of an abstract class cannot be constructed.
This class was originally conceived to be used in implementing deconvolution algorithms. I would not be surprised if it found wider applicability.
template determines the external representation of the model used. So complicated templates can be expected and should be OK.
is an abstract class and does not contain any implementation (and hence does not throw exceptions)
Definition at line 42 of file IPLatConvEquation.h.
|
virtual |
A virtual destructor is necessary.
|
pure virtual |
Return the current model.
Implemented in casa::IncCEMemModel, casa::CEMemModel, casa::ClarkCleanLatModel, casa::MaskedArrayModel< T >, casa::ArrayModel< T >, casa::ArrayModel< casacore::Float >, and casa::LatticeModel.
|
pure virtual |
Set the current model.
Implemented in casa::IncCEMemModel, casa::CEMemModel, casa::ClarkCleanLatModel, casa::ClarkCleanModel, casa::MaskedArrayModel< T >, casa::ArrayModel< T >, casa::ArrayModel< casacore::Float >, and casa::LatticeModel.