29 #ifndef SYNTHESIS_IPLATCONVEQUATION_H
30 #define SYNTHESIS_IPLATCONVEQUATION_H
Implements the image plane lattice convolution equation.
Implements the convolution equation.
bool Bool
Define the standard types used by Casacore.
virtual ~IPLatConvEquation()
Somewhere I read that a destructor should alway be defined even if it does nothing (as this one does)...
casacore::Float itsQ
Factor by which we normalize the PSF for the second convolution.
virtual casacore::Bool residual(casacore::Lattice< casacore::Float > &result, const LinearModel< casacore::Lattice< casacore::Float > > &model)
Calculate the convolution of the model (supplied by the LinearModel class) and the psf and the differ...
IPLatConvEquation()
Don't use this one, due to the casacore::Lattice<casacore::Float> &.
Provides a model for use in model fitting applications.