struct Predict::LookAngle

Overview

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

Defined in:

predict/coordinates.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(azimuth : Float64, elevation : Float64, range : Float64) #

[View source]

Instance Method Detail

def azimuth : Float64 #

Azimuth (angle clockwise from north) in radians.


[View source]
def elevation : Float64 #

Elevation (angle above the horizon) in radians


[View source]
def range : Float64 #

Range to the satellite in km.


[View source]