From 56de921ecabd0d445b82f6ba1ce741c36448bd80 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe <luc@orekit.org> Date: Tue, 15 Jan 2019 11:13:38 +0100 Subject: [PATCH] documented availability of GPT and GPT2 models. --- src/main/java/org/orekit/overview.html | 1 + src/site/markdown/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/java/org/orekit/overview.html b/src/main/java/org/orekit/overview.html index 70561f532..3cb626a70 100644 --- a/src/main/java/org/orekit/overview.html +++ b/src/main/java/org/orekit/overview.html @@ -276,6 +276,7 @@ discrete events. Here is a short list of the features offered by the library:</p <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> + <li>Global Pression and Temperature models (GPT and GPT2)</li> <li>geomagnetic field (WMM, IGRF)</li> <li>geoid model from any gravity field</li> <li>displacement of ground points due to tides</li> diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index e11b76d10..10cd21f08 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -245,6 +245,7 @@ * 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) + * Global Pression and Temperature models (GPT and GPT2) * geomagnetic field (WMM, IGRF) * geoid model from any gravity field * displacement of ground points due to tides -- GitLab