module EphBpn

Constants

VERSION

Public Class Methods

new(arg) click to toggle source
# File lib/eph_bpn.rb, line 9
def self.new(arg)
  arg ||= Time.now.strftime("%Y%m%d%H%M%S")
  tdb = EphBpn::Argument.new(arg).get_tdb
  return unless tdb
  return EphBpn::Ephemeris.new(tdb)
end