28 #ifndef MS_MSSELECTIONTOOLS_H
29 #define MS_MSSELECTIONTOOLS_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/casa/Arrays/Vector.h>
34 #include <casacore/ms/MSSel/MSSelection.h>
45 const String& outMSName=
"",
47 const String& antennaExpr=
"",
48 const String& fieldExpr=
"",
50 const String& uvDistExpr=
"",
54 const String& arrayExpr=
"",
55 const String& stateExpr=
"",
63 const String& outMSName=
"",
65 const String& antennaExpr=
"",
66 const String& fieldExpr=
"",
68 const String& uvDistExpr=
"",
72 const String& arrayExpr=
"",
73 const String& stateExpr=
"",
85 const String& outMSName=
"",
87 const String& antennaExpr=
"",
88 const String& fieldExpr=
"",
90 const String& uvDistExpr=
"",
94 const String& arrayExpr=
"",
95 const String& stateExpr=
"",
97 const Int defaultChanStep=1,
106 const String& outMSName=
"",
107 const String& timeExpr=
"",
108 const String& antennaExpr=
"",
109 const String& fieldExpr=
"",
111 const String& uvDistExpr=
"",
112 const String& taQLExpr=
"",
113 const String& polnExpr=
"",
114 const String& scanExpr=
"",
115 const String& arrayExpr=
"",
116 const String& stateExpr=
"",
118 const String& feedExpr=
"",
119 const Int defaultChanStep=1,
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines
Vector< String > & split(const String &s, char delim, Vector< String > &elems)
Vector< Int > set_union(const Vector< Int > &v1, const Vector< Int > &v2)
Bool mssSetData(const MeasurementSet &ms, MeasurementSet &selectedMS, const String &outMSName="", const String &timeExpr="", const String &antennaExpr="", const String &fieldExpr="", const String &spwExpr="", const String &uvDistExpr="", const String &taQLExpr="", const String &polnExpr="", const String &scanExpr="", const String &arrayExpr="", const String &stateExpr="", const String &obsExpr="", MSSelection *mss=NULL)
Collective selection returning a selected MS.
Vector< Int > set_intersection(const Vector< Int > &v1, const Vector< Int > &v2)
Get the intersection or union of IDs (such as FieldId).
int tokenize(const String &str, const String &sep, Vector< String > &tokens, Bool upCase=False)
Bool getSelectedTable(Table &selectedTab, const Table &baseTab, TableExprNode &fullTEN, const String &outName)
String stripWhite(const String &str, Bool onlyends=True)
Bool mssSetData2(const MeasurementSet &ms, MeasurementSet &selectedMS, const String &outMSName="", const String &timeExpr="", const String &antennaExpr="", const String &fieldExpr="", const String &spwExpr="", const String &uvDistExpr="", const String &taQLExpr="", const String &polnExpr="", const String &scanExpr="", const String &arrayExpr="", const String &stateExpr="", const String &obsExpr="", const String &feedExpr="", MSSelection *mss=NULL)
Added feedExpr.
bool Bool
Define the standard types used by Casacore.
Record mssSelectedIndices(MSSelection &mss, const MeasurementSet *ms)