casacore
|
#include <MSMetaData.h>
Public Attributes | |
uInt | acRows |
number of auto-correlation rows More... | |
uInt | xcRows |
number of cross-correlation rows. More... | |
std::set< Int > | antennas |
Double | beginTime |
std::set< uInt > | ddIDs |
Double | endTime |
std::map< uInt, Quantity > | meanInterval |
the key is the spwID, the value is the meanInterval for the subscan and that spwID More... | |
FirstExposureTimeMap | firstExposureTime |
The Int represents the data description ID, The Double represents the time of the first time stamp, The Quantity represents the exposure time for the corresponding data description ID and time stamp. More... | |
Quantity | meanExposureTime |
std::set< uInt > | spws |
std::map< uInt, uInt > | spwNRows |
number of rows for each spectral window More... | |
std::set< Int > | stateIDs |
std::map< Double, TimeStampProperties > | timeProps |
Definition at line 85 of file MSMetaData.h.
uInt casacore::MSMetaData::SubScanProperties::acRows |
number of auto-correlation rows
Definition at line 87 of file MSMetaData.h.
std::set<Int> casacore::MSMetaData::SubScanProperties::antennas |
Definition at line 90 of file MSMetaData.h.
Double casacore::MSMetaData::SubScanProperties::beginTime |
Definition at line 91 of file MSMetaData.h.
std::set<uInt> casacore::MSMetaData::SubScanProperties::ddIDs |
Definition at line 92 of file MSMetaData.h.
Double casacore::MSMetaData::SubScanProperties::endTime |
Definition at line 93 of file MSMetaData.h.
FirstExposureTimeMap casacore::MSMetaData::SubScanProperties::firstExposureTime |
The Int represents the data description ID, The Double represents the time of the first time stamp, The Quantity represents the exposure time for the corresponding data description ID and time stamp.
Definition at line 101 of file MSMetaData.h.
Quantity casacore::MSMetaData::SubScanProperties::meanExposureTime |
Definition at line 102 of file MSMetaData.h.
the key is the spwID, the value is the meanInterval for the subscan and that spwID
Definition at line 96 of file MSMetaData.h.
number of rows for each spectral window
Definition at line 105 of file MSMetaData.h.
std::set<uInt> casacore::MSMetaData::SubScanProperties::spws |
Definition at line 103 of file MSMetaData.h.
std::set<Int> casacore::MSMetaData::SubScanProperties::stateIDs |
Definition at line 106 of file MSMetaData.h.
std::map<Double, TimeStampProperties> casacore::MSMetaData::SubScanProperties::timeProps |
Definition at line 107 of file MSMetaData.h.
uInt casacore::MSMetaData::SubScanProperties::xcRows |
number of cross-correlation rows.
Definition at line 89 of file MSMetaData.h.