| Package | Description |
|---|---|
| fr.cnes.dynvol.gentleman.calc.propagation |
Simulation package
|
| fr.cnes.dynvol.gentleman.calc.tles |
Package linked to building TLEs
|
| fr.cnes.dynvol.gentleman.calc.util |
Utilities package.
|
| fr.cnes.dynvol.gentleman.main |
package for main classes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractGtmPropagator.getAmountOfPoints()
Method to get the amount of points in the list of S/C states
|
Map<String,Object> |
AbstractGtmPropagator.getIniVariables()
Method to get the list of variables of the first point of the ephemeris
|
Map<String,Object> |
AbstractGtmPropagator.getLastVariables()
Method to get the list of variables of the last point of the ephemeris
|
List<fr.cnes.sirius.patrius.propagation.SpacecraftState> |
AbstractGtmPropagator.getSpacecraftStateList()
Method to get the list of S/C states
|
Map<String,Object> |
AbstractGtmPropagator.getVariables(int index)
Method to get the list of variables with a given index in the ephemeris
|
void |
AbstractGtmPropagator.propagate()
Method to propagate the trajectory using PSIMU
|
| Modifier and Type | Method and Description |
|---|---|
fr.cnes.sirius.patrius.propagation.analytical.tle.TLE |
GtmBuilder.computeBestTle(GtmBestTle data,
int deltaNb,
int deltaNbP,
boolean flagMan)
Method to compute an optimal (thanks to precision) TLE vs a sublist of SpacecraftStates
|
List<fr.cnes.sirius.patrius.propagation.analytical.tle.TLE> |
GtmBuilder.computeBestTles(GtmBestTlesPeriod data,
boolean flagMan)
Method to compute an optimal (thanks to precision) TLE vs a periodic TLEs demand
|
fr.cnes.sirius.patrius.propagation.analytical.tle.TLE |
GtmBuilder.computeTle(GtmSingleTle data,
int deltaNb,
int deltaNbP,
boolean flagMan)
Method to compute a TLE vs a sublist of Spacecraft states
|
| Modifier and Type | Method and Description |
|---|---|
static List<GtmDOrbParamsSynthesis> |
GtmCompare.compareListOfTlesToListOfStates(List<fr.cnes.sirius.patrius.propagation.analytical.tle.TLE> tles,
List<Integer> listOfNbPts,
List<fr.cnes.sirius.patrius.propagation.SpacecraftState> scList)
Static method to compare a list of TLEs to a list of Spacecraft states
|
static GtmDOrbParamsSynthesis |
GtmCompare.compareOneTleToListOfStates(fr.cnes.sirius.patrius.propagation.analytical.tle.TLE tle,
int nbPts,
List<fr.cnes.sirius.patrius.propagation.SpacecraftState> scList)
Static method to compare a TLE with a Spacecraftstate list
|
static GtmDOrbParams |
GtmCompare.compareOneTleToOneState(fr.cnes.sirius.patrius.propagation.analytical.tle.TLE tle,
List<fr.cnes.sirius.patrius.propagation.SpacecraftState> scList,
int index)
Static method to compare a TLE to a Spacecraftstate.
|
static List<fr.cnes.sirius.patrius.time.AbsoluteDate> |
GtmDates.getListOfManeuverDates(String dirName,
String fileName)
Method to get list of maneuver dates.
|
| Modifier and Type | Method and Description |
|---|---|
List<fr.cnes.sirius.patrius.propagation.analytical.tle.TLE> |
GtmBatch.buildTle()
Method to build TLE(s).
|
void |
GtmBatch.propagate()
Method used to propagate and so, ceate a spececraft list.
|
Copyright © 2022. All rights reserved.