API TLE generation

De Gentleman
Version datée du 13 septembre 2021 à 07:24 par Admin (discussion | contributions)
Aller à la navigation Aller à la recherche

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

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

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