enum

Kozai::Illumination::Category

Inherits Enum < Comparable < Value < Object

How a pass reads to somebody hoping to see it.

Constants

Visual = 0

Sunlit satellite, dark sky: worth going outside for.

Daylight = 1

The sky over the station is too bright, whatever the satellite is doing.

Eclipsed = 2

Dark enough at the station, but the satellite is in the Earth's shadow for the whole pass.

Instance methods

daylight?

Returns true if this enum value equals Daylight

Source
eclipsed?

Returns true if this enum value equals Eclipsed

Source
to_json_name

The lower-case name used in the API.

Source
visual?

Returns true if this enum value equals Visual

Source