casa
5.7.0-16
|
#include <SpectralWindowRecord.h>
Public Types | |
typedef casacore::MSSpectralWindow | AssociatingTable |
typedef casacore::MSSpWindowColumns | AssociatingColumns |
Public Member Functions | |
void | clear () |
method More... | |
SpectralWindowRecord & | operator= (SpectralWindowRecord const &other) |
void | add (AssociatingTable &table, AssociatingColumns &columns) |
casacore::Bool | fill (casacore::uInt, AssociatingColumns &columns) |
Public Attributes | |
casacore::Int | spw_id |
meta More... | |
casacore::Int | num_chan |
mandatory More... | |
casacore::Int | meas_freq_ref |
casacore::Double | refpix |
casacore::Double | refval |
casacore::Double | increment |
casacore::String | name |
optional More... | |
casacore::Int const | d_num_chan |
for dummy entry More... | |
casacore::Vector < casacore::Double > const | d_array |
casacore::Int const | d_freq |
Definition at line 20 of file SpectralWindowRecord.h.
Definition at line 22 of file SpectralWindowRecord.h.
Definition at line 21 of file SpectralWindowRecord.h.
|
inline |
Definition at line 64 of file SpectralWindowRecord.h.
References casacore::Table::addRow(), casacore::MSSpWindowColumns::chanFreq(), casacore::MSSpWindowColumns::chanWidth(), d_array, d_freq, d_num_chan, casacore::MSSpWindowColumns::effectiveBW(), casacore::Table::nrow(), casacore::MSSpWindowColumns::numChan(), casacore::ScalarColumn< T >::put(), casacore::ArrayColumn< T >::put(), casacore::MSSpWindowColumns::refFrequency(), casacore::MSSpWindowColumns::resolution(), spw_id, and casacore::MSSpWindowColumns::totalBandwidth().
|
inline |
method
Definition at line 43 of file SpectralWindowRecord.h.
References increment, meas_freq_ref, name, num_chan, refpix, refval, and spw_id.
|
inline |
Definition at line 82 of file SpectralWindowRecord.h.
References casacore::abs(), casacore::MSSpWindowColumns::chanFreq(), casacore::MSSpWindowColumns::chanWidth(), casacore::MSSpWindowColumns::effectiveBW(), increment, casacore::indgen(), meas_freq_ref, casacore::MSSpWindowColumns::measFreqRef(), name, casacore::MSSpWindowColumns::name(), casacore::MSSpWindowColumns::netSideband(), casacore::ROMSSpWindowColumns::nrow(), num_chan, casacore::MSSpWindowColumns::numChan(), casacore::ScalarColumn< T >::put(), casacore::ArrayColumn< T >::put(), casacore::MSSpWindowColumns::refFrequency(), refpix, refval, casacore::MSSpWindowColumns::resolution(), casacore::String::size(), spw_id, and casacore::MSSpWindowColumns::totalBandwidth().
|
inline |
Definition at line 53 of file SpectralWindowRecord.h.
References increment, meas_freq_ref, name, num_chan, refpix, refval, and spw_id.
casacore::Vector<casacore::Double> const casa::sdfiller::SpectralWindowRecord::d_array |
Definition at line 39 of file SpectralWindowRecord.h.
Referenced by add().
casacore::Int const casa::sdfiller::SpectralWindowRecord::d_freq |
Definition at line 40 of file SpectralWindowRecord.h.
Referenced by add().
casacore::Int const casa::sdfiller::SpectralWindowRecord::d_num_chan |
casacore::Double casa::sdfiller::SpectralWindowRecord::increment |
Definition at line 32 of file SpectralWindowRecord.h.
Referenced by clear(), fill(), casa::ScantableFrequenciesIterator::getEntry(), and operator=().
casacore::Int casa::sdfiller::SpectralWindowRecord::meas_freq_ref |
Definition at line 29 of file SpectralWindowRecord.h.
Referenced by clear(), fill(), casa::ScantableFrequenciesIterator::getEntry(), and operator=().
casacore::String casa::sdfiller::SpectralWindowRecord::name |
optional
Definition at line 35 of file SpectralWindowRecord.h.
Referenced by clear(), fill(), and operator=().
casacore::Int casa::sdfiller::SpectralWindowRecord::num_chan |
mandatory
Definition at line 28 of file SpectralWindowRecord.h.
Referenced by clear(), fill(), casa::ScantableFrequenciesIterator::getEntry(), and operator=().
casacore::Double casa::sdfiller::SpectralWindowRecord::refpix |
Definition at line 30 of file SpectralWindowRecord.h.
Referenced by clear(), fill(), casa::ScantableFrequenciesIterator::getEntry(), and operator=().
casacore::Double casa::sdfiller::SpectralWindowRecord::refval |
Definition at line 31 of file SpectralWindowRecord.h.
Referenced by clear(), fill(), casa::ScantableFrequenciesIterator::getEntry(), and operator=().
casacore::Int casa::sdfiller::SpectralWindowRecord::spw_id |
meta
Definition at line 25 of file SpectralWindowRecord.h.
Referenced by add(), clear(), fill(), casa::ScantableFrequenciesIterator::getEntry(), and operator=().