29 #ifndef SYNTHESIS_MASKEDHOGBOMCLEANMODEL_H
30 #define SYNTHESIS_MASKEDHOGBOMCLEANMODEL_H
141 #ifndef AIPS_NO_TEMPLATE_SRC
142 #include <synthesis/MeasurementEquations/MaskedHogbomCleanModel.tcc>
143 #endif //# AIPS_NO_TEMPLATE_SRC
Interface class containing functions returning "Domain" type.
Implements the convolution equation.
MaskedHogbomCleanModel()
The default constructor does nothing more than initialise a zero length array to hold the deconvolved...
Class for masking an Array for operations on that Array.
casacore::Bool solve(ResidualEquation< casacore::MaskedArray< T > > &eqn)
Using a Hogbom clean deconvolution proceedure solve for an improved estimate of the deconvolved objec...
base class for models with an internal & external representation as a casacore::MaskedArray ...
bool Bool
Define the standard types used by Casacore.
A Class for performing Hogbom Clean's of Arrays.
MaskedHogbomCleanModel(const casacore::MaskedArray< T > &model)
Construct the HogbomCleanModel object and initialise the model.
Base class for Iteration.