casacore
|
#include <MSUvDistParse.h>
Public Member Functions | |
MSUvDistParse () | |
Default constructor. More... | |
MSUvDistParse (const MeasurementSet *ms) | |
Associate the ms and the shorthand. More... | |
const TableExprNode * | selectUVRange (const Double &startUV, const Double &endUV, const String &unit, Bool doSlow=False) |
~MSUvDistParse() {if (node_p) delete node_p;node_p=0x0;} More... | |
Vector< Bool > | selectedUnits () |
Matrix< Double > | selectedUV () |
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) |
Static Public Member Functions | |
static void | reset () |
static void | cleanup () |
static const TableExprNode * | node () |
Get table expression node object. More... | |
Static Public Attributes | |
static MSUvDistParse * | thisMSUParser |
Static Public Attributes inherited from casacore::MSParse | |
static MeasurementSet * | ms_p |
static MSSelectableTable * | msInterface_p |
Private Member Functions | |
void | accumulateUVList (const Double r0, const Double r1, const Bool wavelengthUnits, const Bool meterUnits) |
Static Private Attributes | |
static TableExprNode * | node_p |
static Matrix< Double > | selectedUV_p |
static Vector< Bool > | meterUnits_p |
Class to hold values from UV dist grammar parser
Internal
MSUvDistParse is the class used to parse a UV dist command.
MSUvDistParse is used by the parser of UV dist sub-expression statements. The parser is written in Bison and Flex in files MSUvDistGram.y and.l. The statements in there use the routines in this file to act upon a reduced rule. Since multiple tables can be given (with a shorthand), the table names are stored in a list. The variable names can be qualified by the table name and will be looked up in the appropriate table.
The class MSUvDistParse only contains information about a table used in the table command. Global variables (like a list and a vector) are used in MSUvDistParse.cc to hold further information.
Global functions are used to operate on the information. The main function is the global function msUvDistCommand. It executes the given STaQL command and returns the resulting ms. This is, in fact, the only function to be used by a user.
It is necessary to be able to give a ms 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 87 of file MSUvDistParse.h.
casacore::MSUvDistParse::MSUvDistParse | ( | ) |
Default constructor.
casacore::MSUvDistParse::MSUvDistParse | ( | const MeasurementSet * | ms | ) |
Associate the ms and the shorthand.
|
private |
|
inlinestatic |
Definition at line 107 of file MSUvDistParse.h.
References node_p.
|
static |
Get table expression node object.
|
inlinestatic |
Definition at line 106 of file MSUvDistParse.h.
References meterUnits_p, casacore::Vector< T, Alloc >::resize(), casacore::Matrix< T, Alloc >::resize(), and selectedUV_p.
Definition at line 104 of file MSUvDistParse.h.
References meterUnits_p.
Definition at line 105 of file MSUvDistParse.h.
References selectedUV_p.
const TableExprNode* casacore::MSUvDistParse::selectUVRange | ( | const Double & | startUV, |
const Double & | endUV, | ||
const String & | unit, | ||
Bool | doSlow = False |
||
) |
~MSUvDistParse() {if (node_p) delete node_p;node_p=0x0;}
Definition at line 116 of file MSUvDistParse.h.
Referenced by reset(), and selectedUnits().
|
staticprivate |
Definition at line 114 of file MSUvDistParse.h.
Referenced by cleanup().
Definition at line 115 of file MSUvDistParse.h.
Referenced by reset(), and selectedUV().
|
static |
Definition at line 111 of file MSUvDistParse.h.