struct

Kozai::Passes::Pass

Inherits Struct < Value < Object

A single pass of a satellite over a station.

Times are UTC. Displaying them in local time is the browser's job; see Timescale for why.

Constructors

new(catalog_number : Int32, satellite_name : String | Nil, aos : Time, max : Time, los : Time, aos_angles : Frames::LookAngles, max_angles : Frames::LookAngles, los_angles : Frames::LookAngles, elements_age : Time::Span, clipped_start : Bool = false, clipped_end : Bool = false)
Source

Instance methods

aos

Acquisition of signal: when the satellite rises past the threshold.

Source
aos_angles

Look angles at acquisition.

Source
catalog_number

Catalog number of the satellite.

Source
clipped?

Whether the pass runs past either end of the search window.

Source
clipped_end?

Whether the pass was still in progress at the end of the search window.

Source
clipped_start?

Whether the pass was still in progress at the start of the search window.

Source
duration

How long the satellite is above the threshold.

Source
elements_age

Age of the element set at acquisition.

NOTE: reported on every pass, and surfaced by the API and the web interface, because it is the single most useful predictor of whether the numbers can be trusted. A pass computed from month-old elements looks exactly as confident as one computed from elements an hour old, and can be minutes and tens of degrees wrong.

Source
los

Loss of signal: when it drops back below the threshold.

Source
los_angles

Look angles at loss of signal.

Source
max

Culmination: when it is highest.

Source
max_angles

Look angles at culmination.

Source
max_elevation

Highest elevation reached, in degrees.

Source
satellite_name

Satellite name, if the element set carried one.

Source