#include <Keplerian.h>
Public Attributes | |
| string | satName |
| int | satNumber |
| char | satClassification |
| int | launchYear |
| int | launchNumber |
| string | launchPiece |
| int | epochYear |
| double | epochDay |
| double | meanmotion1stDeriv |
| double | meanmotion2ndDeriv |
| double | bstarDrag |
| int | ephemerisType |
| int | elementNumber |
| int | checksumLine1 |
| double | meanAnomaly |
| double | eccentricAnomaly |
| double | meanMotion |
| int | revolutionNumber |
| int | checksumLine2 |
|
|
B* drag term (L1) Definition at line 66 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
Checksum for L1 Definition at line 69 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
Checksum for L2 Definition at line 74 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
We calculate Eccentric Anomaly Definition at line 71 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
The TLE # (L1) Definition at line 68 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
The type of ephemeris data (L1) Definition at line 67 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
Epoch day and time for this TLE (L1) Definition at line 63 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
Epoch year for this TLE (L1) Definition at line 62 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
Which launch of that year... (L1) Definition at line 60 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
Which piece of that launch... (L1) Definition at line 61 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
Launched in... (L1) Definition at line 59 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
The TLE reports Mean Anomaly (L2) Definition at line 70 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
We calculate Mean Motion Definition at line 72 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
Definition at line 64 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
Definition at line 65 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
How many orbits at epoch? (L2) Definition at line 73 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
Almost always "U"nclassified (L1) Definition at line 58 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
Satellite Name, from Line Zero Definition at line 56 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
|
|
Satellite Number, from Line One Definition at line 57 of file Keplerian.h. Referenced by O_SESSAME::Keplerian::ReadTwoLineElementSet(). |
1.3.9.1