diff options
Diffstat (limited to 'TLE.go')
-rw-r--r-- | TLE.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TLE.go b/TLE.go index 89257ed..a0c51a8 100644 --- a/TLE.go +++ b/TLE.go @@ -7,7 +7,7 @@ More information can be found here: */ -package TLE +package tle // TLE defines the lines contained in a Two-Line-Element type TLE struct { @@ -88,11 +88,12 @@ type Epoch struct { Dayfraction float64 `json:"dayfraction"` } +// LineTwo of the TLE type LineTwo struct { Linenumber int `json:"linenumber"` // Catalog number defined by USSPACECOM - Satellitenumber int `json:"satellitenumber"` + SatelliteNumber int `json:"satellitenumber"` // Inclination // Unit: degrees |