Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Orekit Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Orekit
Orekit Website
Commits
706b5c28
Commit
706b5c28
authored
2 years ago
by
Bryan Cazabonne
Browse files
Options
Downloads
Patches
Plain Diff
Announced release 11.2.
parent
99f38b50
No related branches found
No related tags found
No related merge requests found
Pipeline
#2156
failed
2 years ago
Stage: build
Stage: deploy
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
_posts/2022-06-20-orekit-11.2-released.md
+31
-0
31 additions, 0 deletions
_posts/2022-06-20-orekit-11.2-released.md
img/overview.odp
+0
-0
0 additions, 0 deletions
img/overview.odp
img/overview.png
+0
-0
0 additions, 0 deletions
img/overview.png
overview.html
+13
-3
13 additions, 3 deletions
overview.html
with
44 additions
and
3 deletions
_posts/2022-06-20-orekit-11.2-released.md
0 → 100644
+
31
−
0
View file @
706b5c28
---
title
:
"
Orekit
11.2
released"
excerpt
:
"
Version
11.2
is
a
minor
release
of
Orekit
which
introduces
new
features
and
bug
fixes."
layout
:
post_orekit
publication_year
:
2022
date
:
2022-06-20 10:00:00 +0200
modified
:
2022-06-20 10:00:00 +0200
project
:
orekit
categories
:
-
News
tags
:
-
news
-
release
---
Version 11.2 is a minor release of Orekit.
Highlights in the 11.2 release are:
*
the Hatch Filter for GNSS measurements smoothing
*
the parsing and writing of CCSDS CDM in both KVN and XML formats
*
the parsing of SOLFSMY and DTC data for JB2008 atmospheric model
*
the parsing of EOP in Sinex files
*
new measurements for orbit determination: TDOA, bi-static range and range rate
*
support for ITRF 2020 version
*
the computation of mean orbital parameters in the sense of Eckstein-Hechler or Brouwer-Lyddane models.
*
the J2-relativistic clock offset for GNSS measurements
*
an update of the CCSDS ODM v3 format
*
an improvement of the frame transformation
This version depends on Hipparchus 2.1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
img/overview.odp
+
0
−
0
View file @
706b5c28
No preview for this file type
This diff is collapsed.
Click to expand it.
img/overview.png
+
0
−
0
View replaced file @
99f38b50
View file @
706b5c28
31.1 KiB
|
W:
|
H:
31 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
overview.html
+
13
−
3
View file @
706b5c28
...
...
@@ -93,7 +93,7 @@ layout: default_orekit
<ul>
<li>
frames hierarchy supporting fixed and time-dependent (or
telemetry-dependent) frames
</li>
<li>
predefined frames (EME2000/J2000, ICRF, GCRF, all ITRF from 1988 to 20
14
<li>
predefined frames (EME2000/J2000, ICRF, GCRF, all ITRF from 1988 to 20
20
and intermediate frames, TOD, MOD, GTOD and TEME frames, Veis,
topocentric, tnw and qsw local orbital frames, Moon, Sun, planets, solar
system barycenter, Earth-Moon barycenter, ecliptic)
</li>
...
...
@@ -345,6 +345,8 @@ layout: default_orekit
<li>
position
</li>
<li>
inter-satellites range (one way and two way)
</li>
<li>
inter-satellites GNSS phase
</li>
<li>
Time Difference of Arrival (TDOA)
</li>
<li>
Bi-static range and range rate
</li>
<li>
GNSS code
</li>
<li>
GNSS phase with integer ambiguity resolution and wind-up effect
</li>
<li>
multiplexed
</li>
...
...
@@ -356,7 +358,7 @@ layout: default_orekit
<ul>
<li>
tropospheric effects
</li>
<li>
ionospheric effects
</li>
<li>
clock relativistic effects
</li>
<li>
clock relativistic effects
(including J2 correction)
</li>
<li>
station offsets
</li>
<li>
biases
</li>
<li>
delays
</li>
...
...
@@ -393,7 +395,8 @@ layout: default_orekit
<li>
parsing of IGS SSR messages for all constellations (version 1)
</li>
<li>
parsing of RTCM messages
</li>
<li>
implementation of Ntrip protocol
</li>
<li>
loading of SINEX station file
</li>
<li>
loading of SINEX file (can load station positions, eccentricities and EOPs)
</li>
<li>
Hatch filters for GNSS measurements smoothing
</li>
</ul>
<h2>
Orbit file handling
</h2>
...
...
@@ -414,6 +417,7 @@ layout: default_orekit
Harris-Priester and simple exponential models), and Marshall solar
Activity Future Estimation, optionally with lift component
</li>
<li>
support for CSSI space weather data
</li>
<li>
support for SOLFSMY and DTC data for JB2008 atmospheric model
</li>
<li>
tropospheric delay (modified Saastamoinen, estimated, fixed)
</li>
<li>
tropospheric mapping functions (Vienna 1, Vienna 3, Global, Niell)
</li>
<li>
tropospheric refraction correction angle (Recommendation ITU-R P.834-7
...
...
@@ -432,6 +436,12 @@ layout: default_orekit
<li>
sampling of zones of interest as grids of points
</li>
</ul>
<h2>
Collisions
</h2>
<ul>
<li>
loading and writing of CCSDS Conjunction Data Messages (CDM in both KVN and XML formats)
</li>
</ul>
<h2>
Customizable data loading
</h2>
<ul>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment