Constructor and Description |
---|
PerigeeAltitudeDetector(double maxCheck,
double threshold,
double altitudeIn,
double earthRadiusIn,
OrbitNatureConverter orbitConverterIn)
Build a new altitude detector, with osculating perigee.
|
PerigeeAltitudeDetector(double maxCheck,
double threshold,
double altitudeIn,
double earthRadiusIn,
OrbitNatureConverter orbitConverterIn,
EventDetector.Action ascending,
EventDetector.Action descending)
Build a new altitude detector, with osculating perigee.
|
PerigeeAltitudeDetector(double maxCheck,
double threshold,
double altitudeIn,
double earthRadiusIn,
OrbitNatureConverter orbitConverterIn,
EventDetector.Action ascending,
EventDetector.Action descending,
boolean removeAscending,
boolean removeDescending)
Build a new altitude detector, with osculating perigee.
|
Modifier and Type | Method and Description |
---|---|
abstract double[] |
AbstractStelaGaussContribution.computePerturbation(StelaEquinoctialOrbit orbit,
OrbitNatureConverter converter)
Compute the dE/dt force derivatives for a given spacecraft state.
|
Modifier and Type | Method and Description |
---|---|
double[] |
StelaAtmosphericDrag.computePerturbation(StelaEquinoctialOrbit orbit,
OrbitNatureConverter converter) |
Modifier and Type | Method and Description |
---|---|
double[] |
NonInertialContribution.computePerturbation(StelaEquinoctialOrbit orbit,
OrbitNatureConverter converter) |
Modifier and Type | Method and Description |
---|---|
double[] |
SRPSquaring.computePerturbation(StelaEquinoctialOrbit orbit,
OrbitNatureConverter converter)
Compute the dE/dt force derivatives for a given spacecraft state.
|
double[] |
StelaSRPSquaring.computePerturbation(StelaEquinoctialOrbit orbit,
OrbitNatureConverter converter)
Compute the dE/dt force derivatives for a given spacecraft state.
|
Modifier and Type | Method and Description |
---|---|
OrbitNatureConverter |
StelaGTOPropagator.getOrbitNatureConverter()
Get the mean/osculating orbit converter.
|
Constructor and Description |
---|
ForcesStepHandler(OrbitNatureConverter converterIn,
NonInertialContribution nonInertialContributionIn)
Constructor.
|
Copyright © 2019 CNES. All Rights Reserved.