Kstars
#include <deepstardata.h>
Public Attributes | |
int16_t | B |
qint16 | B { 0 } |
int16_t | dDec |
qint16 | dDec { 0 } |
int32_t | Dec |
qint32 | Dec { 0 } |
int16_t | dRA |
qint16 | dRA { 0 } |
int32_t | RA |
qint32 | RA { 0 } |
int16_t | V |
qint16 | V { 0 } |
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
◆ B [1/2]
Definition at line 32 of file nomadbinfile2mysql.h.
◆ B [2/2]
Definition at line 23 of file deepstardata.h.
◆ dDec [1/2]
Definition at line 31 of file nomadbinfile2mysql.h.
◆ dDec [2/2]
Definition at line 22 of file deepstardata.h.
◆ Dec [1/2]
Definition at line 29 of file nomadbinfile2mysql.h.
◆ Dec [2/2]
Raw signed 32-bit DE value.
Needs to be multiplied by the scale (1e6)
Definition at line 20 of file deepstardata.h.
◆ dRA [1/2]
Definition at line 30 of file nomadbinfile2mysql.h.
◆ dRA [2/2]
Definition at line 21 of file deepstardata.h.
◆ RA [1/2]
Definition at line 28 of file nomadbinfile2mysql.h.
◆ RA [2/2]
Raw signed 32-bit RA value.
Needs to be multiplied by the scale (1e6)
Definition at line 19 of file deepstardata.h.
◆ V [1/2]
Definition at line 33 of file nomadbinfile2mysql.h.
◆ V [2/2]
Definition at line 24 of file deepstardata.h.
The documentation for this struct was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 3 2025 11:47:16 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.