40 class ROMSMainColumns;
41 class ROMSDataDescColumns;
42 class ROMSSpWindowColumns;
43 class ROMSPolarizationColumns;
45 class MSDataDescription;
49 class MSSpectralWindow;
50 template <
class T>
class Block;
84 const String& obsidAndScanTableName=
"");
87 const uInt handling=0,
91 const String& destMSName=
"");
130 const uInt& rowi,
const uInt& rowj);
162 col.get(row_i, value_i);
163 col.get(row_j, value_j);
164 return (value_i == value_j);
174 col.get(row_i, arr_i,
True);
175 col.get(row_j, arr_j,
True);
178 if( (ni==0 && nj==0) ||
179 allEQ(arr_i, arr_j)){
187 auto iter = m.find(k);
188 return (iter == m.end() ? -1 : iter->second);
A Vector of integers, for indexing into Array<T> objects.
void checkCategories(const ROMSMainColumns &otherCols) const
void concatenate(const MeasurementSet &otherMS, const uInt handling=0, const String &destMSName="")
A Table intended to hold a MeasurementSet OBSERVATION table.
size_t nelements() const
How many elements does this array have? Product of all axis lengths.
A class to provide easy read-write access to MSObservation columns.
std::map< Int, Int > newSourceIndex2_p
Block< uInt > copyAntennaAndFeed(const MSAntenna &otherAnt, const MSFeed &otherFeed)
A class to provide easy access to MSField columns.
A Table intended to hold a MeasurementSet POINTING table.
A Table intended to hold a MeasurementSet DATADESCRIPTION table.
Bool itsRespectForFieldName
Quantum< Double > itsFreqTol
A Table intended to hold a MeasurementSet WEATHER table.
Bool areEQ(const ROScalarColumn< T > &col, uInt row_i, uInt row_j)
Bool copyPointingB(MSPointing &otherPoint, const Block< uInt > &newAntIndices)
Bool copySource(const MeasurementSet &otherms)
A Table intended to hold a MeasurementSet FEED table.
Block< uInt > copyField(const MeasurementSet &otherms)
std::map< Int, Int > newSPWIndex_p
A Table intended to hold a MeasurementSet SYSCAL table.
A class to provide easy read-only access to MSASpectralWindow columns.
void setTolerance(Quantum< Double > &freqTol, Quantum< Double > &dirTol)
A Table intended to hold a MeasurementSet ANTENNA table.
Block< uInt > copyState(const MSState &otherState)
Bool checkEphIdInField(const ROMSFieldColumns &otherFldCol) const
void checkShape(const IPosition &otherShape) const
A class to provide easy read-write access to MSSource columns.
void setRespectForFieldName(const Bool respectFieldName)
std::map< Int, Int > otherObsIdsWithCounterpart_p
Int getMapValue(const std::map< Int, Int > &m, Int k)
std::map< Int, Int > newSourceIndex_p
A Table intended to hold a MeasurementSet STATE table.
static IPosition getShape(const ROMSDataDescColumns &ddCols, const ROMSSpWindowColumns &spwCols, const ROMSPolarizationColumns &polCols, uInt whichShape)
Bool copySysCal(const MSSysCal &otherSysCal, const Block< uInt > &newAndIndices)
Bool sourceRowsEquivalent(const MSSourceColumns &sourceCol, const uInt &rowi, const uInt &rowj, const Bool dontTestDirection=False, const Bool dontTestTransAndRest=False)
A Table intended to hold a MeasurementSet POLARIZATION table.
A class to provide easy read-only access to MSDataDesc columns.
Quantum< Double > itsDirTol
bool Bool
Define the standard types used by Casacore.
A class with functions for concatenating MeasurementSets.
Bool copyWeather(const MSWeather &otherWeather, const Block< uInt > &newAndIndices)
void setWeightScale(const Float weightScale)
Block< uInt > copySpwAndPol(const MSSpectralWindow &otherSpw, const MSPolarization &otherPol, const MSDataDescription &otherDD)
void virtualconcat(MeasurementSet &otherMS, const Bool checkShapeAndCateg=True, const String &obsidAndScanTableName="")
void updateModelDataKeywords(MeasurementSet &ms)
template <class T, class U> class vector;
std::map< Int, Int > newObsIndexA_p
A Table intended to hold astronomical data (a set of Measurements).
std::map< Int, Int > newObsIndexB_p
static IPosition isFixedShape(const TableDesc &td)
A class to provide easy read-only access to MSPolarization columns.
std::map< Int, Int > solSystObjects_p
A class to provide easy read-write access to MeasurementSet columns.
String: the storage and methods of handling collections of characters.
Define the structure of a Casacore table.
Int copyObservation(const MSObservation &otherObs, const Bool remRedunObsId=True)
Bool copyPointing(const MSPointing &otherPoint, const Block< uInt > &newAntIndices)
Vector< Bool > itsChanReversed
Bool obsRowsEquivalent(const MSObservationColumns &obsCol, const uInt &rowi, const uInt &rowj)
A class for easy read-only access to MeasurementSet main table columns.
A Table intended to hold a MeasurementSet SPECTRAL_WINDOW table.
#define casacore
<X11/Intrinsic.h> #defines true, false, casacore::Bool, and String.