« Basic principle » : différence entre les versions

De Gentleman
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 5 : Ligne 5 :
# Initialize a <font color=#556B2F>'''GENTLEMAN'''</font> propagator (see [[API_propagation|here]]).
# 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> [{{PathCurrentJavaDoc}}/fr/cnes/dynvol/gentleman/calc/data/tle/GtmObjectData.html GtmObjectData] object to define the considered space object.
# Initialize a <font color=#556B2F>'''GENTLEMAN'''</font> [{{PathCurrentJavaDoc}}/fr/cnes/dynvol/gentleman/calc/data/tle/GtmObjectData.html GtmObjectData] object to characterize the considered space object.
# Initialize a <font color=#556B2F>'''GENTLEMAN'''</font> <font color=#FF8C00 title="Two Lines Elements">TLE</font> data object to define how TLE(s) will be built.
# Initialize a <font color=#556B2F>'''GENTLEMAN'''</font> <font color=#FF8C00 title="Two Lines Elements">TLE</font> data object to define how <font color=#FF8C00 title="Two Lines Elements">TLE(s)</font> will be built.
# Initialize a <font color=#556B2F>'''GENTLEMAN'''</font> [{{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 à 09:03

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:

  1. Initialize a GENTLEMAN propagator (see here).
  2. Execute the propagation to store the output in a spacecraft list.
  3. Initialize a GENTLEMAN GtmObjectData object to characterize the considered space object.
  4. Initialize a GENTLEMAN TLE data object to define how TLE(s) will be built.
  5. Initialize a GENTLEMAN GtmBuilder builder object.
  6. Call the needed method of the builder object.
  7. Get the results via getters methods.