Class: VORuby::STC::V1_30::PlanetaryEphemType

Inherits:
Enumeration
  • Object
show all
Defined in:
lib/voruby/stc/1.30/stc.rb

Overview

If solar system positions are implied anywhere, the planetary ephemeris to be used needs to be provided - usually JPL-DE405 with ICRS and JPL-DE200 with FK5.

Instance Attribute Summary

Attributes inherited from Enumeration

#choices, #value

Class Method Summary collapse

Methods inherited from Enumeration

#==, #initialize, #to_s

Constructor Details

This class inherits a constructor from Enumeration

Class Method Details

.choicesObject



7210
# File 'lib/voruby/stc/1.30/stc.rb', line 7210

def self.choices; ['JPL-DE200', 'JPL-DE405'] end