Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TLE ¶
ISS (ZARYA) 1 25544U 98067A 08264.51782528 -.00002182 00000-0 -11606-4 0 2927 2 25544 51.6416 247.4627 0006703 130.5360 325.0288 15.72125391563537
func ReadTLEFile ¶
func (TLE) GetTLETime ¶
type TLELine1 ¶
type TLELine1 struct {
LineNumber string
SataliteID string
Classification string
LaunchYear string
LaunchNumber string
LaunchPiece string
EpochYear string
EpochDay string
FirstDerivative string
SecondDerivative string
Bstar string // drag term or radiation pressure term
EphemerisType string
ElementSetNumber string
Checksum string
LineString string
}
func ReadTLELine1 ¶
type TLELine2 ¶
type TLELine2 struct {
LineNumber string
SataliteID string
Inclination string // degrees
RightAscension string // degrees
Eccentricity string
ArgumentOfPerigee string // degrees
MeanAnomaly string // degrees
MeanMotion string // revolutions per day
RevolutionNumber string
Checksum string
LineString string
}
func ReadTLELine2 ¶
Click to show internal directories.
Click to hide internal directories.