casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BJonesTable.h
Go to the documentation of this file.
1 //# BJonesTable.h: BJones calibration table access and creation
2 //# Copyright (C) 1996,1997,1998,1999,2001,2002,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_BJONESTABLE_H
30 #define CALIBRATION_BJONESTABLE_H
31 
34 
35 namespace casa { //# NAMESPACE CASA - BEGIN
36 
37 // <summary>
38 // BJonesTable: BJones calibration table access/creation
39 // </summary>
40 
41 // <use visibility=export>
42 
43 // <reviewed reviewer="" date="" tests="" demos="">
44 
45 // <prerequisite>
46 // <li> <linkto class="BJonesDesc">BJonesDesc</linkto>
47 // </prerequisite>
48 //
49 // <etymology>
50 // From "solvable","visibility", "Jones matrix", and "table".
51 // </etymology>
52 //
53 // <synopsis>
54 // The BJonesTable classes provide basic access to BJones calibration
55 // tables. This includes the creation of calibration tables,
56 // sorting and selection capabilities, and basic data access. This
57 // class derives from SolvableVisJonesTable.
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
77  BJonesTable();
78  virtual ~BJonesTable();
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 
90 // <summary>
91 // BJonesPolyTable: BJonesPoly calibration table access/creation
92 // </summary>
93 
94 // <use visibility=export>
95 
96 // <reviewed reviewer="" date="" tests="" demos="">
97 
98 // <prerequisite>
99 // <li> <linkto class="BJonesPolyDesc">BJonesPolyDesc</linkto>
100 // </prerequisite>
101 //
102 // <etymology>
103 // From "B Jones matrix", "polynomial" and "table".
104 // </etymology>
105 //
106 // <synopsis>
107 // The BJonesPolyTable classes provide basic access to BJonesPoly
108 // calibration tables. This includes the creation of calibration tables,
109 // sorting and selection capabilities, and basic data access. This
110 // class derives from BJonesTable.
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  BJonesPolyTable();
131  virtual ~BJonesPolyTable();
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 
143 } //# NAMESPACE CASA - END
144 
145 #endif
146 
147 
148 
149 
150 
virtual ~BJonesPolyTable()
BJonesPolyTable: BJonesPoly calibration table access/creation.
Definition: BJonesTable.h:126
BJonesPolyDesc itsBJonesPolyDesc
Definition: BJonesTable.h:139
BJonesDesc itsBJonesDesc
Definition: BJonesTable.h:86
BJonesDesc: Define the format of BJones cal tables.
Definition: BJonesDesc.h:77
const casacore::String tableName()
Definition: CalTable.h:157
existing table
Definition: Table.h:170
BJonesPolyTable()
Default null constructor, and destructor.
SolvableVisJonesTable: SolvableVisJones calibration table access/creation.
BJonesTable: BJones calibration table access/creation.
Definition: BJonesTable.h:73
String: the storage and methods of handling collections of characters.
Definition: String.h:223
BJonesTable()
Default null constructor, and destructor.
BJonesPolyDesc: Define the format of BJonesPoly cal tables.
Definition: BJonesDesc.h:130
virtual ~BJonesTable()
TableOption
Define the possible options how a table can be opened.
Definition: Table.h:168