Package | Description |
---|---|
org.orekit.propagation.analytical.tle |
This package provides classes to read and extrapolate tle's.
|
org.orekit.propagation.analytical.tle.generation |
This package provides classes related to TLE generation.
|
org.orekit.propagation.conversion |
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator. |
Modifier and Type | Method and Description |
---|---|
static TleGenerationAlgorithm |
TLEPropagator.getDefaultTleGenerationAlgorithm(TimeScale utc,
Frame teme)
Get the default TLE generation algorithm.
|
Modifier and Type | Method and Description |
---|---|
static <T extends org.hipparchus.CalculusFieldElement<T>> |
FieldTLE.stateToTLE(FieldSpacecraftState<T> state,
FieldTLE<T> templateTLE,
TleGenerationAlgorithm generationAlgorithm)
Convert Spacecraft State into TLE.
|
static TLE |
TLE.stateToTLE(SpacecraftState state,
TLE templateTLE,
TleGenerationAlgorithm generationAlgorithm)
Convert Spacecraft State into TLE.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedPointTleGenerationAlgorithm
Fixed Point method to reverse SGP4 and SDP4 propagation algorithm
and generate a usable TLE from a spacecraft state.
|
class |
LeastSquaresTleGenerationAlgorithm
Least squares method to generate a usable TLE from a spacecraft state.
|
Constructor and Description |
---|
TLEPropagatorBuilder(TLE templateTLE,
PositionAngleType positionAngleType,
double positionScale,
DataContext dataContext,
TleGenerationAlgorithm generationAlgorithm)
Build a new instance.
|
TLEPropagatorBuilder(TLE templateTLE,
PositionAngleType positionAngleType,
double positionScale,
TleGenerationAlgorithm generationAlgorithm)
Build a new instance.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.