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

A 32-byte Structure that holds star data.

Author
Akarsh Simha
Version
1.0

Definition at line 17 of file stardata.h.

Member Data Documentation

◆ bv_index

qint16 StarData::bv_index { 0 }

Definition at line 26 of file stardata.h.

◆ dDec

qint32 StarData::dDec { 0 }

Definition at line 22 of file stardata.h.

◆ 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.

◆ dRA

qint32 StarData::dRA { 0 }

Definition at line 21 of file stardata.h.

◆ flags

char StarData::flags { 0 }

Definition at line 28 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.

◆ parallax

qint32 StarData::parallax { 0 }

Definition at line 23 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.

◆ spec_type

char StarData::spec_type[2]

Definition at line 27 of file stardata.h.

◆ unused

char StarData::unused { 0 }

Definition at line 29 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-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:59:54 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.