28 #ifndef MEAS_RADIALVELOCITYENGINE_H
29 #define MEAS_RADIALVELOCITYENGINE_H
42 class DirectionEngine;
PositionEngine * itsPositionEngine
Array< MRadialVelocity > getRadialVelocities(const TableExprId &id)
Get the radial velocities.
Array< Double > getArrayDouble(const TableExprId &id)
Get the values.
void setPositionEngine(PositionEngine &engine)
Set the possible position engine.
void setDopplerEngine(DopplerEngine &engine)
Set the possible doppler engine.
Templated base class for the TaQL UDF conversion engines.
Handle class for a table column expression tree.
Engine for TaQL UDF RadialVelocity conversions.
Container for Measure frame.
Engine for TaQL UDF Position conversions.
void setEpochEngine(EpochEngine &engine)
Set the possible epoch engine.
DopplerEngine * itsDopplerEngine
EpochEngine * itsEpochEngine
DirectionEngine * itsDirectionEngine
Engine for TaQL UDF Epoch conversions.
Engine for TaQL UDF Direction conversions.
MRadialVelocity::Convert itsConverter
Types
Types of known MRadialVelocity Warning: The order defines the order in the translation matrix FromTo...
void handleRadialVelocity(std::vector< TENShPtr > &args, uInt &argnr)
Handle the argument(s) giving the input radial velocities and reference type.
The identification of a TaQL selection subject.
Engine for TaQL UDF Doppler conversions.
void setDirectionEngine(DirectionEngine &engine)
Set the possible direction engine.
virtual void handleValues(TableExprNode &operand, const TableExprId &id, Array< MRadialVelocity > &radialVelocities)
Let a derive class handle the values.
void setConverter(MRadialVelocity::Types toType)
Set the MeasConvert object.