Package | Description |
---|---|
fr.cnes.sirius.patrius.propagation.analytical.tle |
Modifier and Type | Field and Description |
---|---|
protected TLE |
TLEPropagator.tle
Initial state.
|
Modifier and Type | Method and Description |
---|---|
TLE |
TLESeries.getClosestTLE(AbsoluteDate date)
Get the closest TLE to the selected date.
|
TLE |
TLESeries.getFirst()
Get the first TLE.
|
TLE |
TLESeries.getLast()
Get the last TLE.
|
TLE |
AbstractTLEFitter.getTLE()
Get the fitted Two-Lines Elements.
|
TLE |
TLEPropagator.getTLE()
Get the underlying TLE.
|
protected TLE |
AbstractTLEFitter.getTLE(double[] parameters)
Get the TLE for a given position/velocity/B* parameters set.
|
TLE |
AbstractTLEFitter.toTLE(List<SpacecraftState> states,
double positionTolerance,
boolean positionOnly,
boolean withBStar)
Find the TLE elements that minimize the mean square error for a sample of
states . |
Modifier and Type | Method and Description |
---|---|
static TLEPropagator |
TLEPropagator.selectExtrapolator(TLE tle)
Selects the extrapolator to use with the selected TLE.
|
static TLEPropagator |
TLEPropagator.selectExtrapolator(TLE tle,
AttitudeProvider attitudeProviderForces,
AttitudeProvider attitudeProviderEvents,
MassProvider mass)
Selects the extrapolator to use with the selected TLE.
|
static TLEPropagator |
TLEPropagator.selectExtrapolator(TLE tle,
AttitudeProvider attitudeProvider,
MassProvider mass)
Selects the extrapolator to use with the selected TLE.
|
Constructor and Description |
---|
TLEPropagator(TLE initialTLE,
AttitudeProvider attitudeProviderForces,
AttitudeProvider attitudeProviderEvents,
MassProvider mass)
Protected constructor for derived classes.
|
TLEPropagator(TLE initialTLE,
AttitudeProvider attitudeProvider,
MassProvider mass)
Protected constructor for derived classes.
|
Copyright © 2018 CNES. All Rights Reserved.