| Package | Description |
|---|---|
| org.orekit.propagation.analytical.tle |
This package provides classes to read and extrapolate tle's.
|
| org.orekit.propagation.conversion |
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator. |
| Modifier and Type | Class and Description |
|---|---|
class |
DeepSDP4
This class contains the methods that compute deep space perturbation terms.
|
class |
SGP4
This class contains methods to compute propagated coordinates with the SGP4 model.
|
| 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 attitudeProvider,
double mass)
Selects the extrapolator to use with the selected TLE.
|
static TLEPropagator |
TLEPropagator.selectExtrapolator(TLE tle,
AttitudeProvider attitudeProvider,
double mass,
Frame teme)
Selects the extrapolator to use with the selected TLE.
|
static TLEPropagator |
TLEPropagator.selectExtrapolator(TLE tle,
Frames frames)
Selects the extrapolator to use with the selected TLE.
|
| Constructor and Description |
|---|
TLEJacobiansMapper(String name,
ParameterDriversList parameters,
TLEPropagator propagator)
Simple constructor.
|
TLEPartialDerivativesEquations(String name,
TLEPropagator propagator)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TLEPropagator |
TLEPropagatorBuilder.buildPropagator(double[] normalizedParameters)
Build a propagator.
|
Copyright © 2002-2021 CS GROUP. All rights reserved.