A class to parse the contents of a single CalLib slice i.e., for one caltable, one setup. More...
#include <CLPatchPanel.h>
Public Member Functions | |
| CalLibSlice (String obs, String fld, String ent, String spw, String tinterp, String finterp, Vector< Int > obsmap=Vector< Int >(1,-1), Vector< Int > fldmap=Vector< Int >(1,-1), Vector< Int > spwmap=Vector< Int >(1,-1), Vector< Int > antmap=Vector< Int >(1,-1)) | |
| CalLibSlice (const Record &clslice, const MeasurementSet &ms=MeasurementSet(), const NewCalTable &ct=NewCalTable()) | |
| Record | asRecord () |
| Extract as a record. | |
| String | state () |
Static Public Member Functions | |
| static Bool | validateCLS (const Record &clslice) |
| validation | |
Public Attributes | |
| String | obs |
| String | fld |
| String | ent |
| String | spw |
| String | tinterp |
| String | finterp |
| CalMap | obsmap |
| CalMap | fldmap |
| CalMap | spwmap |
| CalMap | antmap |
A class to parse the contents of a single CalLib slice i.e., for one caltable, one setup.
Definition at line 159 of file CLPatchPanel.h.
| casa::CalLibSlice::CalLibSlice | ( | String | obs, | |
| String | fld, | |||
| String | ent, | |||
| String | spw, | |||
| String | tinterp, | |||
| String | finterp, | |||
| Vector< Int > | obsmap = Vector< Int >(1,-1), |
|||
| Vector< Int > | fldmap = Vector< Int >(1,-1), |
|||
| Vector< Int > | spwmap = Vector< Int >(1,-1), |
|||
| Vector< Int > | antmap = Vector< Int >(1,-1) | |||
| ) |
| casa::CalLibSlice::CalLibSlice | ( | const Record & | clslice, | |
| const MeasurementSet & | ms = MeasurementSet(), |
|||
| const NewCalTable & | ct = NewCalTable() | |||
| ) |
| Record casa::CalLibSlice::asRecord | ( | ) |
Extract as a record.
| String casa::CalLibSlice::state | ( | ) |
| static Bool casa::CalLibSlice::validateCLS | ( | const Record & | clslice | ) | [static] |
validation
Definition at line 175 of file CLPatchPanel.h.
| String casa::CalLibSlice::ent |
Definition at line 173 of file CLPatchPanel.h.
| String casa::CalLibSlice::finterp |
Definition at line 174 of file CLPatchPanel.h.
| String casa::CalLibSlice::fld |
Definition at line 173 of file CLPatchPanel.h.
Definition at line 175 of file CLPatchPanel.h.
| String casa::CalLibSlice::obs |
Definition at line 173 of file CLPatchPanel.h.
Definition at line 175 of file CLPatchPanel.h.
| String casa::CalLibSlice::spw |
Definition at line 173 of file CLPatchPanel.h.
Definition at line 175 of file CLPatchPanel.h.
| String casa::CalLibSlice::tinterp |
Definition at line 174 of file CLPatchPanel.h.
1.6.1