casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TimeVarVJTable.h
Go to the documentation of this file.
1 //# TimeVarVJTable.h: TimeVarVisJones calibration table access and creation
2 //# Copyright (C) 1996,1997,1998,1999,2001,2003
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 adressed 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 //#
27 //# $Id$
28 
29 #ifndef CALIBRATION_TIMEVARVJTABLE_H
30 #define CALIBRATION_TIMEVARVJTABLE_H
31 
34 
35 namespace casa { //# NAMESPACE CASA - BEGIN
36 
37 // <summary>
38 // TimeVarVisJonesTable: TimeVarVisJones calibration table access and creation
39 // </summary>
40 
41 // <use visibility=export>
42 
43 // <reviewed reviewer="" date="" tests="" demos="">
44 
45 // <prerequisite>
46 // <li> <linkto class="TimeVarVisJonesDesc">TimeVarVisJonesDesc</linkto> module
47 // </prerequisite>
48 //
49 // <etymology>
50 // From "time-variable","visibility", "Jones matrix", and "table".
51 // </etymology>
52 //
53 // <synopsis>
54 // The TimeVarVisJonesTable classes provide basic access to time-variable,
55 // non-solvable VisJones calibration tables. This includes the
56 // creation of calibration tables, sorting and selection capabilities,
57 // and basic data access. This class derives from VisJonesTable.
58 // </etymology>
59 //
60 // <example>
61 // <srcblock>
62 // </srcblock>
63 // </example>
64 //
65 // <motivation>
66 // This class is used by other calibration table accessors and iterators.
67 // </motivation>
68 //
69 // <todo asof="01/06/20">
70 // (i)
71 // </todo>
72 
74 {
75  public:
76  // Default null constructor, and destructor
78  virtual ~TimeVarVisJonesTable();
79 
80  // Construct from a specified table name and table access option.
81  // Used for creating new tables or opening existing tables.
84 
85  private:
87 };
88 
89 // <summary>
90 // PJonesTable: PJones calibration table access and creation
91 // </summary>
92 
93 // <use visibility=export>
94 
95 // <reviewed reviewer="" date="" tests="" demos="">
96 
97 // <prerequisite>
98 // <li> <linkto class="PJonesDesc">PJonesDesc</linkto> module
99 // </prerequisite>
100 //
101 // <etymology>
102 // From "parallactic angle", "Jones matrix", and "table".
103 // </etymology>
104 //
105 // <synopsis>
106 // The PJonesTable classes provide basic access to time-variable,
107 // non-solvable parallactic angle calibration tables. This includes
108 // the creation of calibration tables, sorting and selection
109 // capabilities, and basic data access. This class derives from
110 // VisJonesTable.
111 // </etymology>
112 //
113 // <example>
114 // <srcblock>
115 // </srcblock>
116 // </example>
117 //
118 // <motivation>
119 // This class is used by other calibration table accessors and iterators.
120 // </motivation>
121 //
122 // <todo asof="01/06/20">
123 // (i)
124 // </todo>
125 
127 {
128  public:
129  // Default null constructor, and destructor
130  PJonesTable();
131  virtual ~PJonesTable();
132 
133  // Construct from a specified table name and table access option.
134  // Used for creating new tables or opening existing tables.
137 
138  private:
140 };
141 
142 // <summary>
143 // CJonesTable: CJones calibration table access and creation
144 // </summary>
145 
146 // <use visibility=export>
147 
148 // <reviewed reviewer="" date="" tests="" demos="">
149 
150 // <prerequisite>
151 // <li> <linkto class="CJonesDesc">CJonesDesc</linkto> module
152 // </prerequisite>
153 //
154 // <etymology>
155 // From "time-variable","visibility", "Jones matrix", and "table".
156 // </etymology>
157 //
158 // <synopsis>
159 // The CJonesTable classes provide basic access to time-variable,
160 // non-solvable polarization configuration calibration tables. This
161 // includes the creation of calibration tables, sorting and selection
162 // capabilities, and basic data access. This class derives from
163 // VisJonesTable.
164 // </etymology>
165 //
166 // <example>
167 // <srcblock>
168 // </srcblock>
169 // </example>
170 //
171 // <motivation>
172 // This class is used by other calibration table accessors and iterators.
173 // </motivation>
174 //
175 // <todo asof="01/06/20">
176 // (i)
177 // </todo>
178 
180 {
181  public:
182  // Default null constructor, and destructor
183  CJonesTable();
184  virtual ~CJonesTable();
185 
186  // Construct from a specified table name and table access option.
187  // Used for creating new tables or opening existing tables.
190 
191  private:
193 };
194 
195 
196 } //# NAMESPACE CASA - END
197 
198 #endif
199 
200 
201 
202 
203 
CJonesTable: CJones calibration table access and creation.
PJonesTable: PJones calibration table access and creation.
CJonesDesc: Define the format of CJones cal tables.
CJonesTable()
Default null constructor, and destructor.
TimeVarVisJonesDesc: Define the format of TimeVarVisJones cal tables.
Definition: TimeVarVJDesc.h:75
const casacore::String tableName()
Definition: CalTable.h:157
VisJonesTable: VisJones calibration table access and creation.
Definition: VisJonesTable.h:74
virtual ~CJonesTable()
existing table
Definition: Table.h:170
PJonesDesc itsPJonesDesc
virtual ~PJonesTable()
TimeVarVisJonesDesc itsTimeVarVisJonesDesc
TimeVarVisJonesTable()
Default null constructor, and destructor.
CJonesDesc itsCJonesDesc
TimeVarVisJonesTable: TimeVarVisJones calibration table access and creation.
String: the storage and methods of handling collections of characters.
Definition: String.h:223
PJonesTable()
Default null constructor, and destructor.
TableOption
Define the possible options how a table can be opened.
Definition: Table.h:168
PJonesDesc: Define the format of PJones cal tables.