LSST Applications g0fba68d861+330b683386,g1ec0fe41b4+3ea9d11450,g1fd858c14a+9be2b0f3b9,g2440f9efcc+8c5ae1fdc5,g33b6eb7922+23bc9e47ac,g35bb328faa+8c5ae1fdc5,g4a4af6cd76+d25431c27e,g4d2262a081+da6e3a53c4,g53246c7159+8c5ae1fdc5,g55585698de+be1c65ba71,g56a49b3a55+92a7603e7a,g60b5630c4e+be1c65ba71,g67b6fd64d1+3fc8cb0b9e,g78460c75b0+7e33a9eb6d,g786e29fd12+668abc6043,g8352419a5c+8c5ae1fdc5,g8852436030+60e38ee5ff,g89139ef638+3fc8cb0b9e,g8de97aba08+a886b35a30,g94187f82dc+be1c65ba71,g989de1cb63+3fc8cb0b9e,g9d31334357+be1c65ba71,g9f33ca652e+69d6bbdd4b,gabe3b4be73+8856018cbb,gabf8522325+977d9fabaf,gb1101e3267+b0077987df,gb89ab40317+3fc8cb0b9e,gc91f06edcd+2e2ca305f6,gcf25f946ba+60e38ee5ff,gd6cbbdb0b4+1cc2750d2e,gdb1c4ca869+be65c9c1d7,gde0f65d7ad+05f0c6b5f8,ge278dab8ac+6b863515ed,ge410e46f29+3fc8cb0b9e,gf35d7ec915+97dd712d81,gf5e32f922b+8c5ae1fdc5,gf618743f1b+3164b09b60,gf67bdafdda+3fc8cb0b9e,w.2025.18
LSST Data Management Base Package
|
Objects used as position/flux anchors (e.g. More...
#include <RefStar.h>
Public Member Functions | |
RefStar (double xx, double yy, double flux, double fluxErr) | |
RefStar (RefStar const &)=delete | |
No copy: each RefStar is unique, and should be accessed/managed via shared_ptr. | |
RefStar (RefStar &&)=default | |
RefStar & | operator= (RefStar const &)=delete |
RefStar & | operator= (RefStar &&)=default |
void | setProperMotion (ProperMotion const &properMotion) |
void | setProperMotion (std::unique_ptr< ProperMotion const > &&properMotion) |
Point | applyProperMotion (const Point &star, double timeDeltaYears) const |
Apply proper motion correction to the input star, returning a star with PM-corrected coordinates and coordinate errors. | |
double | getX () const |
access stuff. | |
double | getY () const |
virtual void | print (std::ostream &out) const |
double | getFlux () const |
double & | getFlux () |
void | setFlux (double flux) |
double | getFluxErr () const |
void | setFluxErr (double fluxErr) |
double | getMag () const |
double & | getMag () |
double | getMagErr () const |
void | setMagErr (double magErr) |
double | Distance (const Point &other) const |
double | computeDist2 (const Point &other) const |
distance squared to other | |
Point | operator+ (const Point &Right) const |
Sum. | |
Point | operator- (const Point &Right) const |
Difference. | |
Static Public Member Functions | |
static const char * | typeName () |
Public Attributes | |
double | vx |
double | vy |
double | vxy |
double | x |
coordinate | |
double | y |
Protected Attributes | |
double | _flux |
double | _fluxErr {} |
double | _mag {} |
double | _magErr {} |
Objects used as position/flux anchors (e.g.
Gaia DR2 stars). Coordinate system should match that of the fittedStars these are associated with; typically the common tangent plane.
RefStars should have their proper motion and parallax corrections pre-applied, so that they are at the same epoch as is stored in Associations.
|
inline |
|
delete |
No copy: each RefStar is unique, and should be accessed/managed via shared_ptr.
|
default |
Point lsst::jointcal::RefStar::applyProperMotion | ( | const Point & | star, |
double | timeDeltaYears ) const |
Apply proper motion correction to the input star, returning a star with PM-corrected coordinates and coordinate errors.
Star is returned unchanged if no proper motion data is available.
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 RefStar.cc.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Definition at line 99 of file BaseStar.h.
|
inlineinherited |
Definition at line 98 of file BaseStar.h.
|
inlineinherited |
Definition at line 102 of file BaseStar.h.
|
inlineinherited |
Definition at line 106 of file BaseStar.h.
|
inlineinherited |
Definition at line 105 of file BaseStar.h.
|
inlineinherited |
Definition at line 108 of file BaseStar.h.
|
inlineinherited |
|
inlineinherited |
Definition at line 75 of file BaseStar.h.
|
inlinevirtualinherited |
Reimplemented from lsst::jointcal::Point.
Reimplemented in lsst::jointcal::FittedStar, and lsst::jointcal::MeasuredStar.
Definition at line 83 of file BaseStar.h.
|
inlineinherited |
Definition at line 100 of file BaseStar.h.
|
inlineinherited |
Definition at line 103 of file BaseStar.h.
|
inlineinherited |
Definition at line 109 of file BaseStar.h.
|
inline |
|
inline |
|
inlinestaticinherited |
Definition at line 94 of file BaseStar.h.
|
protectedinherited |
Definition at line 113 of file BaseStar.h.
|
protectedinherited |
Definition at line 114 of file BaseStar.h.
|
protectedinherited |
Definition at line 117 of file BaseStar.h.
|
protectedinherited |
Definition at line 118 of file BaseStar.h.
|
inherited |
Definition at line 36 of file FatPoint.h.
|
inherited |
Definition at line 36 of file FatPoint.h.
|
inherited |
Definition at line 36 of file FatPoint.h.