Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
Orekit
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
34
Issues
34
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Orekit
Orekit
Commits
62045aa7
Commit
62045aa7
authored
Dec 13, 2013
by
Luc Maisonobe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 6.1!
parent
530ad2f4
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
63 additions
and
31 deletions
+63
-31
pom.xml
pom.xml
+1
-1
configuration.apt
src/site/apt/configuration.apt
+25
-25
downloads.apt
src/site/apt/downloads.apt
+14
-3
faq.fml
src/site/fml/faq.fml
+2
-1
changes.xml
src/site/xdoc/changes.xml
+21
-1
No files found.
pom.xml
View file @
62045aa7
...
...
@@ -5,7 +5,7 @@
<groupId>
org.orekit
</groupId>
<artifactId>
orekit
</artifactId>
<packaging>
bundle
</packaging>
<version>
6.1
-SNAPSHOT
</version>
<version>
6.1
</version>
<name>
ORbit Extrapolation KIT
</name>
<url>
http://www.orekit.org/
</url>
...
...
src/site/apt/configuration.apt
View file @
62045aa7
This diff is collapsed.
Click to expand it.
src/site/apt/downloads.apt
View file @
62045aa7
...
...
@@ -41,6 +41,17 @@ Downloads
with groupID org.orekit and artifactId orekit, so maven internal mechanism
will download automatically all artifacts and dependencies as required.
*----------*--------------------------------------------------------*
| package | link |
*----------*--------------------------------------------------------*
| source | {{{https://www.orekit.org/forge/attachments/download/401/orekit-6.1-sources.zip}orekit-6.1-sources.zip}} |
*----------*--------------------------------------------------------*
| binary | {{{https://www.orekit.org/forge/attachments/download/402/orekit-6.1.jar}orekit-6.1.jar}} |
*----------*--------------------------------------------------------*
| javadoc | {{{https://www.orekit.org/forge/attachments/download/403/orekit-6.1-javadoc.jar}orekit-6.1-javadoc.jar}} |
*----------*--------------------------------------------------------*
version 6.1 downloads (release date: 2013-12-13)
*----------*--------------------------------------------------------*
| package | link |
*----------*--------------------------------------------------------*
...
...
@@ -140,8 +151,8 @@ version 3.1 downloads (release date: 2008-07-16)
** leap seconds data up to 2013,
** IERS Earth orientation parameters from 1973 to e
arly
2013
with predicted date to 2014 for some parameters (both IAU-1980 and IAU-2000),
** IERS Earth orientation parameters from 1973 to e
nd
2013
with predicted date to
early
2014 for some parameters (both IAU-1980 and IAU-2000),
** Marshall Solar Activity Futur Estimation from 1999 to 2013,
...
...
@@ -153,4 +164,4 @@ version 3.1 downloads (release date: 2008-07-16)
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: {{{https://www.orekit.org/forge/attachments/download/
355
/orekit-data.zip}orekit-data.zip}}.
The file is available by following this link: {{{https://www.orekit.org/forge/attachments/download/
400
/orekit-data.zip}orekit-data.zip}}.
src/site/fml/faq.fml
View file @
62045aa7
...
...
@@ -133,6 +133,7 @@
Orekit 5.0 depends on version 2.1 of Apache Commons Math.
Orekit 5.0.3 depends on version 2.2 of Apache Commons Math.
Orekit 6.0 depends on version 3.2 of Apache Commons Math.
Orekit 6.1 depends on version 3.2 of Apache Commons Math.
</p>
</answer>
</faq>
...
...
@@ -156,7 +157,7 @@
the IERS publish them.
</p>
<p>
Concerning UTC leap seconds, as of e
arly
2013, the last one was introduced at the end of June 2012.
Concerning UTC leap seconds, as of e
nd
2013, the last one was introduced at the end of June 2012.
</p>
</answer>
</faq>
...
...
src/site/xdoc/changes.xml
View file @
62045aa7
...
...
@@ -20,7 +20,27 @@
<title>
Orekit Changes
</title>
</properties>
<body>
<release
version=
"6.1"
date=
"TBD"
description=
"TBD"
>
<release
version=
"6.1"
date=
"2013-12-13"
description=
"Version 6.1 is a minor release of Orekit. It introduces several new
features and bug fixes. The most important features introduced in version 6.1
are solid tides force model, including pole tide at user choice, and following
either IERS 1996, IERS 2003 or IERS 2010 conventions ; ocean tides force model,
including pole tide at user choice, loading a user provided model ; simultaneous
support for IERS 1996, 2003 and 2010 for frames definition, which is very
important to support legacy systems and to convert coordinates between older and
newer reference systems ; greatly improved accuracy of celestial/terrestrial
frames transforms (we are now at sub-micro arcsecond level for IERS 2003/2010,
both with equinox based and Non-Rotating Origin, at a sub-milli arcseconds for
IERS 1996, both with equinox based and Non-Rotating Origin) ; classical
equinox-based paradigm and new non-rotating origin paradigm for inertial and
terrestrial frames are now supported with all IERS conventions ; automatic
conversion of IERS Earth Orientation Paramters from equinoxial to non-rotating
paradigm ; support for CCSDS Orbit Data Message ; improved API for events,
allowing separation of event detection and event handling (the older API is still
available for compatibility) ; merged all the elevation related events, allowing
to use both refraction model and antenna mask at the same time if desired ;
new attitude mode based on interpolation on a table. Numerous bugs were also fixed.
Version 6.1 depends on version 3.2 of Apache commons math."
>
<action
dev=
"luc"
type=
"fix"
>
Reduced number of calls to the g function in event detectors.
Fixes issue #108.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment