Skip to content
Snippets Groups Projects
Commit 1bdeeea1 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Finalizing release 8.0 after successful vote by PMC.

parent f8e03ef5
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,8 @@ discrete events. Here is a short list of the features offered by the library:</p
<li>several predefined modifiers
<ul>
<li>tropospheric effects</li>
<li>antenna mounts</li>
<li>ionospheric effects</li>
<li>station offsets</li>
<li>biases</li>
<li>delays</li>
</ul>
......
......@@ -239,10 +239,12 @@ following lines at the start of your program:
DataProvidersManager manager = DataProvidersManager.getInstance();
manager.addProvider(new DirectoryCrawler(orekitData));
This zip file contains JPL DE 406 ephemerides from 1962 to 2069, IERS Earth orientation
parameters from 1973 to early 2016 with predicted date to mid-2016 (both IAU-1980
and IAU-2000), UTC-TAI history from 1972 to end of 2015, Marshall Solar Activity Future
Estimation from 1999 to 2016 and the Eigen 06S gravity field.
This zip file contains JPL DE 430 ephemerides from 1990
to 2069, IERS Earth orientation parameters from 1973
to June 2016 with predicted date to fall 2016 (both IAU-1980
and IAU-2000), UTC-TAI history from 1972 to end of 2016,
Marshall Solar Activity Futur Estimation from 1999 to mid 2016,
the Eigen 06S gravity field and the FES 2004 ocean tides model.
## Supported data types
......
......@@ -43,9 +43,9 @@ as required.
| package | link |
|----------|-----------------------------------------------------------------------------------------------------------|
| source | [orekit-8.0-sources.zip](https://www.orekit.org/forge/attachments/download/xxx/orekit-8.0-sources.zip) |
| binary | [orekit-8.0.jar](https://www.orekit.org/forge/attachments/download/xxx/orekit-8.0.jar) |
| javadoc | [orekit-8.0-javadoc.jar](https://www.orekit.org/forge/attachments/download/xxx/orekit-8.0-javadoc.jar) |
| source | [orekit-8.0-sources.zip](https://www.orekit.org/forge/attachments/download/611/orekit-8.0-sources.zip) |
| binary | [orekit-8.0.jar](https://www.orekit.org/forge/attachments/download/612/orekit-8.0.jar) |
| javadoc | [orekit-8.0-javadoc.jar](https://www.orekit.org/forge/attachments/download/613/orekit-8.0-javadoc.jar) |
version 8.0 downloads (release date: 2016-06-30)
| package | link |
......@@ -162,4 +162,4 @@ There are no guarantees that this file will be available indefinitely or that it
content will be updated. It should be considered as a simple configuration example.
Users are encouraged to set up their own configuration data.
The file is available by following this link: [orekit-data.zip](https://www.orekit.org/forge/attachments/download/600/orekit-data.zip).
The file is available by following this link: [orekit-data.zip](https://www.orekit.org/forge/attachments/download/610/orekit-data.zip).
......@@ -160,7 +160,7 @@ data for the IERS convention 2003, they have switched to IERS conventions 2010.
(EOP 05 C08 file) are still published. We advise then that you update these files regularly as
the IERS publish them.
Concerning UTC leap seconds, as of early 2016, the last one was introduced at the end of June 2015.
Concerning UTC leap seconds, as of mid 2016, the last one was introduced at the end of June 2015.
## Runtime errors
......
......@@ -158,7 +158,8 @@
* possibility to add custom measurements
* several predefined modifiers
* tropospheric effects
* antenna mounts
* ionospheric effects
* station offsets
* biases
* delays
* possibility to add custom measurement modifiers (even for predefined events)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment