« Basic principle » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 3 : | Ligne 3 : | ||
So, the developer will have to: | So, the developer will have to: | ||
# Initialize a <font color=#556B2F>'''GENTLEMAN'''</font> propagator. | # Initialize a <font color=#556B2F>'''GENTLEMAN'''</font> propagator (see [[API_propagation|here]]). | ||
# Execute the propagation to store the output in a spacecraft list. | # Execute the propagation to store the output in a spacecraft list. | ||
# Initialize a <font color=#556B2F>'''GENTLEMAN'''</font> object. | # Initialize a <font color=#556B2F>'''GENTLEMAN'''</font> object [{{PathCurrentJavaDoc}}/fr/cnes/dynvol/gentleman/calc/data/tle/GtmObjectData.html GtmObjectData] see [[API_data|here]]. | ||
# Initialize a [{{PathCurrentJavaDoc}}/fr/cnes/dynvol/gentleman/calc/tles/GtmBuilder.html GtmBuilder] builder object. | # Initialize a <font color=#556B2F>'''GENTLEMAN'''</font> [{{PathCurrentJavaDoc}}/fr/cnes/dynvol/gentleman/calc/tles/GtmBuilder.html GtmBuilder] builder object. | ||
# Call the needed method of the builder object. | # Call the needed method of the builder object. | ||
# Get the results via getters methods. | # Get the results via getters methods. | ||
Version du 10 septembre 2021 à 08:59
GENTLEMAN proposes a Java interface. Using this Java interface is relatively simple but as GENTLEMAN needs a lot of data as inputs the most important difficulty will be to initialize them.
So, the developer will have to:
- Initialize a GENTLEMAN propagator (see here).
- Execute the propagation to store the output in a spacecraft list.
- Initialize a GENTLEMAN object GtmObjectData see here.
- Initialize a GENTLEMAN GtmBuilder builder object.
- Call the needed method of the builder object.
- Get the results via getters methods.