Class: VORuby::STC::V1_30::PlanetaryEphemType
- Inherits:
-
Enumeration
- Object
- Enumeration
- VORuby::STC::V1_30::PlanetaryEphemType
- 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
Class Method Summary collapse
Methods inherited from Enumeration
Constructor Details
This class inherits a constructor from Enumeration
Class Method Details
.choices ⇒ Object
7210 |
# File 'lib/voruby/stc/1.30/stc.rb', line 7210 def self.choices; ['JPL-DE200', 'JPL-DE405'] end |