PCL
|
Star data structure for Gaia catalog search operations. More...
#include <GaiaDatabaseFile.h>
Public Attributes | |
FVector | flux |
Public Attributes inherited from pcl::GaiaStarDataBase | |
double | dec = 0 |
Declination in degrees, in the range [-90,+90]. | |
uint32 | flags = 0u |
Data availability and quality flags. See the GaiaStarFlag namespace. | |
float | magBP = 0 |
Mean G_BP magnitude. | |
float | magG = 0 |
Mean G magnitude. | |
float | magRP = 0 |
Mean G_RP magnitude. | |
float | parx = 0 |
Parallax in mas. | |
float | pmdec = 0 |
Proper motion in declination, in mas/year. | |
float | pmra = 0 |
Proper motion in right ascension * cos(dec), in mas/year. | |
double | ra = 0 |
Right ascension in degrees, in the range [0,360). | |
Definition at line 206 of file GaiaDatabaseFile.h.
FVector pcl::GaiaStarData::flux |
BP/RP sampled mean spectrum. Only available for special DR3 databases with mean spectrum data. The components of this vector can be normalized to [0,1] or expressed in original flux units (W.m**-2.nm**-1). See the GaiaDatabaseFile::IsSpectrumNormalizationEnabled() member function for more information.
Definition at line 208 of file GaiaDatabaseFile.h.