Main differences between V2.0.1 and V2.1 : Différence entre versions

De Wiki
Aller à : navigation, rechercher
(Page créée avec « == New Time scales == If the default mode is the same than for the previous versions, it is now possible to customize the time scales menu of the [{{PathCurrentJavaDoc}}/... »)
 
(New Time scales)
Ligne 1 : Ligne 1 :
 +
== Compatibility with PATRIUS ==
 +
 +
This version is compatible with the version 4.4 of the [http://patrius.cnes.fr PATRIUS] library.
 +
 
== New Time scales ==
 
== New Time scales ==
  
If the default mode is the same than for the previous versions, it is now possible to customize the time scales menu of the [{{PathCurrentJavaDoc}}/fr/cnes/genopus/time/GPAbsoluteDate.html GPAbsoluteDate] widget and thus to add these additional scales (as available inside the [http://patrius.cnes.fr PATRIUS] library).
+
If the default mode is the same than for the previous versions, it is now possible to customize the time scales menu of the [{{PathCurrentJavaDoc}}/fr/cnes/genopus/time/GPAbsoluteDate.html GPAbsoluteDate] widget and thus to add these additional scales (as available inside the [http://patrius.cnes.fr PATRIUS] library) as in the example below:
 +
 
 +
<syntaxhighlight lang="java">
 +
ts[0] = GPDateTimeScale.GMST;
 +
ts[1] = GPDateTimeScale.GST;
 +
ts[2] = GPDateTimeScale.TCG;
 +
ts[3] = GPDateTimeScale.UTC;
 +
gpDate = new GPAbsoluteDate("Date:", date0, ts);
 +
</syntaxhighlight>
 +
 
 +
== New maneuvers trigerring criteriae ==
 +
 
 +
TBW ...
 +
 
 +
== Impulsive maneuvers with orbital parameters criteriae ==
 +
 
 +
TBW ...
 +
 
 +
== Recurrent date events ==
 +
 
 +
TBW …
 +
 
 +
== New widget for numerical integrators definition ==
 +
 
 +
TBW ...
 +
 
 +
== Additional validity criteria on PRS coefficients ==
 +
 
 +
Besides validity interval of [0,1] for each coefficient, there is an additional test on the sum of the three coefficients (absorption, specular and diffuse) that must be equal to 1.
 +
 
 +
== Best management of consistency between force model and vehicle panels ==
 +
 
 +
TBW …
 +
 
 +
== By default attitude law ==
 +
 
 +
TBW ...
 +
 
 +
 
 +
 
 +
== New autonomous tool to work on orbit data ==
 +
 
 +
TBW …

Version du 19 septembre 2019 à 15:39

Compatibility with PATRIUS

This version is compatible with the version 4.4 of the PATRIUS library.

New Time scales

If the default mode is the same than for the previous versions, it is now possible to customize the time scales menu of the GPAbsoluteDate widget and thus to add these additional scales (as available inside the PATRIUS library) as in the example below:

ts[0] = GPDateTimeScale.GMST;
ts[1] = GPDateTimeScale.GST;
ts[2] = GPDateTimeScale.TCG;
ts[3] = GPDateTimeScale.UTC;
gpDate = new GPAbsoluteDate("Date:", date0, ts);

New maneuvers trigerring criteriae

TBW ...

Impulsive maneuvers with orbital parameters criteriae

TBW ...

Recurrent date events

TBW …

New widget for numerical integrators definition

TBW ...

Additional validity criteria on PRS coefficients

Besides validity interval of [0,1] for each coefficient, there is an additional test on the sum of the three coefficients (absorption, specular and diffuse) that must be equal to 1.

Best management of consistency between force model and vehicle panels

TBW …

By default attitude law

TBW ...


New autonomous tool to work on orbit data

TBW …