Kstars
DeepStarData Struct Reference
#include <deepstardata.h>
Public Attributes | |
qint16 | B { 0 } |
int16_t | B |
qint16 | dDec { 0 } |
int16_t | dDec |
qint32 | Dec { 0 } |
int32_t | Dec |
qint16 | dRA { 0 } |
int16_t | dRA |
qint32 | RA { 0 } |
int32_t | RA |
qint16 | V { 0 } |
int16_t | V |
Detailed Description
A 16-byte structure that holds star data for really faint stars.
- Version
- 1.0
Definition at line 26 of file nomadbinfile2mysql.h.
Member Data Documentation
◆ Dec
qint32 DeepStarData::Dec { 0 } |
Raw signed 32-bit DE value.
Needs to be multiplied by the scale (1e6)
Definition at line 20 of file deepstardata.h.
◆ RA
qint32 DeepStarData::RA { 0 } |
Raw signed 32-bit RA value.
Needs to be multiplied by the scale (1e6)
Definition at line 19 of file deepstardata.h.
The documentation for this struct was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Jun 9 2023 04:02:27 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Jun 9 2023 04:02:27 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.