casacore
|
#include <MSPolnParse.h>
Public Member Functions | |
MSPolnParse () | |
Default constructor. More... | |
MSPolnParse (const MeasurementSet *ms) | |
~MSPolnParse() {cleanup();} More... | |
const TableExprNode | selectFromIDList (const Vector< Int > &ddIDs) |
const TableExprNode | node () |
Get table expression node object. More... | |
void | reset () |
static MSPolnParse* thisMSSParser; More... | |
void | cleanup () |
Int | theParser (const String &command) |
std::map< Int, Vector< Int > > | selectedPolnMap () |
Vector<Int>& selectedDDIDs, Matrix<Int>& selectedSpwPolnMap);. More... | |
std::map< Int, Vector< Vector< Int > > > | selectedSetupMap () |
Vector< Int > | selectedDDIDs () |
Public Member Functions inherited from casacore::MSParse | |
MSParse () | |
Default constructor for List container class. More... | |
MSParse (const MSParse &) | |
Copy constructor (copy semantics). More... | |
~MSParse () | |
MSParse & | operator= (const MSParse &) |
Assignment (copy semantics). More... | |
MSParse (const MeasurementSet *ms, const String &shorthand) | |
Associate the ms and the shorthand. More... | |
MSParse (const MSSelectableTable *ms, const String &shorthand) | |
Associate the ms and the shorthand. More... | |
Bool | test (const String &shortHand) const |
Test if shorthand matches. More... | |
String & | shorthand () |
Get the shorthand. More... | |
MeasurementSet * | ms () |
Get ms object. More... | |
MSSelectableTable * | msInterface () |
Get ms object. More... | |
void | setMS (MeasurementSet *ms) |
void | setMSInterface (MSSelectableTable *msI) |
void | addCondition (TableExprNode &target, TableExprNode &source) |
Private Member Functions | |
Vector< Int > | getMapToDDIDs (MSDataDescIndex &msDDNdx, MSPolarizationIndex &msPolNdx, const Vector< Int > &spwIDs, Vector< Int > &polnIDs, Vector< Int > &polIndices) |
Vector< Int > | matchPolIDsToPolTableRow (const Vector< Int > &polIds, std::map< Int, Vector< Int > > &polIndexMap, Vector< Int > &polIndices, Bool addToMap=False) |
Vector< Int > | getPolnIDs (const String &polSpec, Vector< Int > &polIndices) |
Vector< Int > | getPolnIndices (const Int &polnID, const Vector< Int > &polnIDList) |
Vector< Int > | getPolnIDsV2 (const String &polSpec, Vector< Int > &polTypes) |
These are the versions used in the code. More... | |
Vector< Int > | getMapToDDIDsV2 (const String &polExpr, const Vector< Int > &spwIDs, Vector< Int > &polnIDs, Vector< Int > &polnIndices) |
void | setIDLists (const Int key, const Int ndx, Vector< Int > &val) |
Private Attributes | |
TableExprNode | node_p |
Vector< Int > | ddIDList_p |
std::map< Int, Vector< Int > > | polMap_p |
std::map< Int, Vector< Vector< Int > > > | setupMap_p |
Additional Inherited Members | |
Static Public Attributes inherited from casacore::MSParse | |
static MeasurementSet * | ms_p |
static MSSelectableTable * | msInterface_p |
Class to hold values from field grammar parser
Internal
MSPolnParse is the class used to parse a polarization selection command.
MSPolnParse is used by the parser of polarization sub-expression statements of the type [SPW:]POLN. Since this is a relatively simple expression to tokenize and parse, this parser is written without Bison or Flex. The methods of this class take an expression, and internally generate a list of the Data Description IDs that should be used to select the rows in the MS main table. The map of Polarization IDs (row numbers in the POLARIZATION sub-table) and the list of indices to be used to pick the user selected polarzation data (in the DATA columns of the MS main table) is also generated. This map is intended to be used along with the map of SPW and selected channels to apply the in-row selection (Slice on the data columns).
It is necessary to be able to give a data selection command in ASCII. This can be used in a CLI or in the table browser to get a subset of a table or to sort a table.
Definition at line 89 of file MSPolnParse.h.
casacore::MSPolnParse::MSPolnParse | ( | ) |
Default constructor.
casacore::MSPolnParse::MSPolnParse | ( | const MeasurementSet * | ms | ) |
~MSPolnParse() {cleanup();}
Associate the ms and the shorthand.
|
inline |
Definition at line 105 of file MSPolnParse.h.
|
private |
|
private |
|
private |
|
private |
These are the versions used in the code.
|
private |
|
private |
const TableExprNode casacore::MSPolnParse::node | ( | ) |
Get table expression node object.
|
inline |
static MSPolnParse* thisMSSParser;
Definition at line 104 of file MSPolnParse.h.
References ddIDList_p, polMap_p, and casacore::Vector< T, Alloc >::resize().
Definition at line 111 of file MSPolnParse.h.
References ddIDList_p.
Vector<Int>& selectedDDIDs, Matrix<Int>& selectedSpwPolnMap);.
Definition at line 109 of file MSPolnParse.h.
References polMap_p.
Definition at line 110 of file MSPolnParse.h.
References setupMap_p.
const TableExprNode casacore::MSPolnParse::selectFromIDList | ( | const Vector< Int > & | ddIDs | ) |
|
private |
Definition at line 130 of file MSPolnParse.h.
Referenced by reset(), and selectedDDIDs().
|
private |
Definition at line 129 of file MSPolnParse.h.
Definition at line 131 of file MSPolnParse.h.
Referenced by reset(), and selectedPolnMap().
Definition at line 132 of file MSPolnParse.h.
Referenced by selectedSetupMap().