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

Finalized new tropospheric models introduction.

Fixes #498

Thanks to Bryan for the contribution!
parent 7f09d6da
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,9 @@
<contributor>
<name>Espen Bj&#248;rntvedt</name>
</contributor>
<contributor>
<name>Bryan Cazabonne</name>
</contributor>
<contributor>
<name>Paul Cefola</name>
</contributor>
......
......@@ -75,7 +75,7 @@ public class EstimatedTroposphericModel implements DiscreteTroposphericModel {
* @param totalDelay initial value for the tropospheric zenith total delay [m]
*/
public EstimatedTroposphericModel(final double t0, final double p0,
final MappingFunction model, final double totalDelay) {
final MappingFunction model, final double totalDelay) {
totalZenithDelay = new ParameterDriver(EstimatedTroposphericModel.TOTAL_ZENITH_DELAY,
totalDelay, FastMath.scalb(1.0, 0), 0.0, Double.POSITIVE_INFINITY);
......
......@@ -209,7 +209,8 @@ discrete events. Here is a short list of the features offered by the library:</p
<li>force model parameters estimation (drag coefficients, radiation pressure coefficients,
central attraction, maneuver thrust or flow rate)</li>
<li>measurements parameters estimation (biases, satellite clock offset, station clock offset,
station position, pole motion and rate, prime meridian correction and rate)</li>
station position, pole motion and rate, prime meridian correction and rate, total
zenith delay in tropospheric correction)</li>
</ul>
</li>
<li>multi-satellites orbit determination</li>
......@@ -271,7 +272,7 @@ discrete events. Here is a short list of the features offered by the library:</p
</li>
<li>Earth models
<ul>
<li>tropospheric delay (modified Saastamoinen)</li>
<li>tropospheric delay (modified Saastamoinen, Mendes-Pavlis, Vienna 1, Vienna 2, estimated, fixed)</li>
<li>tropospheric refraction correction angle (Recommendation ITU-R P.834-7 and Saemundssen's formula quoted by Meeus)</li>
<li>tropospheric model for laser ranging (Marini-Murray)</li>
<li>Klobuchar ionospheric model (including parsing α and β coefficients from University of Bern Astronomical Institute files)</li>
......
......@@ -186,7 +186,8 @@
* force model parameters estimation (drag coefficients, radiation pressure coefficients,
central attraction, maneuver thrust or flow rate)
* measurements parameters estimation (biases, satellite clock offset, station clock offset,
station position, pole motion and rate, prime meridian correction and rate)
station position, pole motion and rate, prime meridian correction and rate, total zenith
delay in tropospheric correction)
* multi-satellites orbit determination
* ground stations displacements due to solid tides
......@@ -240,7 +241,7 @@
* Earth models
* tropospheric delay (modified Saastamoinen)
* tropospheric delay (modified Saastamoinen, Mendes-Pavlis, Vienna 1, Vienna 2, estimated, fixed)
* tropospheric refraction correction angle (Recommendation ITU-R P.834-7 and Saemundssen's formula quoted by Meeus)
* tropospheric model for laser ranging (Marini-Murray)
* Klobuchar ionospheric model (including parsing α and β coefficients from University of Bern Astronomical Institute files)
......
......@@ -21,6 +21,14 @@
</properties>
<body>
<release version="TBD" date="TBD" description="TBD">
<action dev="bryan" type="add" issue="498">
Added several tropospheric models: Mendes-Pavlis, Vienna 1, Vienna 3, estimated model
where the total zenith delay can be estimated during Orbit Determination.
</action>
<action dev="bryan" type="add" issue="498">
Added Global Mapping Function and Niell Mapping Function to be used with tropospheric
models.
</action>
<action dev="luc" type="add" issue="515">
Added clock offset parameter at satellites level for orbit determination.
</action>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment