From 97d06d342df2efbbcd758b526d927b389cc44b69 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 19 Aug 2019 15:12:29 +0200 Subject: commented the epoch --- TLE.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TLE.go b/TLE.go index 4c57928..950e9c0 100644 --- a/TLE.go +++ b/TLE.go @@ -54,8 +54,13 @@ type InternationalDesignator struct { Launchpiece rune `json:"launchpiece"` } +// Epoch defines a moment in time type Epoch struct { - Year int8 `json:"year"` + + // Last two digits of the year + Year int8 `json:"year"` + + // day of the year and fractional portion of the day Dayfraction float64 `json:"dayfraction"` } -- cgit 1.4.1