Kstars
StarData Struct Reference
#include <stardata.h>
Public Attributes | |
qint16 | bv_index { 0 } |
qint32 | dDec { 0 } |
qint32 | Dec { 0 } |
qint32 | dRA { 0 } |
char | flags { 0 } |
qint32 | HD { 0 } |
qint16 | mag { 0 } |
qint32 | parallax { 0 } |
qint32 | RA { 0 } |
char | spec_type [2] |
char | unused { 0 } |
Detailed Description
Member Data Documentation
◆ Dec
qint32 StarData::Dec { 0 } |
Raw signed 32-bit DE value.
Needs to be multiplied by the scale (1e6)
Definition at line 20 of file stardata.h.
◆ HD
qint32 StarData::HD { 0 } |
unsigned 32-bit Henry Draper Index.
No scaling is required.
Definition at line 24 of file stardata.h.
◆ mag
qint16 StarData::mag { 0 } |
signed 16-bit raw magnitude.
Needs to be divided by the scale (1e2)
Definition at line 25 of file stardata.h.
◆ RA
qint32 StarData::RA { 0 } |
Raw signed 32-bit RA value.
Needs to be multiplied by the scale (1e6)
Definition at line 19 of file stardata.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:05:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:05:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.