Mise à jour de Satellite authored by Julien LEBLOND's avatar Julien LEBLOND
...@@ -127,7 +127,7 @@ These arguments can be used to build a satellite object : ...@@ -127,7 +127,7 @@ These arguments can be used to build a satellite object :
**timeList** - [List of Double](https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html) : This list contains all the double that separate the initial julian date to the current date. **timeList** - [List of Double](https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html) : This list contains all the double that separate the initial julian date to the current date.
\*\*absoluteDateList - [List of AbsoluteDate](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/time/AbsoluteDate.html) : This list contains all the Orekit absoluteDate objects that represents the different instants when the simulations takes place. **absoluteDateList** - [List of AbsoluteDate](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/time/AbsoluteDate.html) : This list contains all the Orekit absoluteDate objects that represents the different instants when the simulations takes place.
**Orientation** - [Orientation](Orientation)\*\* : The orientation object, defines the orientation in time of the satellite. **Orientation** - [Orientation](Orientation)\*\* : The orientation object, defines the orientation in time of the satellite.
... ...
......