kstars
#include <catalogentrydata.h>
Public Attributes | |
QString | catalog_name |
double | dec |
float | flux |
int | ID |
QString | long_name |
float | magnitude |
float | major_axis |
float | minor_axis |
int | position_angle |
double | ra |
int | type |
Detailed Description
Class to store details of a Catalog Entry.
catalog_name = Name of the Catalog (must exist prior to execution) ID = The ID number from the catalog. eg. for M 31, ID is 31 long_name = long name (if any) of the object ra = Right Ascension of the object (in HH:MM:SS format) dec = Declination of the object (in +/-DD:MM:SS format) type = type of the object (from skyqpainter::drawDeepSkySymbol()) 0: general star (not to be used for custom catalogs) 1: Catalog star 2: planet 3: Open Cluster 4: Globular Cluster 5: Gaseous Nebula 6: Planetary Nebula 7: Supernova remnant 8: Galaxy 13: Asterism 14: Galaxy cluster 15: Dark Nebula 16: Quasar 17: Multiple Star 18: Radio Source 19: Satellite 20: Supernova 21: TYPE_UNKNOWN
magnitude = Apparent Magnitude of the object position_angle = Position Angle of the object major_axis = Major Axis Length (arcmin) minor_axis = Minor Axis Length (arcmin) flux = Flux for the object
Definition at line 59 of file catalogentrydata.h.
Member Data Documentation
QString CatalogEntryData::catalog_name |
Definition at line 61 of file catalogentrydata.h.
double CatalogEntryData::dec |
Definition at line 65 of file catalogentrydata.h.
float CatalogEntryData::flux |
Definition at line 71 of file catalogentrydata.h.
int CatalogEntryData::ID |
Definition at line 62 of file catalogentrydata.h.
QString CatalogEntryData::long_name |
Definition at line 63 of file catalogentrydata.h.
float CatalogEntryData::magnitude |
Definition at line 67 of file catalogentrydata.h.
float CatalogEntryData::major_axis |
Definition at line 69 of file catalogentrydata.h.
float CatalogEntryData::minor_axis |
Definition at line 70 of file catalogentrydata.h.
int CatalogEntryData::position_angle |
Definition at line 68 of file catalogentrydata.h.
double CatalogEntryData::ra |
Definition at line 64 of file catalogentrydata.h.
int CatalogEntryData::type |
Definition at line 66 of file catalogentrydata.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.