#include <MSTransformBufferImpl.h>
Public Member Functions | |
MSTransformBufferImpl (MSTransformManager *manager) | |
~MSTransformBufferImpl () | |
void | resetState () |
void | setRowIdOffset (uInt rowOffset) |
void | shiftRowIdOffset (Int nRows) |
void | generateWeights () const |
const Vector< Int > & | dataDescriptionIds () const |
Re-indexable Vectors. | |
const Vector< Int > & | spectralWindows () const |
virtual const Matrix<Float> & sigmaMat () const; virtual Int spectralWindow () const; | |
const Vector< Int > & | observationId () const |
const Vector< Int > & | arrayId () const |
const Vector< Int > & | fieldId () const |
const Vector< Int > & | stateId () const |
virtual const Matrix<Float> & sigmaMat () const = 0; // [nC,nR] | |
const Vector< Int > & | antenna1 () const |
const Vector< Int > & | antenna2 () const |
const Vector< Int > & | scan () const |
Not-Re-indexable Vectors. | |
const Vector< Int > & | processorId () const |
const Vector< Int > & | feed1 () const |
const Vector< Int > & | feed2 () const |
const Vector< Double > & | time () const |
const Vector< Double > & | timeCentroid () const |
const Vector< Double > & | timeInterval () const |
const Vector< Double > & | exposure () const |
Average-able vectors. | |
const Vector< Bool > & | flagRow () const |
const Matrix< Double > & | uvw () const |
const Matrix< Float > & | weight () const |
virtual const Matrix<CStokesVector> & vis () const; virtual void setVis (Matrix<CStokesVector> &); | |
const Matrix< Float > & | sigma () const |
const Cube< Bool > & | flagCube () const |
const Cube< Complex > & | visCube () const |
virtual const Matrix<CStokesVector> & visModel () const; virtual void setVisModel (Matrix<CStokesVector> &); | |
const Cube< Complex > & | visCubeCorrected () const |
virtual const Matrix<CStokesVector> & vis () const = 0; // [nF,nR] virtual void setVis (Matrix<CStokesVector> &) = 0; // [nF,nR] | |
const Cube< Complex > & | visCubeModel () const |
const Cube< Float > & | visCubeFloat () const |
virtual const Matrix<CStokesVector> & visCorrected () const; virtual void setVisCorrected (const Matrix<CStokesVector> &); | |
const Cube< Float > & | weightSpectrum () const |
virtual const Matrix<Float> & weightMat () const = 0; // [nC,nR] virtual void setWeightMat (const Matrix<Float>& value) = 0; // [nC,nR] | |
const Cube< Float > & | sigmaSpectrum () const |
const Array< Bool > & | flagCategory () const |
virtual const Matrix<Bool> & flag () const; virtual void setFlag (const Matrix<Bool>&); | |
IPosition | getShape () const |
Int | nRows () const |
Returns the number of rows in this VisBuffer. | |
Int | nChannels () const |
Int | nCorrelations () const |
Returns the number of correlations along the visCube correlation axis. | |
Int | nAntennas () const |
const Vector< Float > & | feedPa (Double time) const |
For plotms. | |
Float | parang0 (Double time) const |
NOMINAL parallactic angle (feed p.a. | |
const Vector< Float > & | parang (Double time) const |
Calculates the parallactic angle of each antenna in the array at the specified time. | |
MDirection | azel0 (Double time) const |
-------------------------------------------------------- | |
const Vector< MDirection > & | azel (Double time) const |
Returns the pointing angle for each antenna in the array at the specified time. | |
Double | hourang (Double time) const |
Hour angle for specified time. | |
Vector< Int > | getCorrelationTypes () const |
const Vector< Int > & | correlationTypes () const |
Returns the correlation type of each correlation in the VisCube. | |
Vector< Stokes::StokesTypes > | getCorrelationTypesDefined () const |
--------------------------------------------------------------------------- | |
Vector< Stokes::StokesTypes > | getCorrelationTypesSelected () const |
Double | getFrequency (Int rowInBuffer, Int frequencyIndex, Int frame=FrameNotSpecified) const |
const Vector< Double > & | getFrequencies (Int rowInBuffer, Int frame=FrameNotSpecified) const |
Int | getChannelNumber (Int rowInBuffer, Int frequencyIndex) const |
const Vector< Int > & | getChannelNumbers (Int rowInBuffer) const |
Vector< Int > | getChannelNumbersSelected (Int outputChannelIndex) const |
const Vector< uInt > & | rowIds () const |
The returned Vector serves as a map between the rows in the VisBuffer and the row IDs in the underlying MS main virtual table: mainTableID [i] = rowIds () [ i] = 0;. | |
void | phaseCenterShift (const Vector< Double > &phase) |
Rotate visibility phase for given vector (dim = nrow of vb) of phases (metres). | |
void | phaseCenterShift (Double dx, Double dy) |
Rotate visibility phase for phase center offsets (arcsecs). | |
const MDirection & | phaseCenter () const |
Returns the phase center of the array for the specified row. | |
const MFrequency::Types & | freqRefFrameType () const |
Protected Member Functions | |
MFrequency::Convert | generateFreqRefTranEngine (Double time, Int outputRefFrame, Bool toObservedFrame) const |
void | transformDataCube (vi::VisBuffer2 *vb, DataCubeMap &inputDataCubeMap, DataCubeMap &outputDataCubeMap, TransformFunction funcPointer) const |
void | channelAverage (vi::VisBuffer2 *vb, DataCubeMap &inputDataCubeMap, DataCubeMap &outputDataCubeMap) const |
void | decimationWindow (vi::VisBuffer2 *vb, DataCubeMap &inputDataCubeMap, DataCubeMap &outputDataCubeMap, TransformKernel1D kernelPointer) const |
void | flagAverageKernel (vi::VisBuffer2 *vb, DataCubeMap &inputDataCubeMap, DataCubeMap &outputDataCubeMap, uInt &inputPos, uInt &outputPos, uInt &kernelSize) const |
Private Attributes | |
MSTransformManager * | manager_p |
ArrayColumn< Double > | spwFrequencies_p |
map< uInt, uInt > | inputOutputSPWIndexMap_p |
uInt | rowIdOffset_p |
MDirection | phaseCenter_p |
OTF frequency transformation. | |
MPosition | observatoryPosition_p |
ArrayMeasColumn< MFrequency > | spwRefRame_p |
Bool | applyPhaseShifting_p |
Phase shifting. | |
Double | dx_p |
Double | dy_p |
Bool | noneDataCol_p |
NONE datacol handling. | |
Vector< Int > | observationId_p |
Vector< Int > | arrayId_p |
Vector< Int > | scan_p |
Vector< Int > | stateId_p |
Vector< Int > | fieldId_p |
Vector< Int > | dataDescriptionIds_p |
Vector< Int > | spectralWindows_p |
Vector< Int > | processorId_p |
Vector< Int > | antenna1_p |
Vector< Int > | antenna2_p |
Vector< Int > | feed1_p |
Vector< Int > | feed2_p |
Vector< Bool > | flagRow_p |
Vector< Double > | time_p |
Vector< Double > | timeCentroid_p |
Vector< Double > | timeInterval_p |
Vector< Double > | exposure_p |
Matrix< Double > | uvw_p |
Matrix< Float > | weight_p |
Matrix< Float > | sigma_p |
Cube< Bool > | flagCube_p |
Cube< Complex > | visCube_p |
Cube< Complex > | visCubeCorrected_p |
Cube< Complex > | visCubeModel_p |
Cube< Float > | visCubeFloat_p |
Cube< Float > | weightSpectrum_p |
Cube< Float > | sigmaSpectrum_p |
Array< Bool > | flagCategory_p |
Vector< Float > | feedPa_p |
Vector< Float > | parang_p |
Vector< MDirection > | azel_p |
Vector< Double > | frequencies_p |
Vector< Int > | channelNumbers_p |
map< Int, Vector< Int > > | outputInputChannelMap_p |
Vector< uInt > | rowIds_p |
IPosition | shape_p |
uInt | nRows_p |
uInt | nChannels_p |
uInt | nCorrelations_p |
uInt | nAntennas_p |
MFrequency::Types | freqRefFrameType_p |
Bool | observationIdOk_p |
Bool | arrayIdOk_p |
Bool | scanOk_p |
Bool | stateIdOk_p |
Bool | fieldIdOk_p |
Bool | dataDescIdOk_p |
Bool | spectralWindowsOk_p |
Bool | processorIdOk_p |
Bool | antenna1Ok_p |
Bool | antenna2Ok_p |
Bool | feed1Ok_p |
Bool | feed2Ok_p |
Bool | flagRowOk_p |
Bool | timeOk_p |
Bool | timeCentroidOk_p |
Bool | timeIntervalOk_p |
Bool | exposureOk_p |
Bool | uvwOk_p |
Bool | weightOk_p |
Bool | sigmaOk_p |
Bool | flagCubeOk_p |
Bool | visCubeOk_p |
Bool | visCubeCorrectedOk_p |
Bool | visCubeModelOk_p |
Bool | visCubeFloatOk_p |
Bool | weightSpectrumOk_p |
Bool | sigmaSpectrumOk_p |
Bool | flagCategoryOk_p |
Bool | feedPaOk_p |
Bool | parangOk_p |
Bool | azelOk_p |
Bool | frequenciesOk_p |
Bool | channelNumbersOk_p |
Bool | channelNumbersSelectedOk_p |
Bool | rowIdsOk_p |
Bool | shapeOk_p |
Bool | nRowsOk_p |
Bool | nChannelsOk_p |
Bool | nCorrelationsOk_p |
Bool | nAntennasOk_p |
Bool | freqRefFrameTypeOk_p |
Bool | observationIdTransformed_p |
Bool | arrayIdTransformed_p |
Bool | scanTransformed_p |
Bool | stateIdTransformed_p |
Bool | fieldIdTransformed_p |
Bool | dataDescIdTransformed_p |
Bool | spectralWindowsTransformed_p |
Bool | processorIdTransformed_p |
Bool | antenna1Transformed_p |
Bool | antenna2Transformed_p |
Bool | feed1Transformed_p |
Bool | feed2Transformed_p |
Bool | flagRowTransformed_p |
Bool | uvwTransformed_p |
Bool | weightTransformed_p |
Bool | sigmaTransformed_p |
Bool | timeTransformed_p |
Bool | timeCentroidTransformed_p |
Bool | timeIntervalTransformed_p |
Bool | exposureTransformed_p |
Bool | feedPaTransformed_p |
Bool | parangTransformed_p |
Bool | azelTransformed_p |
Bool | frequenciesTransformed_p |
Bool | channelNumbersTransformed_p |
Bool | rowIdsTransformed_p |
Definition at line 167 of file MSTransformBufferImpl.h.
casa::MSTransformBufferImpl::MSTransformBufferImpl | ( | MSTransformManager * | manager | ) |
casa::MSTransformBufferImpl::~MSTransformBufferImpl | ( | ) | [inline] |
Definition at line 173 of file MSTransformBufferImpl.h.
const Vector<Int>& casa::MSTransformBufferImpl::antenna1 | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Int>& casa::MSTransformBufferImpl::antenna2 | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Int>& casa::MSTransformBufferImpl::arrayId | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<MDirection>& casa::MSTransformBufferImpl::azel | ( | Double | time | ) | const [virtual] |
Returns the pointing angle for each antenna in the array at the specified time.
Reimplemented from casa::vi::VisBufferImpl2.
MDirection casa::MSTransformBufferImpl::azel0 | ( | Double | time | ) | const [virtual] |
--------------------------------------------------------
Accessors for data derived from the MS main table data
Returns the pointing angle for the array as a whole at the specified time.
Reimplemented from casa::vi::VisBufferImpl2.
void casa::MSTransformBufferImpl::channelAverage | ( | vi::VisBuffer2 * | vb, | |
DataCubeMap & | inputDataCubeMap, | |||
DataCubeMap & | outputDataCubeMap | |||
) | const [protected] |
const Vector<Int>& casa::MSTransformBufferImpl::correlationTypes | ( | ) | const [virtual] |
Returns the correlation type of each correlation in the VisCube.
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Int>& casa::MSTransformBufferImpl::dataDescriptionIds | ( | ) | const [virtual] |
Re-indexable Vectors.
Reimplemented from casa::vi::VisBufferImpl2.
void casa::MSTransformBufferImpl::decimationWindow | ( | vi::VisBuffer2 * | vb, | |
DataCubeMap & | inputDataCubeMap, | |||
DataCubeMap & | outputDataCubeMap, | |||
TransformKernel1D | kernelPointer | |||
) | const [protected] |
const Vector<Double>& casa::MSTransformBufferImpl::exposure | ( | ) | const [virtual] |
Average-able vectors.
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Int>& casa::MSTransformBufferImpl::feed1 | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Int>& casa::MSTransformBufferImpl::feed2 | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Float>& casa::MSTransformBufferImpl::feedPa | ( | Double | time | ) | const [virtual] |
For plotms.
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Int>& casa::MSTransformBufferImpl::fieldId | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
void casa::MSTransformBufferImpl::flagAverageKernel | ( | vi::VisBuffer2 * | vb, | |
DataCubeMap & | inputDataCubeMap, | |||
DataCubeMap & | outputDataCubeMap, | |||
uInt & | inputPos, | |||
uInt & | outputPos, | |||
uInt & | kernelSize | |||
) | const [protected] |
const Array<Bool>& casa::MSTransformBufferImpl::flagCategory | ( | ) | const [virtual] |
virtual const Matrix<Bool> & flag () const; virtual void setFlag (const Matrix<Bool>&);
Reimplemented from casa::vi::VisBufferImpl2.
const Cube<Bool>& casa::MSTransformBufferImpl::flagCube | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Bool>& casa::MSTransformBufferImpl::flagRow | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const MFrequency::Types& casa::MSTransformBufferImpl::freqRefFrameType | ( | ) | const |
MFrequency::Convert casa::MSTransformBufferImpl::generateFreqRefTranEngine | ( | Double | time, | |
Int | outputRefFrame, | |||
Bool | toObservedFrame | |||
) | const [protected] |
void casa::MSTransformBufferImpl::generateWeights | ( | ) | const |
Int casa::MSTransformBufferImpl::getChannelNumber | ( | Int | rowInBuffer, | |
Int | frequencyIndex | |||
) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Int>& casa::MSTransformBufferImpl::getChannelNumbers | ( | Int | rowInBuffer | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
Vector<Int> casa::MSTransformBufferImpl::getChannelNumbersSelected | ( | Int | outputChannelIndex | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
Vector<Int> casa::MSTransformBufferImpl::getCorrelationTypes | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
Vector<Stokes::StokesTypes> casa::MSTransformBufferImpl::getCorrelationTypesDefined | ( | ) | const [virtual] |
---------------------------------------------------------------------------
Frequency reporting methods.
These methods provide information about the frequencies returned in the visibility cubes. The information can returned as the channel numbers (numbered as in the underlying MS data) or in a frame-based frequency. This information reported need not be in the same frame of reference used to select the data. If the frame of reference is specified in the call, then that is the frame that is used to calculate the frequencies. If it is not specified, then the VisibilityIterator will be queried for virtual the reportingFrame = 0; if the user has specified a reporting frame to the virtual VI then that frame will be used = 0; otherwise the frame used to select the frequencies will be used. If the user provides no frequency selection to the VI then the selection frame will TOPO.
Both the channelNumber and frequency reporting methods come in two versions: one returns a single frequency for the specified frequency index and row while the other provides all of the frequencies for the specified row. The frequency index is the zero-based index along the frequency axis of a visibility cube.
Reimplemented from casa::vi::VisBufferImpl2.
Vector<Stokes::StokesTypes> casa::MSTransformBufferImpl::getCorrelationTypesSelected | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Double>& casa::MSTransformBufferImpl::getFrequencies | ( | Int | rowInBuffer, | |
Int | frame = FrameNotSpecified | |||
) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
Double casa::MSTransformBufferImpl::getFrequency | ( | Int | rowInBuffer, | |
Int | frequencyIndex, | |||
Int | frame = FrameNotSpecified | |||
) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
IPosition casa::MSTransformBufferImpl::getShape | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
Double casa::MSTransformBufferImpl::hourang | ( | Double | time | ) | const [virtual] |
Hour angle for specified time.
Reimplemented from casa::vi::VisBufferImpl2.
Int casa::MSTransformBufferImpl::nAntennas | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
Int casa::MSTransformBufferImpl::nChannels | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
Int casa::MSTransformBufferImpl::nCorrelations | ( | ) | const [virtual] |
Returns the number of correlations along the visCube correlation axis.
This comes from the "channel" selection and thus can be anything positive integer (e.g., user could select the same correlation more than once).
Reimplemented from casa::vi::VisBufferImpl2.
Int casa::MSTransformBufferImpl::nRows | ( | ) | const [virtual] |
Returns the number of rows in this VisBuffer.
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Int>& casa::MSTransformBufferImpl::observationId | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Float>& casa::MSTransformBufferImpl::parang | ( | Double | time | ) | const [virtual] |
Calculates the parallactic angle of each antenna in the array at the specified time.
Reimplemented from casa::vi::VisBufferImpl2.
Float casa::MSTransformBufferImpl::parang0 | ( | Double | time | ) | const [virtual] |
NOMINAL parallactic angle (feed p.a.
offset NOT included)
Reimplemented from casa::vi::VisBufferImpl2.
const MDirection& casa::MSTransformBufferImpl::phaseCenter | ( | ) | const [virtual] |
Returns the phase center of the array for the specified row.
Reimplemented from casa::vi::VisBufferImpl2.
void casa::MSTransformBufferImpl::phaseCenterShift | ( | Double | dx, | |
Double | dy | |||
) | [virtual] |
Rotate visibility phase for phase center offsets (arcsecs).
Reimplemented from casa::vi::VisBufferImpl2.
void casa::MSTransformBufferImpl::phaseCenterShift | ( | const Vector< Double > & | phase | ) | [virtual] |
Rotate visibility phase for given vector (dim = nrow of vb) of phases (metres).
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Int>& casa::MSTransformBufferImpl::processorId | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
void casa::MSTransformBufferImpl::resetState | ( | ) |
const Vector<uInt>& casa::MSTransformBufferImpl::rowIds | ( | ) | const [virtual] |
The returned Vector serves as a map between the rows in the VisBuffer and the row IDs in the underlying MS main virtual table: mainTableID [i] = rowIds () [ i] = 0;.
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Int>& casa::MSTransformBufferImpl::scan | ( | ) | const [virtual] |
Not-Re-indexable Vectors.
Reimplemented from casa::vi::VisBufferImpl2.
void casa::MSTransformBufferImpl::setRowIdOffset | ( | uInt | rowOffset | ) | [inline] |
Definition at line 176 of file MSTransformBufferImpl.h.
References rowIdOffset_p.
void casa::MSTransformBufferImpl::shiftRowIdOffset | ( | Int | nRows | ) | [inline] |
Definition at line 177 of file MSTransformBufferImpl.h.
References rowIdOffset_p.
const Matrix<Float>& casa::MSTransformBufferImpl::sigma | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Cube<Float>& casa::MSTransformBufferImpl::sigmaSpectrum | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Int>& casa::MSTransformBufferImpl::spectralWindows | ( | ) | const [virtual] |
virtual const Matrix<Float> & sigmaMat () const; virtual Int spectralWindow () const;
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Int>& casa::MSTransformBufferImpl::stateId | ( | ) | const [virtual] |
virtual const Matrix<Float> & sigmaMat () const = 0; // [nC,nR]
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Double>& casa::MSTransformBufferImpl::time | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Double>& casa::MSTransformBufferImpl::timeCentroid | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Vector<Double>& casa::MSTransformBufferImpl::timeInterval | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
void casa::MSTransformBufferImpl::transformDataCube | ( | vi::VisBuffer2 * | vb, | |
DataCubeMap & | inputDataCubeMap, | |||
DataCubeMap & | outputDataCubeMap, | |||
TransformFunction | funcPointer | |||
) | const [protected] |
const Matrix<Double>& casa::MSTransformBufferImpl::uvw | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Cube<Complex>& casa::MSTransformBufferImpl::visCube | ( | ) | const [virtual] |
virtual const Matrix<CStokesVector> & visModel () const; virtual void setVisModel (Matrix<CStokesVector> &);
Reimplemented from casa::vi::VisBufferImpl2.
const Cube<Complex>& casa::MSTransformBufferImpl::visCubeCorrected | ( | ) | const [virtual] |
virtual const Matrix<CStokesVector> & vis () const = 0; // [nF,nR] virtual void setVis (Matrix<CStokesVector> &) = 0; // [nF,nR]
Reimplemented from casa::vi::VisBufferImpl2.
const Cube<Float>& casa::MSTransformBufferImpl::visCubeFloat | ( | ) | const [virtual] |
virtual const Matrix<CStokesVector> & visCorrected () const; virtual void setVisCorrected (const Matrix<CStokesVector> &);
Reimplemented from casa::vi::VisBufferImpl2.
const Cube<Complex>& casa::MSTransformBufferImpl::visCubeModel | ( | ) | const [virtual] |
Reimplemented from casa::vi::VisBufferImpl2.
const Matrix<Float>& casa::MSTransformBufferImpl::weight | ( | ) | const [virtual] |
virtual const Matrix<CStokesVector> & vis () const; virtual void setVis (Matrix<CStokesVector> &);
Reimplemented from casa::vi::VisBufferImpl2.
const Cube<Float>& casa::MSTransformBufferImpl::weightSpectrum | ( | ) | const [virtual] |
virtual const Matrix<Float> & weightMat () const = 0; // [nC,nR] virtual void setWeightMat (const Matrix<Float>& value) = 0; // [nC,nR]
Reimplemented from casa::vi::VisBufferImpl2.
Vector<Int> casa::MSTransformBufferImpl::antenna1_p [mutable, private] |
Definition at line 303 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::antenna1Ok_p [mutable, private] |
Definition at line 345 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::antenna1Transformed_p [mutable, private] |
Definition at line 387 of file MSTransformBufferImpl.h.
Vector<Int> casa::MSTransformBufferImpl::antenna2_p [mutable, private] |
Definition at line 304 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::antenna2Ok_p [mutable, private] |
Definition at line 346 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::antenna2Transformed_p [mutable, private] |
Definition at line 388 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::applyPhaseShifting_p [private] |
Phase shifting.
Definition at line 289 of file MSTransformBufferImpl.h.
Vector<Int> casa::MSTransformBufferImpl::arrayId_p [mutable, private] |
Definition at line 296 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::arrayIdOk_p [mutable, private] |
Definition at line 338 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::arrayIdTransformed_p [mutable, private] |
Definition at line 380 of file MSTransformBufferImpl.h.
Vector<MDirection> casa::MSTransformBufferImpl::azel_p [mutable, private] |
Definition at line 325 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::azelOk_p [mutable, private] |
Definition at line 367 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::azelTransformed_p [mutable, private] |
Definition at line 401 of file MSTransformBufferImpl.h.
Vector<Int> casa::MSTransformBufferImpl::channelNumbers_p [mutable, private] |
Definition at line 327 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::channelNumbersOk_p [mutable, private] |
Definition at line 369 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::channelNumbersSelectedOk_p [mutable, private] |
Definition at line 370 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::channelNumbersTransformed_p [mutable, private] |
Definition at line 403 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::dataDescIdOk_p [mutable, private] |
Definition at line 342 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::dataDescIdTransformed_p [mutable, private] |
Definition at line 384 of file MSTransformBufferImpl.h.
Vector<Int> casa::MSTransformBufferImpl::dataDescriptionIds_p [mutable, private] |
Definition at line 300 of file MSTransformBufferImpl.h.
Double casa::MSTransformBufferImpl::dx_p [private] |
Definition at line 290 of file MSTransformBufferImpl.h.
Double casa::MSTransformBufferImpl::dy_p [private] |
Definition at line 290 of file MSTransformBufferImpl.h.
Vector<Double> casa::MSTransformBufferImpl::exposure_p [mutable, private] |
Definition at line 311 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::exposureOk_p [mutable, private] |
Definition at line 353 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::exposureTransformed_p [mutable, private] |
Definition at line 398 of file MSTransformBufferImpl.h.
Vector<Int> casa::MSTransformBufferImpl::feed1_p [mutable, private] |
Definition at line 305 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::feed1Ok_p [mutable, private] |
Definition at line 347 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::feed1Transformed_p [mutable, private] |
Definition at line 389 of file MSTransformBufferImpl.h.
Vector<Int> casa::MSTransformBufferImpl::feed2_p [mutable, private] |
Definition at line 306 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::feed2Ok_p [mutable, private] |
Definition at line 348 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::feed2Transformed_p [mutable, private] |
Definition at line 390 of file MSTransformBufferImpl.h.
Vector<Float> casa::MSTransformBufferImpl::feedPa_p [mutable, private] |
Definition at line 323 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::feedPaOk_p [mutable, private] |
Definition at line 365 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::feedPaTransformed_p [mutable, private] |
Definition at line 399 of file MSTransformBufferImpl.h.
Vector<Int> casa::MSTransformBufferImpl::fieldId_p [mutable, private] |
Definition at line 299 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::fieldIdOk_p [mutable, private] |
Definition at line 341 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::fieldIdTransformed_p [mutable, private] |
Definition at line 383 of file MSTransformBufferImpl.h.
Array<Bool> casa::MSTransformBufferImpl::flagCategory_p [mutable, private] |
Definition at line 322 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::flagCategoryOk_p [mutable, private] |
Definition at line 364 of file MSTransformBufferImpl.h.
Cube<Bool> casa::MSTransformBufferImpl::flagCube_p [mutable, private] |
Definition at line 315 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::flagCubeOk_p [mutable, private] |
Definition at line 357 of file MSTransformBufferImpl.h.
Vector<Bool> casa::MSTransformBufferImpl::flagRow_p [mutable, private] |
Definition at line 307 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::flagRowOk_p [mutable, private] |
Definition at line 349 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::flagRowTransformed_p [mutable, private] |
Definition at line 391 of file MSTransformBufferImpl.h.
MFrequency::Types casa::MSTransformBufferImpl::freqRefFrameType_p [mutable, private] |
Definition at line 335 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::freqRefFrameTypeOk_p [mutable, private] |
Definition at line 377 of file MSTransformBufferImpl.h.
Vector<Double> casa::MSTransformBufferImpl::frequencies_p [mutable, private] |
Definition at line 326 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::frequenciesOk_p [mutable, private] |
Definition at line 368 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::frequenciesTransformed_p [mutable, private] |
Definition at line 402 of file MSTransformBufferImpl.h.
map<uInt,uInt> casa::MSTransformBufferImpl::inputOutputSPWIndexMap_p [private] |
Definition at line 280 of file MSTransformBufferImpl.h.
Definition at line 278 of file MSTransformBufferImpl.h.
uInt casa::MSTransformBufferImpl::nAntennas_p [mutable, private] |
Definition at line 334 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::nAntennasOk_p [mutable, private] |
Definition at line 376 of file MSTransformBufferImpl.h.
uInt casa::MSTransformBufferImpl::nChannels_p [mutable, private] |
Definition at line 332 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::nChannelsOk_p [mutable, private] |
Definition at line 374 of file MSTransformBufferImpl.h.
uInt casa::MSTransformBufferImpl::nCorrelations_p [mutable, private] |
Definition at line 333 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::nCorrelationsOk_p [mutable, private] |
Definition at line 375 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::noneDataCol_p [private] |
NONE datacol handling.
Definition at line 293 of file MSTransformBufferImpl.h.
uInt casa::MSTransformBufferImpl::nRows_p [mutable, private] |
Definition at line 331 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::nRowsOk_p [mutable, private] |
Definition at line 373 of file MSTransformBufferImpl.h.
Vector<Int> casa::MSTransformBufferImpl::observationId_p [mutable, private] |
Definition at line 295 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::observationIdOk_p [mutable, private] |
Definition at line 337 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::observationIdTransformed_p [mutable, private] |
Definition at line 379 of file MSTransformBufferImpl.h.
MPosition casa::MSTransformBufferImpl::observatoryPosition_p [private] |
Definition at line 285 of file MSTransformBufferImpl.h.
map< Int,Vector<Int> > casa::MSTransformBufferImpl::outputInputChannelMap_p [mutable, private] |
Definition at line 328 of file MSTransformBufferImpl.h.
Vector<Float> casa::MSTransformBufferImpl::parang_p [mutable, private] |
Definition at line 324 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::parangOk_p [mutable, private] |
Definition at line 366 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::parangTransformed_p [mutable, private] |
Definition at line 400 of file MSTransformBufferImpl.h.
MDirection casa::MSTransformBufferImpl::phaseCenter_p [private] |
OTF frequency transformation.
Definition at line 284 of file MSTransformBufferImpl.h.
Vector<Int> casa::MSTransformBufferImpl::processorId_p [mutable, private] |
Definition at line 302 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::processorIdOk_p [mutable, private] |
Definition at line 344 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::processorIdTransformed_p [mutable, private] |
Definition at line 386 of file MSTransformBufferImpl.h.
uInt casa::MSTransformBufferImpl::rowIdOffset_p [private] |
Definition at line 281 of file MSTransformBufferImpl.h.
Referenced by setRowIdOffset(), and shiftRowIdOffset().
Vector<uInt> casa::MSTransformBufferImpl::rowIds_p [mutable, private] |
Definition at line 329 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::rowIdsOk_p [mutable, private] |
Definition at line 371 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::rowIdsTransformed_p [mutable, private] |
Definition at line 404 of file MSTransformBufferImpl.h.
Vector<Int> casa::MSTransformBufferImpl::scan_p [mutable, private] |
Definition at line 297 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::scanOk_p [mutable, private] |
Definition at line 339 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::scanTransformed_p [mutable, private] |
Definition at line 381 of file MSTransformBufferImpl.h.
IPosition casa::MSTransformBufferImpl::shape_p [mutable, private] |
Definition at line 330 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::shapeOk_p [mutable, private] |
Definition at line 372 of file MSTransformBufferImpl.h.
Matrix<Float> casa::MSTransformBufferImpl::sigma_p [mutable, private] |
Definition at line 314 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::sigmaOk_p [mutable, private] |
Definition at line 356 of file MSTransformBufferImpl.h.
Cube<Float> casa::MSTransformBufferImpl::sigmaSpectrum_p [mutable, private] |
Definition at line 321 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::sigmaSpectrumOk_p [mutable, private] |
Definition at line 363 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::sigmaTransformed_p [mutable, private] |
Definition at line 394 of file MSTransformBufferImpl.h.
Vector<Int> casa::MSTransformBufferImpl::spectralWindows_p [mutable, private] |
Definition at line 301 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::spectralWindowsOk_p [mutable, private] |
Definition at line 343 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::spectralWindowsTransformed_p [mutable, private] |
Definition at line 385 of file MSTransformBufferImpl.h.
ArrayColumn<Double> casa::MSTransformBufferImpl::spwFrequencies_p [private] |
Definition at line 279 of file MSTransformBufferImpl.h.
ArrayMeasColumn<MFrequency> casa::MSTransformBufferImpl::spwRefRame_p [private] |
Definition at line 286 of file MSTransformBufferImpl.h.
Vector<Int> casa::MSTransformBufferImpl::stateId_p [mutable, private] |
Definition at line 298 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::stateIdOk_p [mutable, private] |
Definition at line 340 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::stateIdTransformed_p [mutable, private] |
Definition at line 382 of file MSTransformBufferImpl.h.
Vector<Double> casa::MSTransformBufferImpl::time_p [mutable, private] |
Definition at line 308 of file MSTransformBufferImpl.h.
Vector<Double> casa::MSTransformBufferImpl::timeCentroid_p [mutable, private] |
Definition at line 309 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::timeCentroidOk_p [mutable, private] |
Definition at line 351 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::timeCentroidTransformed_p [mutable, private] |
Definition at line 396 of file MSTransformBufferImpl.h.
Vector<Double> casa::MSTransformBufferImpl::timeInterval_p [mutable, private] |
Definition at line 310 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::timeIntervalOk_p [mutable, private] |
Definition at line 352 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::timeIntervalTransformed_p [mutable, private] |
Definition at line 397 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::timeOk_p [mutable, private] |
Definition at line 350 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::timeTransformed_p [mutable, private] |
Definition at line 395 of file MSTransformBufferImpl.h.
Matrix< Double> casa::MSTransformBufferImpl::uvw_p [mutable, private] |
Definition at line 312 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::uvwOk_p [mutable, private] |
Definition at line 354 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::uvwTransformed_p [mutable, private] |
Definition at line 392 of file MSTransformBufferImpl.h.
Cube<Complex> casa::MSTransformBufferImpl::visCube_p [mutable, private] |
Definition at line 316 of file MSTransformBufferImpl.h.
Cube<Complex> casa::MSTransformBufferImpl::visCubeCorrected_p [mutable, private] |
Definition at line 317 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::visCubeCorrectedOk_p [mutable, private] |
Definition at line 359 of file MSTransformBufferImpl.h.
Cube<Float> casa::MSTransformBufferImpl::visCubeFloat_p [mutable, private] |
Definition at line 319 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::visCubeFloatOk_p [mutable, private] |
Definition at line 361 of file MSTransformBufferImpl.h.
Cube<Complex> casa::MSTransformBufferImpl::visCubeModel_p [mutable, private] |
Definition at line 318 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::visCubeModelOk_p [mutable, private] |
Definition at line 360 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::visCubeOk_p [mutable, private] |
Definition at line 358 of file MSTransformBufferImpl.h.
Matrix<Float> casa::MSTransformBufferImpl::weight_p [mutable, private] |
Definition at line 313 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::weightOk_p [mutable, private] |
Definition at line 355 of file MSTransformBufferImpl.h.
Cube<Float> casa::MSTransformBufferImpl::weightSpectrum_p [mutable, private] |
Definition at line 320 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::weightSpectrumOk_p [mutable, private] |
Definition at line 362 of file MSTransformBufferImpl.h.
Bool casa::MSTransformBufferImpl::weightTransformed_p [mutable, private] |
Definition at line 393 of file MSTransformBufferImpl.h.