
Public Member Functions | |
| HipparcosStar () | |
| void | write (ostream &) |
Public Attributes | |
| float | appMag |
| float | ascension |
| uint32 | CCDMIdentifier |
| float | declination |
| uint32 | HDCatalogNumber |
| uint32 | HIPCatalogNumber |
| uint8 | nComponents |
| float | parallax |
| uint8 | parallaxError |
| uint8 | starsWithCCDM |
| StellarClass | stellarClass |
|
|
Definition at line 55 of file buildstardb.cpp. References NullCatalogNumber, and NullCCDMIdentifier. 00055 : 00056 HIPCatalogNumber(NullCatalogNumber), 00057 HDCatalogNumber(NullCatalogNumber), 00058 ascension(0.0f), 00059 declination(0.0f), 00060 parallax(0.0f), 00061 appMag(0.0f), 00062 CCDMIdentifier(NullCCDMIdentifier), 00063 starsWithCCDM(0), 00064 nComponents(1), 00065 parallaxError(0) 00066 { 00067 }
|
|
|
Definition at line 74 of file buildstardb.cpp. References appMag, ascension, binwrite(), declination, HDCatalogNumber, HIPCatalogNumber, NullCatalogNumber, parallax, parallaxError, and stellarClass. Referenced by main(). 00075 {
00076 #if 0
00077 if (HDCatalogNumber != NullCatalogNumber)
00078 binwrite(out, HDCatalogNumber);
00079 else
00080 binwrite(out, HIPCatalogNumber | 0x10000000);
00081 #endif
00082 binwrite(out, HIPCatalogNumber);
00083 binwrite(out, HDCatalogNumber);
00084 binwrite(out, ascension);
00085 binwrite(out, declination);
00086 binwrite(out, parallax);
00087 binwrite(out, (short) (appMag * 256));
00088 binwrite(out, stellarClass);
00089 binwrite(out, parallaxError);
00090 }
|
|
|
Definition at line 46 of file buildstardb.cpp. Referenced by CreateCompanionList(), ReadStarRecord(), TheSun(), and write(). |
|
|
Definition at line 43 of file buildstardb.cpp. Referenced by CreateCompanionList(), ReadStarRecord(), TheSun(), and write(). |
|
|
Definition at line 49 of file buildstardb.cpp. Referenced by CreateCompanionList(), and ReadStarRecord(). |
|
|
Definition at line 44 of file buildstardb.cpp. Referenced by CreateCompanionList(), ReadStarRecord(), TheSun(), and write(). |
|
|
Definition at line 42 of file buildstardb.cpp. Referenced by ConstrainComponentParallaxes(), CreateCompanionList(), ReadStarRecord(), ShowStarsWithComponents(), TheSun(), and write(). |
|
|
Definition at line 41 of file buildstardb.cpp. Referenced by ConstrainComponentParallaxes(), CreateCompanionList(), findStar(), ReadStarRecord(), ShowStarsWithComponents(), TheSun(), and write(). |
|
|
Definition at line 51 of file buildstardb.cpp. Referenced by ReadStarRecord(), and ShowStarsWithComponents(). |
|
|
Definition at line 45 of file buildstardb.cpp. Referenced by ConstrainComponentParallaxes(), CreateCompanionList(), ReadStarRecord(), TheSun(), and write(). |
|
|
Definition at line 52 of file buildstardb.cpp. Referenced by CreateCompanionList(), ReadStarRecord(), and write(). |
|
|
Definition at line 50 of file buildstardb.cpp. Referenced by ReadStarRecord(). |
|
|
Definition at line 47 of file buildstardb.cpp. Referenced by CorrectErrors(), CreateCompanionList(), ReadStarRecord(), TheSun(), and write(). |
1.4.1