casa
$Rev:20696$
|
MRadialVelocity conversion routines. More...
#include <MCRadialVelocity.h>
Public Member Functions | |
MCRadialVelocity () | |
Default constructor. | |
~MCRadialVelocity () | |
Static Public Member Functions | |
static String | showState () |
Show the state of the conversion engine (mainly for debugging purposes) | |
Private Types | |
enum | Routes { LSRD_BARY, BARY_LSRD, BARY_GEO, GEO_TOPO, GEO_BARY, TOPO_GEO, LSRD_GALACTO, GALACTO_LSRD, LSRK_BARY, BARY_LSRK, BARY_LGROUP, LGROUP_BARY, BARY_CMB, CMB_BARY, N_Routes } |
The list of actual routines provided. More... | |
Private Member Functions | |
MCRadialVelocity (const MCRadialVelocity &other) | |
Copy constructor (not implemented) | |
MCRadialVelocity & | operator= (const MCRadialVelocity &other) |
Assignment (not implemented) | |
virtual void | getConvert (MConvertBase &mc, const MRBase &inref, const MRBase &outref) |
Create conversion function pointer. | |
virtual void | initConvert (uInt which, MConvertBase &mc) |
Create help structures for Measure conversion routines. | |
virtual void | clearConvert () |
Delete the pointers used in the MeasConvert help structure cache. | |
virtual void | doConvert (MeasValue &in, MRBase &inref, MRBase &outref, const MConvertBase &mc) |
Routine to convert RadialVelocity from one reference frame to another. | |
void | doConvert (MVRadialVelocity &in, MRBase &inref, MRBase &outref, const MConvertBase &mc) |
Conversion routine to cater for inheritance question. | |
Static Private Member Functions | |
static void | fillState () |
Fill the global state in a thread-safe way. | |
static void | doFillState (void *) |
Fill the global state in a thread-safe way. | |
Private Attributes | |
MVPosition * | MVPOS1 |
MVDirection * | MVDIR1 |
Aberration * | ABERFROM |
Aberration * | ABERTO |
Static Private Attributes | |
static uInt | ToRef_p [N_Routes][3] |
Transition list. | |
static uInt | FromTo_p [MRadialVelocity::N_Types][MRadialVelocity::N_Types] |
Transition matrix. | |
static MutexedInit | theirMutexedInit |
Mutex for thread-safety. | |
Friends | |
class | MeasConvert< MRadialVelocity > |
Conversion of data. |
MRadialVelocity conversion routines.
Internal
<h3>Review Status</h3><dl><dt>Reviewed By:<dd>UNKNOWN<dt>Date Reviewed:<dd>before2004/08/25<dt>Test programs:<dd>tMeasure</dl>
Measure, Convert and RadialVelocity
Contains state machinery and cashing for actual conversions
Get the Doppler shift for an oberved HI RadialVelocity of 100 km/s
#include <measures/Measures.h> #include <measures/Measures/MRadialVelocity.h> #include <measures/Measures/MDoppler.h> cout << "Redshift for 100 km/s: " << MDoppler::Convert( MRadialVelocity( Quantity(100., "km/s"), MRadialVelocity::TOPO).toDoppler(QC::HI), MDoppler::Z)() << endl;
Definition at line 92 of file MCRadialVelocity.h.
enum casa::MCRadialVelocity::Routes [private] |
The list of actual routines provided.
Warning: Each AA_BB
in the list points to routine that can be used in the FromTo list in the getConvert routine; In addition the type to which each is converted should be in the ToRef array, again in the proper order;
LSRD_BARY | |
BARY_LSRD | |
BARY_GEO | |
GEO_TOPO | |
GEO_BARY | |
TOPO_GEO | |
LSRD_GALACTO | |
GALACTO_LSRD | |
LSRK_BARY | |
BARY_LSRK | |
BARY_LGROUP | |
LGROUP_BARY | |
BARY_CMB | |
CMB_BARY | |
N_Routes |
Reimplemented from casa::MCBase.
Definition at line 117 of file MCRadialVelocity.h.
Default constructor.
casa::MCRadialVelocity::MCRadialVelocity | ( | const MCRadialVelocity & | other | ) | [private] |
Copy constructor (not implemented)
virtual void casa::MCRadialVelocity::clearConvert | ( | ) | [private, virtual] |
Delete the pointers used in the MeasConvert help structure cache.
Implements casa::MCBase.
virtual void casa::MCRadialVelocity::doConvert | ( | MeasValue & | in, |
MRBase & | inref, | ||
MRBase & | outref, | ||
const MConvertBase & | mc | ||
) | [private, virtual] |
Routine to convert RadialVelocity from one reference frame to another.
Implements casa::MCBase.
void casa::MCRadialVelocity::doConvert | ( | MVRadialVelocity & | in, |
MRBase & | inref, | ||
MRBase & | outref, | ||
const MConvertBase & | mc | ||
) | [private] |
Conversion routine to cater for inheritance question.
static void casa::MCRadialVelocity::doFillState | ( | void * | ) | [static, private] |
Fill the global state in a thread-safe way.
static void casa::MCRadialVelocity::fillState | ( | ) | [inline, static, private] |
Fill the global state in a thread-safe way.
Definition at line 157 of file MCRadialVelocity.h.
References casa::MutexedInit::exec(), and theirMutexedInit.
virtual void casa::MCRadialVelocity::getConvert | ( | MConvertBase & | mc, |
const MRBase & | inref, | ||
const MRBase & | outref | ||
) | [private, virtual] |
Create conversion function pointer.
Implements casa::MCBase.
virtual void casa::MCRadialVelocity::initConvert | ( | uInt | which, |
MConvertBase & | mc | ||
) | [private, virtual] |
Create help structures for Measure conversion routines.
Implements casa::MCBase.
MCRadialVelocity& casa::MCRadialVelocity::operator= | ( | const MCRadialVelocity & | other | ) | [private] |
Assignment (not implemented)
static String casa::MCRadialVelocity::showState | ( | ) | [static] |
Show the state of the conversion engine (mainly for debugging purposes)
friend class MeasConvert< MRadialVelocity > [friend] |
Conversion of data.
Definition at line 97 of file MCRadialVelocity.h.
Aberration* casa::MCRadialVelocity::ABERFROM [private] |
Definition at line 145 of file MCRadialVelocity.h.
Aberration* casa::MCRadialVelocity::ABERTO [private] |
Definition at line 146 of file MCRadialVelocity.h.
uInt casa::MCRadialVelocity::FromTo_p[MRadialVelocity::N_Types][MRadialVelocity::N_Types] [static, private] |
Transition matrix.
Definition at line 152 of file MCRadialVelocity.h.
MVDirection* casa::MCRadialVelocity::MVDIR1 [private] |
Definition at line 144 of file MCRadialVelocity.h.
MVPosition* casa::MCRadialVelocity::MVPOS1 [private] |
Definition at line 143 of file MCRadialVelocity.h.
MutexedInit casa::MCRadialVelocity::theirMutexedInit [static, private] |
Mutex for thread-safety.
Definition at line 154 of file MCRadialVelocity.h.
Referenced by fillState().
uInt casa::MCRadialVelocity::ToRef_p[N_Routes][3] [static, private] |
Transition list.
Definition at line 150 of file MCRadialVelocity.h.