diff --git a/build.xml b/build.xml index c278bca1fc..8f0f7a7172 100644 --- a/build.xml +++ b/build.xml @@ -2,66 +2,66 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - + + diff --git a/src/main/java/org/orekit/overview.html b/src/main/java/org/orekit/overview.html index d0dce88b64..9c814989c6 100644 --- a/src/main/java/org/orekit/overview.html +++ b/src/main/java/org/orekit/overview.html @@ -70,6 +70,7 @@

2. Features

  • cartesian, elliptical Keplerian, circular and equinoctial parameters, with non-Keplerian derivatives if available
  • Two-Line Elements (TLE)
  • +
  • Two-Line Elements generation using Fixed-Point algorithm or Least Squares Fitting
  • transparent conversion between all parameters
  • automatic binding with frames
  • attitude state and derivative
  • @@ -85,6 +86,7 @@

    2. Features

  • covariance extrapolation using a Keplerian model
  • covariance frame transformation (inertial, Earth fixed, and local orbital frames)
  • covariance type transformation (cartesian, keplerian, circular, and equinoctial)
  • +
  • covariance interpolation based on the blending model
  • Maneuvers @@ -139,7 +141,7 @@

    2. Features

    • central attraction
    • gravity models
    • -
    • J2-squared effect
    • +
    • J2-squared effect (Zeis model)
    • atmospheric drag
    • third body attraction
    • radiation pressure with eclipse
    • @@ -368,6 +370,7 @@

      2. Features

    • loading of SEM and YUMA files for GPS constellation
    • exporting of ephemeris in CCSDS OEM and OCM file formats
    • loading of ILRS CPF orbit files
    • +
    • exporting of ephemeris in STK format
  • Earth models diff --git a/src/site/markdown/downloads.md.vm b/src/site/markdown/downloads.md.vm index 0fe1fd7f97..495af8a36c 100644 --- a/src/site/markdown/downloads.md.vm +++ b/src/site/markdown/downloads.md.vm @@ -45,7 +45,7 @@ with groupID org.orekit and artifactId orekit so maven internal mechanism will download automatically all artifacts and dependencies as required. -#set ( $versions = {"11.3.3": "2023-06-30", "11.3.2": "2023-02-17", "11.3.1": "2022-12-24", "11.3": "2022-10-25", "11.2.1": "2022-08-01", "11.2": "2022-06-20", "11.1.2": "2022-04-27", "11.1.1": "2022-03-17", "11.1": "2022-02-14", "11.0.2": "2021-11-24", "11.0.1": "2021-10-22", "11.0": "2021-09-20", "10.3.1": "2021-06-16", "10.3": "2020-12-21", "10.2": "2020-07-14", "10.1": "2020-02-19", "10.0": "2019-06-24", "9.3.1": "2019-03-16", "9.3": "2019-01-25", "9.2": "2018-05-26","9.1": "2017-11-26","9.0.1": "2017-11-03","9.0": "2017-07-26","8.0.1": "2017-11-03","8.0": "2016-06-30","7.2.1": "2017-11-03","7.2": "2016-04-05","7.1": "2016-02-07","7.0": "2015-01-11","6.1": "2013-12-13","6.0": "2013-04-23","5.0.3": "2011-07-13","5.0.2": "2011-07-11","5.0.1": "2011-04-18"} ) +#set ( $versions = {"12.0": "2023-11-05", "11.3.3": "2023-06-30", "11.3.2": "2023-02-17", "11.3.1": "2022-12-24", "11.3": "2022-10-25", "11.2.1": "2022-08-01", "11.2": "2022-06-20", "11.1.2": "2022-04-27", "11.1.1": "2022-03-17", "11.1": "2022-02-14", "11.0.2": "2021-11-24", "11.0.1": "2021-10-22", "11.0": "2021-09-20", "10.3.1": "2021-06-16", "10.3": "2020-12-21", "10.2": "2020-07-14", "10.1": "2020-02-19", "10.0": "2019-06-24", "9.3.1": "2019-03-16", "9.3": "2019-01-25", "9.2": "2018-05-26","9.1": "2017-11-26","9.0.1": "2017-11-03","9.0": "2017-07-26","8.0.1": "2017-11-03","8.0": "2016-06-30","7.2.1": "2017-11-03","7.2": "2016-04-05","7.1": "2016-02-07","7.0": "2015-01-11","6.1": "2013-12-13","6.0": "2013-04-23","5.0.3": "2011-07-13","5.0.2": "2011-07-11","5.0.1": "2011-04-18"} ) #foreach( $version in $versions.entrySet() ) | package | link | diff --git a/src/site/markdown/faq.md b/src/site/markdown/faq.md index b332164d3d..c428f217dc 100644 --- a/src/site/markdown/faq.md +++ b/src/site/markdown/faq.md @@ -152,6 +152,7 @@ Math to Hipparchus Orekit 11.3.1 | Hipparchus 2.3 Orekit 11.3.2 | Hipparchus 2.3 Orekit 11.3.3 | Hipparchus 2.3 + Orekit 12.0 | Hipparchus 3.0 ### Maven failed to compile Orekit and complained about a missing artifact. diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 790a2b9fb4..fbcdcb81a8 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -54,6 +54,7 @@ * Cartesian, Keplerian (elliptic, parabolic, hyperbolic), circular and equinoctial parameters, with non-Keplerian derivatives if available * Two-Line Elements (TLE) + * Two-Line Elements generation using Fixed-Point algorithm or Least Squares Fitting * transparent conversion between all parameters * automatic binding with frames * attitude state and derivative @@ -68,6 +69,7 @@ * covariance extrapolation using a Keplerian model * covariance frame transformation (inertial, Earth fixed, and local orbital frames) * covariance type transformation (cartesian, keplerian, circular, and equinoctial) + * covariance interpolation based on the blending model * Maneuvers @@ -109,7 +111,7 @@ * semi-analytical propagation model (DSST) * central attraction * gravity models - * J2-squared effect + * J2-squared effect (Zeis model) * atmospheric drag * third body attraction * radiation pressure with eclipses @@ -292,6 +294,7 @@ * loading of SEM and YUMA files for GPS constellation * exporting of ephemeris in CCSDS OEM and OCM file formats * loading of ILRS CPF orbit files + * exporting of ephemeris in STK format * Earth models