casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ComponentListDeconvolver.h
Go to the documentation of this file.
1 //# Copyright (C) 1998,1999,2000,2001,2003
2 //# Associated Universities, Inc. Washington DC, USA.
3 //#
4 //# This program is free software; you can redistribute it and/or modify it
5 //# under the terms of the GNU General Public License as published by the Free
6 //# Software Foundation; either version 2 of the License, or (at your option)
7 //# any later version.
8 //#
9 //# This program is distributed in the hope that it will be useful, but WITHOUT
10 //# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 //# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 //# more details.
13 //#
14 //# You should have received a copy of the GNU General Public License along
15 //# with this program; if not, write to the Free Software Foundation, Inc.,
16 //# 675 Massachusetts Ave, Cambridge, MA 02139, USA.
17 //#
18 //# Correspondence concerning AIPS++ should be addressed as follows:
19 //# Internet email: aips2-request@nrao.edu.
20 //# Postal address: AIPS++ Project Office
21 //# National Radio Astronomy Observatory
22 //# 520 Edgemont Road
23 //# Charlottesville, VA 22903-2475 USA
24 //#
25 
26 #ifndef IMAGEANALYSIS_COMPONENTLISTDECONVOLVER_H
27 #define IMAGEANALYSIS_COMPONENTLISTDECONVOLVER_H
28 
30 
31 #include <casa/namespace.h>
32 
33 namespace casa {
34 
35 class ComponentList;
36 
37 template <class T> class ComponentListDeconvolver {
38  // <summary>
39  // Top level interface for deconvolving a component list
40  // </summary>
41 
42  // <reviewed reviewer="" date="" tests="" demos="">
43  // </reviewed>
44 
45  // <prerequisite>
46  // </prerequisite>
47 
48  // <etymology>
49  // </etymology>
50 
51  // <synopsis>
52  // </synopsis>
53 
54  // <example>
55  // <srcblock>
56  // </srcblock>
57  // </example>
58 
59 public:
60 
61  ComponentListDeconvolver() = delete;
62 
64 
65  // destructor
67 
69  const ComponentList& compList, casacore::Int channel, casacore::Int polarization
70  ) const;
71 
72 private:
74 
75 };
76 }
77 
78 #ifndef AIPS_NO_TEMPLATE_SRC
79 #include <imageanalysis/ImageAnalysis/ComponentListDeconvolver.tcc>
80 #endif
81 
82 #endif
~ComponentListDeconvolver()
destructor
int Int
Definition: aipstype.h:50
ComponentListDeconvolver()=delete
Top level interface for deconvolving a component list.
#define SPCIIT
Definition: ImageTypedefs.h:35
A class for manipulating groups of components.
ComponentList deconvolve(const ComponentList &compList, casacore::Int channel, casacore::Int polarization) const