casa
5.7.0-16
|
#include <VBStore.h>
Public Member Functions | |
VBStore () | |
~VBStore () | |
casacore::Int | nRow () |
casacore::Int | beginRow () |
casacore::Int | endRow () |
casacore::Int | spwID () |
casacore::Bool | dopsf () |
casacore::Bool | useCorrected () |
casacore::Matrix < casacore::Double > & | uvw () |
casacore::Vector < casacore::Bool > & | rowFlag () |
casacore::Cube< casacore::Bool > & | flagCube () |
casacore::Matrix < casacore::Float > & | imagingWeight () |
casacore::Cube < casacore::Complex > & | visCube () |
casacore::Vector < casacore::Double > & | freq () |
casacore::Cube < casacore::Complex > & | modelCube () |
casacore::Cube < casacore::Complex > & | correctedCube () |
casacore::Quantity | pa () |
const VisBuffer2 & | vb () |
casacore::Double | imRefFreq () |
void | reference (const VBStore &other) |
|
inline |
Definition at line 41 of file VBStore.h.
References beginRow_p.
|
inline |
Definition at line 53 of file VBStore.h.
References correctedCube_p.
|
inline |
|
inline |
|
inline |
Definition at line 48 of file VBStore.h.
References flagCube_p.
|
inline |
|
inline |
Definition at line 49 of file VBStore.h.
References imagingWeight_p.
|
inline |
Definition at line 56 of file VBStore.h.
References imRefFreq_p.
|
inline |
Definition at line 52 of file VBStore.h.
References modelCube_p.
|
inline |
|
inline |
|
inline |
if (useCorrected_p) correctedCube_p.reference(other.correctedCube_p); else visCube_p.reference(other.visCube_p); if (useCorrected_p) { correctedCube_p.reference(other.correctedCube_p); visCube_p.reference(other.correctedCube_p); } else visCube_p.reference(other.visCube_p);
uvw_p.assign(other.uvw_p); rowFlag_p.assign(other.rowFlag_p); flagCube_p.assign(other.flagCube_p); imagingWeight_p.assign(other.imagingWeight_p); freq_p.assign(other.freq_p); visCube_p.assign(other.visCube_p); modelCube_p.assign(other.modelCube_p); correctedCube_p.assign(other.correctedCube_p);
Definition at line 58 of file VBStore.h.
References beginRow_p, correctedCube_p, dopsf_p, endRow_p, flagCube_p, freq_p, imagingWeight_p, modelCube_p, nRow_p, casacore::Cube< T >::reference(), casacore::Matrix< T >::reference(), casacore::Vector< T >::reference(), rowFlag_p, useCorrected_p, uvw_p, and visCube_p.
|
inline |
|
inline |
|
inline |
Definition at line 45 of file VBStore.h.
References useCorrected_p.
|
inline |
|
inline |
|
inline |
casacore::Bool casa::refim::VBStore::accumCFs_p |
casacore::Vector<casacore::Int> casa::refim::VBStore::antenna1_p |
casacore::Vector<casacore::Int> casa::refim::VBStore::antenna2_p |
casacore::Int casa::refim::VBStore::beginRow_p |
Definition at line 91 of file VBStore.h.
Referenced by beginRow(), and reference().
casacore::Matrix<casacore::uInt> casa::refim::VBStore::BLCXi |
casacore::Matrix<casacore::uInt> casa::refim::VBStore::BLCYi |
casacore::Bool casa::refim::VBStore::conjBeams_p |
casacore::Cube<casacore::Complex> casa::refim::VBStore::correctedCube_p |
Definition at line 96 of file VBStore.h.
Referenced by correctedCube(), and reference().
casacore::Vector<casacore::Int> casa::refim::VBStore::corrType_p |
casacore::Bool casa::refim::VBStore::dopsf_p |
Definition at line 98 of file VBStore.h.
Referenced by dopsf(), and reference().
casacore::Int casa::refim::VBStore::endChan_p |
casacore::Int casa::refim::VBStore::endRow_p |
Definition at line 91 of file VBStore.h.
Referenced by endRow(), and reference().
casacore::Cube<casacore::Bool> casa::refim::VBStore::flagCube_p |
Definition at line 94 of file VBStore.h.
Referenced by flagCube(), and reference().
casacore::Vector<casacore::Double> casa::refim::VBStore::freq_p |
Definition at line 97 of file VBStore.h.
Referenced by freq(), and reference().
casacore::Matrix<casacore::Float> casa::refim::VBStore::imagingWeight_p |
Definition at line 95 of file VBStore.h.
Referenced by imagingWeight(), and reference().
casacore::Double casa::refim::VBStore::imRefFreq_p |
Definition at line 103 of file VBStore.h.
Referenced by imRefFreq().
casacore::Cube<casacore::Complex> casa::refim::VBStore::modelCube_p |
Definition at line 96 of file VBStore.h.
Referenced by modelCube(), and reference().
casacore::Int casa::refim::VBStore::nDataChan_p |
casacore::Int casa::refim::VBStore::nDataPol_p |
casacore::Int casa::refim::VBStore::nRow_p |
Definition at line 91 of file VBStore.h.
Referenced by nRow(), and reference().
casacore::Quantity casa::refim::VBStore::paQuant_p |
casacore::Vector<casacore::Bool> casa::refim::VBStore::rowFlag_p |
Definition at line 93 of file VBStore.h.
Referenced by reference(), and rowFlag().
casacore::Int casa::refim::VBStore::spwID_p |
casacore::Int casa::refim::VBStore::startChan_p |
casacore::Matrix<casacore::uInt> casa::refim::VBStore::TRCXi |
casacore::Matrix<casacore::uInt> casa::refim::VBStore::TRCYi |
casacore::Bool casa::refim::VBStore::useCorrected_p |
Definition at line 98 of file VBStore.h.
Referenced by reference(), and useCorrected().
casacore::Matrix<casacore::Double> casa::refim::VBStore::uvw_p |
Definition at line 92 of file VBStore.h.
Referenced by reference(), and uvw().
const VisBuffer2* casa::refim::VBStore::vb_p |
casacore::Cube<casacore::Complex> casa::refim::VBStore::visCube_p |
Definition at line 96 of file VBStore.h.
Referenced by reference(), and visCube().