casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GaussianDeconvolver.h
Go to the documentation of this file.
1 //# ImageMetaData.h: Meta information for Images
2 //# Copyright (C) 2009
3 //# Associated Universities, Inc. Washington DC, USA.
4 //#
5 //# This library is free software; you can redistribute it and/or modify it
6 //# under the terms of the GNU Library General Public License as published by
7 //# the Free Software Foundation; either version 2 of the License, or (at your
8 //# option) any later version.
9 //#
10 //# This library is distributed in the hope that it will be useful, but WITHOUT
11 //# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 //# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
13 //# License for more details.
14 //#
15 //# You should have received a copy of the GNU Library General Public License
16 //# along with this library; if not, write to the Free Software Foundation,
17 //# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
18 //#
19 //# Correspondence concerning AIPS++ should be addressed as follows:
20 //# Internet email: aips2-request@nrao.edu.
21 //# Postal address: AIPS++ Project Office
22 //# National Radio Astronomy Observatory
23 //# 520 Edgemont Road
24 //# Charlottesville, VA 22903-2475 USA
25 //#
26 //# $Id$
27 
28 #ifndef IMAGES_IMAGEDECONVOLVER_H
29 #define IMAGES_IMAGEDECONVOLVER_H
30 
31 #include <casa/aipstype.h>
32 
33 namespace casacore{
34 
35 class GaussianBeam;
36 }
37 
38 namespace casa {
39 
40 
41 // <summary>
42 // Deconvolve a gaussian source from a gaussian beam
43 // </summary>
44 
45 // <use visibility=export>
46 
47 // <reviewed reviewer="" date="" tests="" demos="">
48 // </reviewed>
49 
50 // <prerequisite>
51 // </prerequisite>
52 
53 // <etymology>
54 // </etymology>
55 
56 // <synopsis>
57 // </synopsis>
58 
59 // <example>
60 // </example>
61 
62 // <motivation>
63 
64 // </motivation>
65 
66 
68 
69 public:
71 
72 
73  // Deconvolve the parameters of a source Gaussian from a a GaussianBeam
74  // to give the deconvolved Gaussian source. The return is true if the model appears
75  // to be a point source and the output model will be set to
76  // the parameters of the beam.
78  Angular2DGaussian& deconvolvedSize,
79  const Angular2DGaussian& convolvedSize,
80  const casacore::GaussianBeam& beam
81  );
82 };
83 
84 
85 
86 } //# NAMESPACE CASA - END
87 
88 #endif
Represents a Gaussian restoring beam associated with an image.
Definition: GaussianBeam.h:68
bool Bool
Define the standard types used by Casacore.
Definition: aipstype.h:42
casacore::GaussianBeam Angular2DGaussian
static casacore::Bool deconvolve(Angular2DGaussian &deconvolvedSize, const Angular2DGaussian &convolvedSize, const casacore::GaussianBeam &beam)
Deconvolve the parameters of a source Gaussian from a a GaussianBeam to give the deconvolved Gaussian...
Deconvolve a gaussian source from a gaussian beam.
#define casacore
&lt;X11/Intrinsic.h&gt; #defines true, false, casacore::Bool, and String.
Definition: X11Intrinsic.h:42