#include <SysCalRecord.h>
Public Types | |
| enum | Status { Spectral, Scalar, NotDefined } |
Public Member Functions | |
| SysCalTableRecord (MeasurementSet *ms, uInt irow, SysCalRecord const &record) | |
| SysCalTableRecord (SysCalTableRecord const &other) | |
| bool | operator== (SysCalTableRecord const &record) |
| returns true if two SysCalTableRecord objects are exactly same | |
| bool | operator== (SysCalRecord const &record) |
| returns true if given SysCalRecord is effectively the same | |
Public Attributes | |
| Int | antenna_id |
| Int | feed_id |
| Int | spw_id |
| Int | num_chan |
| Int | num_corr |
| Status | tsys_status |
| Status | tcal_status |
| Float | tsys_nominal |
| Float | tcal_nominal |
Private Attributes | |
| MeasurementSet * | ms_ |
| MSSysCalColumns | columns_ |
| uInt | irow_ |
Definition at line 94 of file SysCalRecord.h.
Definition at line 95 of file SysCalRecord.h.
| casa::sdfiller::SysCalTableRecord::SysCalTableRecord | ( | MeasurementSet * | ms, | |
| uInt | irow, | |||
| SysCalRecord const & | record | |||
| ) | [inline] |
Definition at line 98 of file SysCalRecord.h.
References casa::sdfiller::SysCalRecord::antenna_id, antenna_id, feed_id, casa::sdfiller::SysCalRecord::feed_id, ms_, num_chan, num_corr, spw_id, casa::sdfiller::SysCalRecord::spw_id, casa::sdfiller::SysCalRecord::tcal, tcal_nominal, casa::sdfiller::SysCalRecord::tcal_spectrum, tcal_status, casa::sdfiller::SysCalRecord::tsys, tsys_nominal, casa::sdfiller::SysCalRecord::tsys_spectrum, and tsys_status.
| casa::sdfiller::SysCalTableRecord::SysCalTableRecord | ( | SysCalTableRecord const & | other | ) | [inline] |
Definition at line 132 of file SysCalRecord.h.
References antenna_id, feed_id, num_chan, num_corr, spw_id, tcal_nominal, tcal_status, tsys_nominal, and tsys_status.
| bool casa::sdfiller::SysCalTableRecord::operator== | ( | SysCalRecord const & | record | ) | [inline] |
returns true if given SysCalRecord is effectively the same
Definition at line 168 of file SysCalRecord.h.
References casa::sdfiller::SysCalRecord::antenna_id, antenna_id, columns_, feed_id, casa::sdfiller::SysCalRecord::feed_id, irow_, num_chan, num_corr, spw_id, casa::sdfiller::SysCalRecord::spw_id, casa::sdfiller::SysCalRecord::tcal, tcal_nominal, casa::sdfiller::SysCalRecord::tcal_spectrum, tcal_status, casa::sdfiller::SysCalRecord::tsys, tsys_nominal, casa::sdfiller::SysCalRecord::tsys_spectrum, and tsys_status.
| bool casa::sdfiller::SysCalTableRecord::operator== | ( | SysCalTableRecord const & | record | ) | [inline] |
returns true if two SysCalTableRecord objects are exactly same
Definition at line 155 of file SysCalRecord.h.
References antenna_id, feed_id, irow_, ms_, num_chan, num_corr, spw_id, String, tcal_nominal, tcal_status, tsys_nominal, and tsys_status.
Definition at line 144 of file SysCalRecord.h.
Referenced by operator==(), and SysCalTableRecord().
MSSysCalColumns casa::sdfiller::SysCalTableRecord::columns_ [private] |
Definition at line 218 of file SysCalRecord.h.
Referenced by operator==().
Definition at line 145 of file SysCalRecord.h.
Referenced by operator==(), and SysCalTableRecord().
uInt casa::sdfiller::SysCalTableRecord::irow_ [private] |
Definition at line 219 of file SysCalRecord.h.
Referenced by operator==().
MeasurementSet* casa::sdfiller::SysCalTableRecord::ms_ [private] |
Definition at line 217 of file SysCalRecord.h.
Referenced by operator==(), and SysCalTableRecord().
Definition at line 147 of file SysCalRecord.h.
Referenced by operator==(), and SysCalTableRecord().
Definition at line 148 of file SysCalRecord.h.
Referenced by operator==(), and SysCalTableRecord().
Definition at line 146 of file SysCalRecord.h.
Referenced by operator==(), and SysCalTableRecord().
Definition at line 152 of file SysCalRecord.h.
Referenced by operator==(), and SysCalTableRecord().
Definition at line 150 of file SysCalRecord.h.
Referenced by operator==(), and SysCalTableRecord().
Definition at line 151 of file SysCalRecord.h.
Referenced by operator==(), and SysCalTableRecord().
Definition at line 149 of file SysCalRecord.h.
Referenced by operator==(), and SysCalTableRecord().
1.6.1