struct Predict::InternationalDesignator

Overview

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

Defined in:

predict/tle.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(launch_year : Int32, launch_number : Int32, piece : String) #

[View source]

Instance Method Detail

def launch_number : Int32 #

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


[View source]
def launch_year : Int32 #

The Gregorian calendar year that the satellite was launched.


[View source]
def piece : String #

Sequential three letter code representing the piece of the launch.


[View source]