Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SP3Element ¶
type SP3Element struct {
// Type can be P or V
Type string `json:"type"`
System int `json:"system"`
SvId int `json:"satellite"`
X float64 `json:"x"`
Y float64 `json:"y"`
Z float64 `json:"z"`
Clk float64 `json:"clk"`
Xs int `json:"x_sigma"`
Ys int `json:"y_sigma"`
Zs int `json:"z_sigma"`
ClkS int `json:"clk_sigma"`
ClkE string `json:"clk_event"`
ClkP string `json:"clk_predict"`
OrbE string `json:"orb_event"`
OrbP string `json:"orb_predict"`
}
type SP3Epoch ¶
type SP3Epoch struct {
Time time.Time `json:"time"`
Elements []SP3Element `json:"elements"`
}
Click to show internal directories.
Click to hide internal directories.