casa
5.7.0-16
|
#include <SysCalRecord.h>
Public Types | |
typedef casacore::MSSysCal | AssociatingTable |
typedef casacore::MSSysCalColumns | AssociatingColumns |
Public Member Functions | |
void | clear () |
method More... | |
SysCalRecord & | operator= (SysCalRecord const &other) |
void | add (AssociatingTable &table, AssociatingColumns &) |
casacore::Bool | fill (casacore::uInt irow, AssociatingColumns &columns) |
Public Attributes | |
casacore::Int | antenna_id |
mandatory More... | |
casacore::Int | feed_id |
casacore::Int | spw_id |
casacore::Double | time |
casacore::Double | interval |
casacore::Vector< casacore::Float > | tcal |
optional More... | |
casacore::Matrix< casacore::Float > | tcal_spectrum |
casacore::Vector< casacore::Float > | tsys |
casacore::Matrix< casacore::Float > | tsys_spectrum |
Definition at line 21 of file SysCalRecord.h.
Definition at line 23 of file SysCalRecord.h.
Definition at line 22 of file SysCalRecord.h.
|
inline |
Definition at line 64 of file SysCalRecord.h.
References casacore::Table::addRow().
|
inline |
method
Definition at line 39 of file SysCalRecord.h.
References antenna_id, feed_id, interval, casacore::Matrix< T >::resize(), casacore::Vector< T >::resize(), spw_id, tcal, tcal_spectrum, time, tsys, and tsys_spectrum.
|
inline |
Definition at line 68 of file SysCalRecord.h.
References antenna_id, casacore::MSSysCalColumns::antennaId(), feed_id, casacore::MSSysCalColumns::feedId(), interval, casacore::MSSysCalColumns::interval(), casacore::ROMSSysCalColumns::nrow(), casacore::ScalarColumn< T >::put(), casacore::ArrayColumn< T >::put(), casacore::ArrayBase::size(), casacore::MSSysCalColumns::spectralWindowId(), spw_id, tcal, casacore::MSSysCalColumns::tcal(), tcal_spectrum, casacore::MSSysCalColumns::tcalSpectrum(), time, casacore::MSSysCalColumns::time(), tsys, casacore::MSSysCalColumns::tsys(), tsys_spectrum, and casacore::MSSysCalColumns::tsysSpectrum().
|
inline |
Definition at line 51 of file SysCalRecord.h.
References antenna_id, feed_id, interval, spw_id, tcal, tcal_spectrum, time, tsys, and tsys_spectrum.
casacore::Int casa::sdfiller::SysCalRecord::antenna_id |
mandatory
Definition at line 26 of file SysCalRecord.h.
Referenced by clear(), fill(), operator=(), casa::sdfiller::SysCalTableRecord::operator==(), and casa::sdfiller::SysCalTableRecord::SysCalTableRecord().
casacore::Int casa::sdfiller::SysCalRecord::feed_id |
Definition at line 27 of file SysCalRecord.h.
Referenced by clear(), fill(), operator=(), casa::sdfiller::SysCalTableRecord::operator==(), and casa::sdfiller::SysCalTableRecord::SysCalTableRecord().
casacore::Double casa::sdfiller::SysCalRecord::interval |
Definition at line 30 of file SysCalRecord.h.
Referenced by clear(), fill(), and operator=().
casacore::Int casa::sdfiller::SysCalRecord::spw_id |
Definition at line 28 of file SysCalRecord.h.
Referenced by clear(), fill(), operator=(), casa::sdfiller::SysCalTableRecord::operator==(), and casa::sdfiller::SysCalTableRecord::SysCalTableRecord().
casacore::Vector<casacore::Float> casa::sdfiller::SysCalRecord::tcal |
optional
Definition at line 33 of file SysCalRecord.h.
Referenced by clear(), fill(), operator=(), casa::sdfiller::SysCalTableRecord::operator==(), and casa::sdfiller::SysCalTableRecord::SysCalTableRecord().
casacore::Matrix<casacore::Float> casa::sdfiller::SysCalRecord::tcal_spectrum |
Definition at line 34 of file SysCalRecord.h.
Referenced by clear(), fill(), operator=(), casa::sdfiller::SysCalTableRecord::operator==(), and casa::sdfiller::SysCalTableRecord::SysCalTableRecord().
casacore::Double casa::sdfiller::SysCalRecord::time |
Definition at line 29 of file SysCalRecord.h.
Referenced by clear(), fill(), and operator=().
casacore::Vector<casacore::Float> casa::sdfiller::SysCalRecord::tsys |
Definition at line 35 of file SysCalRecord.h.
Referenced by clear(), fill(), operator=(), casa::sdfiller::SysCalTableRecord::operator==(), and casa::sdfiller::SysCalTableRecord::SysCalTableRecord().
casacore::Matrix<casacore::Float> casa::sdfiller::SysCalRecord::tsys_spectrum |
Definition at line 36 of file SysCalRecord.h.
Referenced by clear(), fill(), operator=(), casa::sdfiller::SysCalTableRecord::operator==(), and casa::sdfiller::SysCalTableRecord::SysCalTableRecord().