struct

Predict::LookAngle

Inherits Struct / Value / Object

Struct containing a look angle consisting of azimuth, elevation and range.

Constructors

new(azimuth : Float64, elevation : Float64, range : Float64)
Source

Instance methods

azimuth

Azimuth (angle clockwise from north) in radians.

Source
elevation

Elevation (angle above the horizon) in radians

Source
range

Range to the satellite in km.

Source