JDEread Code
Brought to you by:
astrocalendar,
peterhri
File | Date | Author | Commit |
---|---|---|---|
JDEread | 2011-07-04 |
![]() |
[0a5bb2] Initial commit. |
JDEtest | 2011-07-04 |
![]() |
[0a5bb2] Initial commit. |
JDEtestb | 2011-07-04 |
![]() |
[0a5bb2] Initial commit. |
gpl.txt | 2011-07-04 |
![]() |
[0a5bb2] Initial commit. |
lgpl.txt | 2011-07-04 |
![]() |
[0a5bb2] Initial commit. |
readme.html | 2011-07-04 |
![]() |
[0a5bb2] Initial commit. |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <h2>Description of project:</h2> <p>The JAVA library JDEread is designed to read any published JPL DE/LE ephemerides and to calculated the position and velocity of the Sun, Moon, eight major planets and Pluto, also the earth nutations and the lunar librations if they are part of the ephemeris.</p> <h2>License:</h2> <p>Copyright (C) 2009, 2011 Peter Hristozov. All rights reserved.</p> <p>JDEread is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p> <p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.</p> <p>You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.</p> <h2>Files and folders:</h2> <dl> <dt>JDEread.jar</dt> <dd>Compiled JAVA library JDEread ready for use in other projects.</dd> <dt>JDEtest.jar</dt> <dd>Sample test program which reproduces the original JPL TESTEPH using test examples computed from the original JPL ephemeris.<br> To run the project from the command line, go to the dist folder and type the following: java -jar JDEtest.jar</dd> <dt>JDEtestb.jar</dt> <dd>Sample test program for library JDEread that calculates position and velocity of all planets, Moon, Sun, earth nutation and the lunar librations for one date and each selected JPL planetary ephemeris version.<br> To run the project from the command line, go to the dist folder and type the following: java -jar JDEtestb.jar</dd> <dt>\JDEread</dt> <dd>Folder containing the source code for JAVA library JDEread.</dd> <dt>\JDEtest</dt> <dd>Folder containing the source code for sample test program JDEtest.</dd> <dt>\JDEtestb</dt> <dd>Folder containing the source code for sample test program JDEtestb.</dd> <dt>\doc</dt> <dd>Folder containing the documentation for library JDEread. Documentation starting from the file index.html.</dd> <dt>gpl.txt, lgpl.txt</dt> <dd>GNU licenses.</dd> </dl> <h2>Versions of project:</h2> <dl> <dt>V 1.3 / 2011 Jun 15</dt> <dd>New class for ephemerides DE422. Acceleration of the method for reading ASCII files. Bug and style fixes.</dd> <dt>V 1.2 / 2010 May 24</dt> <dd>New class for ephemerides DE423 and test programs for this ephemerids.<dd> <dt>V 1.1 / 2009 May 10</dt> <dd>Compiled, interactive versions of the test programs for library JDEread.</dd> <dt>V 1.0 / 2009 March 08</dt> <dd>First realization.</dd> </dl> <h2>References:</h2> <p>JPL Planetary and Lunar Ephemerides: "ftp://ssd.jpl.nasa.gov/pub/eph/planets/"</p> </body> </html>