29 #ifndef SYNTHESIS_MASKEDARRAYMODEL_H
30 #define SYNTHESIS_MASKEDARRAYMODEL_H
150 #ifndef AIPS_NO_TEMPLATE_SRC
151 #include <synthesis/MeasurementEquations/MaskedArrayModel.tcc>
152 #endif //# AIPS_NO_TEMPLATE_SRC
void setModel(const casacore::Array< T > &model)
These functions are analogous to the constructors above and must be called when the default construct...
MaskedArrayModel()
Default constructor sets the internal arrays to zero size.
casacore::MaskedArray< T > getModel() const
Return the current model.
Class for masking an Array for operations on that Array.
base class for models with an internal & external representation as a casacore::MaskedArray ...
template <class T, class U> class vector;
casacore::MaskedArray< T > theModel
Provides a model for use in model fitting applications.