casa
$Rev:20696$
|
A class with functions for concatenating MeasurementSets. More...
#include <MSConcat.h>
A class with functions for concatenating MeasurementSets.
Public interface
<h3>Review Status</h3><dl><dt>Date Reviewed:<dd>yyyy/mm/dd</dl>
Definition at line 93 of file MSConcat.h.
casa::MSConcat::MSConcat | ( | ) | [private] |
if their name is different
void casa::MSConcat::checkCategories | ( | const ROMSMainColumns & | otherCols | ) | const [private] |
Bool casa::MSConcat::checkEphIdInField | ( | const ROMSFieldColumns & | otherFldCol | ) | const [private] |
void casa::MSConcat::checkShape | ( | const IPosition & | otherShape | ) | const [private] |
void casa::MSConcat::concatenate | ( | const MeasurementSet & | otherMS, |
const uInt | handling = 0 , |
||
const String & | destMSName = "" |
||
) |
destMSName | 1 : don't concatenate the MAIN table 2 : don't concatenate the POINTING table 3 : neither concat MAIN nor POINTING table |
Block<uInt> casa::MSConcat::copyAntennaAndFeed | ( | const MSAntenna & | otherAnt, |
const MSFeed & | otherFeed | ||
) | [private] |
by default remove redundant observation table rows
Block<uInt> casa::MSConcat::copyField | ( | const MeasurementSet & | otherms | ) | [private] |
Int casa::MSConcat::copyObservation | ( | const MSObservation & | otherObs, |
const Bool | remRedunObsId = True |
||
) | [private] |
Bool casa::MSConcat::copyPointing | ( | const MSPointing & | otherPoint, |
const Block< uInt > & | newAntIndices | ||
) | [private] |
Bool casa::MSConcat::copyPointingB | ( | MSPointing & | otherPoint, |
const Block< uInt > & | newAntIndices | ||
) | [private] |
Bool casa::MSConcat::copySource | ( | const MeasurementSet & | otherms | ) | [private] |
Block<uInt> casa::MSConcat::copySpwAndPol | ( | const MSSpectralWindow & | otherSpw, |
const MSPolarization & | otherPol, | ||
const MSDataDescription & | otherDD | ||
) | [private] |
Block<uInt> casa::MSConcat::copyState | ( | const MSState & | otherState | ) | [private] |
static IPosition casa::MSConcat::getShape | ( | const ROMSDataDescColumns & | ddCols, |
const ROMSSpWindowColumns & | spwCols, | ||
const ROMSPolarizationColumns & | polCols, | ||
uInt | whichShape | ||
) | [static, private] |
static IPosition casa::MSConcat::isFixedShape | ( | const TableDesc & | td | ) | [static, private] |
Bool casa::MSConcat::obsRowsEquivalent | ( | const MSObservationColumns & | obsCol, |
const uInt & | rowi, | ||
const uInt & | rowj | ||
) | [private] |
void casa::MSConcat::setRespectForFieldName | ( | const Bool | respectFieldName | ) |
void casa::MSConcat::setTolerance | ( | Quantum< Double > & | freqTol, |
Quantum< Double > & | dirTol | ||
) |
void casa::MSConcat::setWeightScale | ( | const Float | weightScale | ) |
Bool casa::MSConcat::sourceRowsEquivalent | ( | const MSSourceColumns & | sourceCol, |
const uInt & | rowi, | ||
const uInt & | rowj, | ||
const Bool | dontTestDirection = False |
||
) | [private] |
void casa::MSConcat::updateModelDataKeywords | ( | MeasurementSet & | ms | ) | [private] |
Bool casa::MSConcat::updateSource | ( | ) | [private] |
void casa::MSConcat::virtualconcat | ( | MeasurementSet & | otherMS, |
const Bool | checkShapeAndCateg = True , |
||
const String & | obsidAndScanTableName = "" |
||
) |
Bool casa::MSConcat::doObsA_p [private] |
Definition at line 164 of file MSConcat.h.
Bool casa::MSConcat::doObsB_p [private] |
Definition at line 165 of file MSConcat.h.
Bool casa::MSConcat::doSource2_p [private] |
Definition at line 162 of file MSConcat.h.
Bool casa::MSConcat::doSource_p [private] |
Definition at line 161 of file MSConcat.h.
Bool casa::MSConcat::doSPW_p [private] |
Definition at line 163 of file MSConcat.h.
Vector<Bool> casa::MSConcat::itsChanReversed [private] |
Definition at line 153 of file MSConcat.h.
Quantum<Double> casa::MSConcat::itsDirTol [private] |
Definition at line 150 of file MSConcat.h.
IPosition casa::MSConcat::itsFixedShape [private] |
Definition at line 148 of file MSConcat.h.
Quantum<Double> casa::MSConcat::itsFreqTol [private] |
Definition at line 149 of file MSConcat.h.
MeasurementSet casa::MSConcat::itsMS [private] |
Definition at line 147 of file MSConcat.h.
Bool casa::MSConcat::itsRespectForFieldName [private] |
Definition at line 152 of file MSConcat.h.
Float casa::MSConcat::itsWeightScale [private] |
Definition at line 151 of file MSConcat.h.
SimpleOrderedMap<Int, Int> casa::MSConcat::newObsIndexA_p [private] |
Definition at line 157 of file MSConcat.h.
SimpleOrderedMap<Int, Int> casa::MSConcat::newObsIndexB_p [private] |
Definition at line 158 of file MSConcat.h.
SimpleOrderedMap<Int, Int> casa::MSConcat::newSourceIndex2_p [private] |
Definition at line 155 of file MSConcat.h.
SimpleOrderedMap<Int, Int> casa::MSConcat::newSourceIndex_p [private] |
Definition at line 154 of file MSConcat.h.
SimpleOrderedMap<Int, Int> casa::MSConcat::newSPWIndex_p [private] |
Definition at line 156 of file MSConcat.h.
SimpleOrderedMap<Int, Int> casa::MSConcat::solSystObjects_p [private] |
Definition at line 159 of file MSConcat.h.