Class: VORuby::STC::V1_10::STC::DopplerDefinition
- Inherits:
-
Enumeration
- Object
- Enumeration
- VORuby::STC::V1_10::STC::DopplerDefinition
- Defined in:
- lib/voruby/stc/1.10/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
1314 |
# File 'lib/voruby/stc/1.10/stc.rb', line 1314 def self.choices; ['OPTICAL', 'RADIO', 'RELATIVISTIC'] end |