casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Namespaces | Functions
MSSelectionTools.h File Reference

Go to the source code of this file.

Namespaces

namespace  casa
 this file contains all the compiler specific defines

Functions

Vector< Int > casa::set_intersection (const Vector< Int > &v1, const Vector< Int > &v2)
Vector< Int > casa::set_union (const Vector< Int > &v1, const Vector< Int > &v2)
Bool casa::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.
Bool casa::mssSetData (const MeasurementSet &ms, MeasurementSet &selectedMS, Vector< Vector< Slice > > &chanSlices, Vector< Vector< Slice > > &corrSlices, 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 Int defaultChanStep=1, MSSelection *mss=NULL)
 Collective selection also returning in-row (corr/chan) slices.
Bool casa::getSelectedTable (Table &selectedTab, const Table &baseTab, TableExprNode &fullTEN, const String &outName)
Record casa::mssSelectedIndices (MSSelection &mss, const MeasurementSet *ms)
String casa::stripWhite (const String &str, Bool onlyends=True)
int casa::tokenize (const String &str, const String &sep, Vector< String > &tokens, Bool upCase=False)
Vector< String > & casa::split (const String &s, char delim, Vector< String > &elems)