Skip to content

Commit

Permalink
Merge pull request #26 from CS-SI/master
Browse files Browse the repository at this point in the history
Revert to 9.0 release version
  • Loading branch information
petrushy authored Sep 1, 2017
2 parents cb146cf + e11b2b0 commit 6b8b769
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 24 deletions.
33 changes: 14 additions & 19 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
Bruno Revelin <[email protected]> <[email protected]>
Evan Ward <[email protected]> <[email protected]>
Evan Ward <[email protected]> <[email protected]>
Fabien Maussion <[email protected]> <[email protected]>
Francesco Rocca <[email protected]> <>
Luc Maisonobe <[email protected]> <[email protected]>
Luc Maisonobe <[email protected]> <[email protected]>
Luc Maisonobe <[email protected]> <[email protected]>
Pascal Parraud <[email protected]> <[email protected]>
Romain di Costanzo <[email protected]> <[email protected]>
Steven <[email protected]> <[email protected]>
Thierry Ceolin <[email protected]> <[email protected]>
Thierry Ceolin <[email protected]> <[email protected]>
Thomas Neidhart <[email protected]> <[email protected]>
Véronique Pommier-Maurussane <[email protected]> <[email protected]>
Maxime Journot <[email protected]> <[email protected]>
Andrea Antolino <[email protected]> <[email protected]>
Joris Olympio <[email protected]> <[email protected]>
Nicolas Bernard <[email protected]> <[email protected]>
Bruno Revelin <[email protected]> Bruno Revelin <[email protected]>
Evan Ward <[email protected]> Evan Ward <[email protected]>
Evan Ward <[email protected]> Evan Ward <[email protected]>
Fabien Maussion <[email protected]> Fabien Maussion <[email protected]>
Francesco Rocca <[email protected]> Francesco Rocca <>
Luc Maisonobe <[email protected]> Luc Maisonobe <[email protected]>
Luc Maisonobe <[email protected]> Luc Maisonobe <[email protected]>
Luc Maisonobe <[email protected]> Luc Maisonobe <[email protected]>
Pascal Parraud <[email protected]> Pascal Parraud <[email protected]>
Romain di Costanzo <[email protected]> rdicosta <[email protected]>
Steven <[email protected]> Steven <[email protected]>
Thierry Ceolin <[email protected]> Thierry Ceolin <[email protected]>
Thomas Neidhart <[email protected]> Thomas Neidhart <[email protected]>
Véronique Pommier-Maurussane <[email protected]> Véronique Pommier-Maurussane <[email protected]>
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<project name="orekit" default="jar" basedir=".">

<property name="project.version" value="9.1-SNAPSHOT" />
<property name="project.version" value="9.0" />

<property name="src.dir" location="src" />
<property name="main.src.dir" value="${src.dir}/main/java" />
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.orekit</groupId>
<artifactId>orekit</artifactId>
<packaging>jar</packaging>
<version>9.1-SNAPSHOT</version>
<version>9.0</version>
<name>ORbit Extrapolation KIT</name>
<url>http://www.orekit.org/</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import java.util.List;

import org.hipparchus.geometry.euclidean.threed.Vector3D;
import org.orekit.errors.OrekitException;
import org.orekit.estimation.measurements.EstimatedMeasurement;
import org.orekit.estimation.measurements.EstimationModifier;
import org.orekit.estimation.measurements.InterSatellitesRange;
Expand Down Expand Up @@ -72,6 +73,7 @@ public void modify(final EstimatedMeasurement<InterSatellitesRange> estimated) {

/** Apply a modifier to an estimated measurement in the one-way case.
* @param estimated estimated measurement to modify
* @exception OrekitException if modifier cannot be applied
*/
private void modifyOneWay(final EstimatedMeasurement<InterSatellitesRange> estimated) {

Expand Down Expand Up @@ -114,6 +116,7 @@ private void modifyOneWay(final EstimatedMeasurement<InterSatellitesRange> estim

/** Apply a modifier to an estimated measurement in the two-way case.
* @param estimated estimated measurement to modify
* @exception OrekitException if modifier cannot be applied
*/
private void modifyTwoWay(final EstimatedMeasurement<InterSatellitesRange> estimated) {

Expand Down
4 changes: 1 addition & 3 deletions src/site/xdoc/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
<title>Orekit Changes</title>
</properties>
<body>
<release version="9.1" date="TBD" description="TBD">
</release>
<release version="9.0" date="2017-07-26"
description="Version 9.0 is a major release of Orekit. It introduces several new
features and bug fixes. New features introduced in version 9.0 are Taylor algebra
Expand All @@ -30,7 +28,7 @@
parametric accelerations (polynomial and harmonic), turn-around measurements,
inter-satellite range measurements, rigth ascension/declination measurements,
Antenna Phase Center measurements modifiers, EOP estimation in precise orbit
determination, orbit to attitude coupling in partial derivatives, parsing of CCSDS
determination, orbit to attitude coupling in partial derivatives, parsing of CCSDM
Tracking Data Messages, parsing of university of Bern Astronomical Institute files
for Klobuchar coefficients, ITRF 2014, preservation of non-Keplerian orbits derivatives,
JB2008 atmosphere model, NRL MSISE 2000 atmosphere model, boolean combination of events
Expand Down

0 comments on commit 6b8b769

Please sign in to comment.