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

moved an item up in a bulleted list

parent 209078f9
No related branches found
No related tags found
No related merge requests found
......@@ -86,18 +86,15 @@ Overview
* multiple maneuvers
* handling of discrete events during integration
(models changes, G-stop, simple notifications ...)
* state of the art ODE integrators (adaptive stepsize with error control,
continuous output, switching functions, G-stop, step normalization ...)
* can be used in slave mode (propagator is driven by calling application),
master mode (propagator drives application callback functions) or batch mode
(all intermediate results are stored during integration and provided back to
the application which can navigate at will through them, effectively using
the numerically propagated orbit as if it was computed by analytical model,
this is ideal for search and iterative algorithms)
master mode (propagator drives application callback functions) or ephemeris
generation mode (all intermediate results are stored during integration and
provided back to the application which can navigate at will through them,
effectively using the numerically propagated orbit as if it was computed by
an analytical model, this is ideal for search and iterative algorithms)
* serialization mechanism to store complete results on persistent storage for
later use
......@@ -113,6 +110,9 @@ Overview
* unified interface above analytical/numerical/tabulated propagators for easy
switch from coarse analysis to fine simulation with one line change
* handling of discrete events during integration
(models changes, G-stop, simple notifications ...)
** Attitude
* extensible attitude evolution models
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment