« API TLE generation » : différence entre les versions

De Gentleman
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
Once we have initialize TLE data (see [[API_TLE_data|here]]) and options (see [[API_TLE_options|here]]), we will have to instantiate a [{{PathCurrentJavaDoc}}/fr/cnes/dynvol/gentleman/calc/data/tle/GtmBuilder object.html GtmBuilder object] as is:
Once we have initialize <font color=#FF8C00 title="Two Lines Elements">TLE(s)</font> data (see [[API_TLE_data|here]]) and options (see [[API_TLE_options|here]]), we will have to instantiate a [{{PathCurrentJavaDoc}}/fr/cnes/dynvol/gentleman/calc/data/tle/GtmBuilder.html GtmBuilder] as is:


<syntaxhighlight lang="java">
<syntaxhighlight lang="java">

Version du 13 septembre 2021 à 07:25

Once we have initialize TLE(s) data (see here) and options (see here), we will have to instantiate a GtmBuilder as is:

// TLE builder
final GtmBuilder build = new GtmBuilder(TLE_OBJ, geo.getSpacecraftStateList(), null);

// Building TLE final List<TLE> bestTles = build.computeBestTles(data, false);