ruby-avm-library/lib/avm/coordinate_frame.rb
2011-03-16 15:32:50 -04:00

11 lines
160 B
Ruby

require 'avm/controlled_vocabulary'
module AVM
module CoordinateFrame
TERMS = %w{ICRS FK5 FK4 ECL GAL SGAL}
include ControlledVocabulary
end
end