Documentation ¶
Index ¶
- type Location
- type Observation
- type PassDetails
- type SGP4
- func (p *SGP4) GenerateLocations(start, stop time.Time, step int) []Location
- func (p *SGP4) GeneratePasses(lat, lng, alt float64, start, stop time.Time, step int) []PassDetails
- func (p *SGP4) ObservationFromLocation(lat, lng, alt float64) Observation
- func (p *SGP4) Position(lt time.Time) (lat, lng, alt float64, err error)
- type TLE
- type TLEReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Observation ¶
type PassDetails ¶
type SGP4 ¶
type SGP4 struct {
// contains filtered or unexported fields
}
func (*SGP4) GenerateLocations ¶
func (*SGP4) GeneratePasses ¶
func (*SGP4) ObservationFromLocation ¶
func (p *SGP4) ObservationFromLocation(lat, lng, alt float64) Observation
Click to show internal directories.
Click to hide internal directories.