Class: VORuby::STC::V1_30::DopplerDefinitionType
- Inherits:
-
Enumeration
- Object
- Enumeration
- VORuby::STC::V1_30::DopplerDefinitionType
- Defined in:
- lib/voruby/stc/1.30/stc.rb
Overview
The Doppler definition used: optical, radio, or pseudo-relativistic (i.e., how is a redshift converted to a velocity); the most common is optical, except when the reference is LSR (usually radio).
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
7839 |
# File 'lib/voruby/stc/1.30/stc.rb', line 7839 def self.choices; ['OPTICAL', 'RADIO', 'RELATIVISTIC'] end |