#include <SpectralWindowRecord.h>
Public Types | |
typedef MSSpectralWindow | AssociatingTable |
typedef MSSpWindowColumns | AssociatingColumns |
Public Member Functions | |
void | clear () |
method | |
SpectralWindowRecord & | operator= (SpectralWindowRecord const &other) |
void | add (AssociatingTable &table, AssociatingColumns &columns) |
Bool | fill (uInt, AssociatingColumns &columns) |
Public Attributes | |
Int | spw_id |
meta | |
Int | num_chan |
mandatory | |
Int | meas_freq_ref |
Double | refpix |
Double | refval |
Double | increment |
String | name |
optional | |
Int const | d_num_chan |
for dummy entry | |
Vector< Double > const | d_array |
Int const | d_freq |
Definition at line 20 of file SpectralWindowRecord.h.
typedef MSSpWindowColumns casa::sdfiller::SpectralWindowRecord::AssociatingColumns |
Definition at line 22 of file SpectralWindowRecord.h.
typedef MSSpectralWindow casa::sdfiller::SpectralWindowRecord::AssociatingTable |
Definition at line 21 of file SpectralWindowRecord.h.
void casa::sdfiller::SpectralWindowRecord::add | ( | AssociatingTable & | table, | |
AssociatingColumns & | columns | |||
) | [inline] |
Definition at line 64 of file SpectralWindowRecord.h.
References d_array, d_freq, d_num_chan, and spw_id.
void casa::sdfiller::SpectralWindowRecord::clear | ( | ) | [inline] |
method
Definition at line 43 of file SpectralWindowRecord.h.
References increment, meas_freq_ref, name, num_chan, refpix, refval, and spw_id.
Bool casa::sdfiller::SpectralWindowRecord::fill | ( | uInt | , | |
AssociatingColumns & | columns | |||
) | [inline] |
Definition at line 82 of file SpectralWindowRecord.h.
References casacore::abs(), casacore::False, increment, casacore::indgen(), meas_freq_ref, name, num_chan, refpix, refval, spw_id, and casacore::True.
SpectralWindowRecord& casa::sdfiller::SpectralWindowRecord::operator= | ( | SpectralWindowRecord const & | other | ) | [inline] |
Definition at line 53 of file SpectralWindowRecord.h.
References increment, meas_freq_ref, name, num_chan, refpix, refval, and spw_id.
Vector<Double> const casa::sdfiller::SpectralWindowRecord::d_array |
Definition at line 39 of file SpectralWindowRecord.h.
Referenced by add().
Definition at line 40 of file SpectralWindowRecord.h.
Referenced by add().
Definition at line 32 of file SpectralWindowRecord.h.
Referenced by clear(), fill(), casa::ScantableFrequenciesIterator::getEntry(), and operator=().
Definition at line 29 of file SpectralWindowRecord.h.
Referenced by clear(), fill(), casa::ScantableFrequenciesIterator::getEntry(), and operator=().
optional
Definition at line 35 of file SpectralWindowRecord.h.
Referenced by clear(), fill(), and operator=().
mandatory
Definition at line 28 of file SpectralWindowRecord.h.
Referenced by clear(), fill(), casa::ScantableFrequenciesIterator::getEntry(), and operator=().
Definition at line 30 of file SpectralWindowRecord.h.
Referenced by clear(), fill(), casa::ScantableFrequenciesIterator::getEntry(), and operator=().
Definition at line 31 of file SpectralWindowRecord.h.
Referenced by clear(), fill(), casa::ScantableFrequenciesIterator::getEntry(), and operator=().
meta
Definition at line 25 of file SpectralWindowRecord.h.
Referenced by add(), clear(), fill(), casa::ScantableFrequenciesIterator::getEntry(), and operator=().