module EphJpl
Constants
- VERSION
Public Class Methods
new(*args)
click to toggle source
# File lib/eph_jpl.rb, line 8 def self.new(*args) bin_path, target, center, jd, km = Argument.new(*args).get_args bin = Binary.new(bin_path, target, center, jd).get_binary return EphJpl::Ephemeris.new(target, center, jd, bin, km) end