Class: VORuby::STC::V1_10::STC::DopplerDefinition

Inherits:
Enumeration
  • Object
show all
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

#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



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

def self.choices; ['OPTICAL', 'RADIO', 'RELATIVISTIC'] end