Deconvolve a gaussian source from a gaussian beam. More...
#include <GaussianDeconvolver.h>
Public Types | |
| typedef GaussianBeam | Angular2DGaussian |
Static Public Member Functions | |
| static Bool | deconvolve (Angular2DGaussian &deconvolvedSize, const Angular2DGaussian &convolvedSize, const GaussianBeam &beam) |
| Deconvolve the parameters of a source Gaussian from a a GaussianBeam to give the deconvolved Gaussian source. | |
Deconvolve a gaussian source from a gaussian beam.
Public interface
Definition at line 63 of file GaussianDeconvolver.h.
| typedef GaussianBeam casa::GaussianDeconvolver::Angular2DGaussian |
Definition at line 66 of file GaussianDeconvolver.h.
| static Bool casa::GaussianDeconvolver::deconvolve | ( | Angular2DGaussian & | deconvolvedSize, | |
| const Angular2DGaussian & | convolvedSize, | |||
| const GaussianBeam & | beam | |||
| ) | [static] |
Deconvolve the parameters of a source Gaussian from a a GaussianBeam to give the deconvolved Gaussian source.
The return is True if the model appears to be a point source and the output model will be set to the parameters of the beam.
1.6.1