Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Science and Engineering > Astronomy

    jplephem 0.1

    Download button

    No screenshots available
    Downloads: 161  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Brandon Rhodes | More programs
    MIT/X Consortium Lic... / FREE
    April 2nd, 2012, 02:58 GMT
    ROOT / Science and Engineering / Astronomy

     Read user reviews (0)  Refer to a friend  Subscribe

    jplephem description

    Package supporting JPL planetary ephemeris computations

    jplephem lets you consult a Jet Propulsion Laboratory ephemeris for the position and velocity of one of the planets, or the magnitude and rate-of-change of the Earth's nutation or the Moon's libration. To determine the position of Mars using the DE421 ephemeris, for example, you would start by installing two packages:

    pip install jplephem
    pip install de421


    Then you can compute positions using a script like this:

    import de421
    from jplephem import Ephemeris


    e = Ephemeris(de421)
    jed = 2444391.5 # 1980.06.01
    print e.compute('mars', jed)


    The result should be a tuple providing the object's position in the Solar System given in kilometers, as well as its velocity in kilometers per second:

    (x, y, z, xrate, yrate, zrate)

    The ephemerides currently available as Python packages (the following links explain the differences between them) are:

    - DE405 (May 1997)
    - DE406 (May 1997)
    - DE421 (February 2008)
    - DE422 (September 2009)
    - DE423 (February 2010)


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    JPL planetary | ephemeris computations | JPL | planetary | ephemeris

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM