Package | Description |
---|---|
org.orekit.orbits |
This package provides classes to represent orbits.
|
org.orekit.propagation.analytical |
Top level package for analytical propagators.
|
org.orekit.propagation.analytical.tle.generation |
This package provides classes related to TLE generation.
|
Modifier and Type | Method and Description |
---|---|
FieldKeplerianOrbit<T> |
FieldKeplerianOrbit.removeRates()
Create a new instance such that
PositionAngleBased.hasRates() is false. |
FieldKeplerianOrbit<T> |
FieldKeplerianOrbit.shiftedBy(double dt)
Get a time-shifted instance.
|
FieldKeplerianOrbit<T> |
FieldKeplerianOrbit.shiftedBy(T dt)
Get a time-shifted orbit.
|
Modifier and Type | Method and Description |
---|---|
static <T extends org.hipparchus.CalculusFieldElement<T>> |
FieldBrouwerLyddanePropagator.computeMeanOrbit(FieldOrbit<T> osculating,
double referenceRadius,
double mu,
double c20,
double c30,
double c40,
double c50,
double M2Value,
double epsilon,
int maxIterations)
Conversion from osculating to mean orbit.
|
static <T extends org.hipparchus.CalculusFieldElement<T>> |
FieldBrouwerLyddanePropagator.computeMeanOrbit(FieldOrbit<T> osculating,
UnnormalizedSphericalHarmonicsProvider provider,
UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics harmonics,
double M2Value)
Conversion from osculating to mean orbit.
|
static <T extends org.hipparchus.CalculusFieldElement<T>> |
FieldBrouwerLyddanePropagator.computeMeanOrbit(FieldOrbit<T> osculating,
UnnormalizedSphericalHarmonicsProvider provider,
UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics harmonics,
double M2Value,
double epsilon,
int maxIterations)
Conversion from osculating to mean orbit.
|
FieldKeplerianOrbit<T> |
FieldBrouwerLyddanePropagator.propagateOrbit(FieldAbsoluteDate<T> date,
T[] parameters)
Extrapolate an orbit up to a specific target date.
|
Modifier and Type | Method and Description |
---|---|
static <T extends org.hipparchus.CalculusFieldElement<T>> |
TleGenerationUtil.newTLE(FieldKeplerianOrbit<T> keplerianOrbit,
FieldTLE<T> templateTLE,
T bStar,
TimeScale utc)
Builds a new TLE from Keplerian parameters and a template for TLE data.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.