casacore
|
Engine for TaQL UDF Frequency conversions. More...
#include <FrequencyEngine.h>
Public Member Functions | |
FrequencyEngine () | |
virtual | ~FrequencyEngine () |
Array< Double > | getArrayDouble (const TableExprId &id, int type) |
Get the values. More... | |
Array< MFrequency > | getFrequencies (const TableExprId &id) |
Get the frequencies. More... | |
void | handleFrequency (std::vector< TENShPtr > &args, uInt &argnr) |
Handle the argument(s) giving the input frequencies and reference type. More... | |
void | setConverter (MFrequency::Types toType) |
Set the MeasConvert object. More... | |
void | setDopplerEngine (DopplerEngine &engine) |
Set the possible doppler engine. More... | |
void | setRadVelEngine (RadialVelocityEngine &engine) |
Set the possible radial velocity engine. More... | |
void | setDirectionEngine (DirectionEngine &engine) |
Set the possible direction engine. More... | |
void | setEpochEngine (EpochEngine &engine) |
Set the possible epoch engine. More... | |
void | setPositionEngine (PositionEngine &engine) |
Set the possible position engine. More... | |
Public Member Functions inherited from casacore::MeasEngine< MFrequency > | |
MeasEngine () | |
virtual | ~MeasEngine () |
MFrequency::Types | refType () const |
Get the reference type. More... | |
Bool | handleMeasType (const TENShPtr &operand, Bool doThrow) |
Handle a doppler reference type. More... | |
Record | makeAttributes (typename MFrequency::Types refType, Int valueType=1) const |
Make the expression result attributes. More... | |
Public Member Functions inherited from casacore::BaseEngine | |
BaseEngine () | |
virtual | ~BaseEngine () |
void | adaptForConstant (const IPosition &shapeConstant, uInt nvalues=0) |
Adapt the output shape and dimensionality for possible constant values. More... | |
void | extendBase (const BaseEngine &, Bool removeFirstAxis=False) |
Extend the shape (if not empty) with the engine's shape. More... | |
const IPosition & | shape () const |
Get the output shape. More... | |
Int | ndim () const |
Get the output dimensionality. More... | |
const Unit & | unit () const |
Get the unit of the function's result. More... | |
const Unit & | inUnit () const |
Get the unit of the expression. More... | |
Bool | isConstant () const |
Tell if the expression is constant. More... | |
Private Member Functions | |
virtual void | handleValues (TableExprNode &operand, const TableExprId &id, Array< MFrequency > &frequencies) |
Let a derive class handle the values. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from casacore::MeasEngine< MFrequency > | |
void | handleMeasArray (const TENShPtr &operand) |
Handle the operand representing an array of Meas values. More... | |
void | handleConstant (const TENShPtr &operand) |
Handle a constant Meas value. More... | |
Protected Member Functions inherited from casacore::BaseEngine | |
virtual void | deriveAttr (const Unit &unit, Int nval) |
Let a derived class derive its attributes. More... | |
virtual void | setValueType (Int valueType) |
Let a derived class set its value type. More... | |
virtual String | stripMeasType (const String &type) |
Let a derived class strip part of the reference type. More... | |
Protected Attributes inherited from casacore::MeasEngine< MFrequency > | |
Array< MFrequency > | itsConstants |
MFrequency::Types | itsRefType |
ScalarMeasColumn< MFrequency > | itsMeasScaCol |
ArrayMeasColumn< MFrequency > | itsMeasArrCol |
Protected Attributes inherited from casacore::BaseEngine | |
Bool | itsIsConst |
IPosition | itsShape |
Int | itsNDim |
Unit | itsInUnit |
Unit | itsOutUnit |
TableExprNode | itsExprNode |
Engine for TaQL UDF Frequency conversions.
Public interface
FrequencyEngine defines Engines (user defined functions) that can be used in TaQL to convert Measures for frequencies. In this way such derived values appear to be ordinary TaQL functions.
Frequency conversions require a MeasFrame containing sky direction, epoch and position on earth. In TaQL these functions can be called like:
which converts the frequency from LSRK to TOPO.
toref
is a single constant string. pos
can have various value types. A single numeric array is a series of RA,DEC in J2000. If given as a set, the last argument of the set can be the reference types of the values in the set. The values can be strings (indicating planetary objects) or value pairs giving lon,lat. The default reference type is J2000. All such functions return data with type double and unit Hz.
Frequencies can be given like: [f1,f2,...], fromRef where fromRef is the reference type.
A frequency can also be a table column which usually knows its type. It can also be an expression (e.g. FREQUENCY[0,]) which also knows the type.
It makes it possible to handle measures in TaQL.
Definition at line 99 of file FrequencyEngine.h.
casacore::FrequencyEngine::FrequencyEngine | ( | ) |
|
virtual |
Array<Double> casacore::FrequencyEngine::getArrayDouble | ( | const TableExprId & | id, |
int | type | ||
) |
Get the values.
Array<MFrequency> casacore::FrequencyEngine::getFrequencies | ( | const TableExprId & | id | ) |
Get the frequencies.
Handle the argument(s) giving the input frequencies and reference type.
The frequency can be a column in a table.
|
privatevirtual |
Let a derive class handle the values.
Implements casacore::MeasEngine< MFrequency >.
void casacore::FrequencyEngine::setConverter | ( | MFrequency::Types | toType | ) |
Set the MeasConvert object.
void casacore::FrequencyEngine::setDirectionEngine | ( | DirectionEngine & | engine | ) |
Set the possible direction engine.
It can be done only once.
void casacore::FrequencyEngine::setDopplerEngine | ( | DopplerEngine & | engine | ) |
Set the possible doppler engine.
It can be done only once.
void casacore::FrequencyEngine::setEpochEngine | ( | EpochEngine & | engine | ) |
Set the possible epoch engine.
It can be done only once.
void casacore::FrequencyEngine::setPositionEngine | ( | PositionEngine & | engine | ) |
Set the possible position engine.
It can be done only once.
void casacore::FrequencyEngine::setRadVelEngine | ( | RadialVelocityEngine & | engine | ) |
Set the possible radial velocity engine.
It can be done only once.
|
private |
Definition at line 148 of file FrequencyEngine.h.
|
private |
Definition at line 151 of file FrequencyEngine.h.
|
private |
Definition at line 152 of file FrequencyEngine.h.
|
private |
Definition at line 149 of file FrequencyEngine.h.
|
private |
Definition at line 146 of file FrequencyEngine.h.
|
private |
Definition at line 150 of file FrequencyEngine.h.
|
private |
Definition at line 153 of file FrequencyEngine.h.
|
private |
Definition at line 147 of file FrequencyEngine.h.