Mise à jour de Satellite authored by Julien LEBLOND's avatar Julien LEBLOND
......@@ -176,4 +176,8 @@ Satellite satellite = new Satellite(propagator, finalDate, header);
* A [Propagator](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/propagation/Propagator.html), An [AbsoluteDate](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/time/AbsoluteDate.html) (finalDate of display), a [Header](Header), a path to a 3D model :
```Java
Satellite satellite = new Satellite(propagator, finalDate, header, model3DPath);
```
\ No newline at end of file
```
# Functions
displayOnlyOnePeriod() - void : Displays only one period of the satellite at a time during the simulation, for a clearer visual.
\ No newline at end of file