Class: VORuby::STC::V1_10::STC::PlanetaryEphem

Inherits:
Enumeration
  • Object
show all
Defined in:
lib/voruby/stc/1.10/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



669
# File 'lib/voruby/stc/1.10/stc.rb', line 669

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