static <T extends CalculusFieldElement<T>> FieldTLEPropagator<T> |
FieldTLEPropagator.selectExtrapolator(FieldTLE<T> tle,
AttitudeProvider attitudeProvider,
T mass,
Frame teme,
T[] parameters) |
Selects the extrapolator to use with the selected TLE.
|
static <T extends CalculusFieldElement<T>> FieldTLEPropagator<T> |
FieldTLEPropagator.selectExtrapolator(FieldTLE<T> tle,
AttitudeProvider attitudeProvider,
T mass,
T[] parameters) |
Selects the extrapolator to use with the selected TLE.
|
static <T extends CalculusFieldElement<T>> FieldTLEPropagator<T> |
FieldTLEPropagator.selectExtrapolator(FieldTLE<T> tle,
Frame teme,
T[] parameters) |
Selects the extrapolator to use with the selected TLE.
|
static <T extends CalculusFieldElement<T>> FieldTLEPropagator<T> |
FieldTLEPropagator.selectExtrapolator(FieldTLE<T> tle,
T[] parameters) |
Selects the extrapolator to use with the selected TLE.
|