lsst.jointcal gf45d103bbe+a431ac394c
|
Proper motion data for a reference star or fitted star. More...
#include <ProperMotion.h>
Public Member Functions | |
ProperMotion (double ra, double dec, double raErr, double decErr, double raDecCov=0) | |
ProperMotion (ProperMotion const &)=default | |
ProperMotion (ProperMotion &&)=default | |
ProperMotion & | operator= (ProperMotion const &)=default |
ProperMotion & | operator= (ProperMotion &&)=default |
~ProperMotion ()=default | |
Point | apply (const Point &star, double timeDeltaYears) const |
Apply proper motion correction to the input star, returning a star with PM-corrected coordinates. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &stream, ProperMotion const &pm) |
Proper motion data for a reference star or fitted star.
Whether to just use these values or fit them is determined by the RefStar and FittedStar they belong to.
Units are radians/year Note: RA proper motion is pm_ra*cos(dec)
Definition at line 45 of file ProperMotion.h.
|
inline |
Definition at line 47 of file ProperMotion.h.
|
default |
|
default |
|
default |
Apply proper motion correction to the input star, returning a star with PM-corrected coordinates.
NOTE: This method does not apply to the coordinate errors (Point does not include uncertainty).
star | The star to correct for this proper motion. |
timeDeltaYears | The difference in time from the correction epoch to correct for, in years. |
Definition at line 34 of file ProperMotion.cc.
|
default |
|
default |
|
friend |
Definition at line 44 of file ProperMotion.cc.