struct

Predict::InternationalDesignator

Inherits Struct / Value / Object

Represents an International Designator for a satellite. Also known as a COSPAR designation or NSSDC ID.

Constructors

new(launch_year : Int32, launch_number : Int32, piece : String)
Source

Instance methods

launch_number

Incrementing launch number of that year that the satellite was launched on.

Source
launch_year

The Gregorian calendar year that the satellite was launched.

Source
piece

Sequential three letter code representing the piece of the launch.

Source