precise

package
v0.11.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL