Package | Description |
---|---|
org.orekit.estimation.sequential |
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
|
org.orekit.propagation.conversion |
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator. |
org.orekit.propagation.semianalytical.dsst |
This package provides an implementation of the Draper Semi-analytical
Satellite Theory (DSST).
|
Modifier and Type | Method and Description |
---|---|
DSSTPropagator |
SemiAnalyticalKalmanModel.getEstimatedPropagator()
Get the propagator estimated with the values set in the propagator builder.
|
DSSTPropagator |
SemiAnalyticalKalmanEstimator.processMeasurements(List<ObservedMeasurement<?>> observedMeasurements)
Process a single measurement.
|
DSSTPropagator |
SemiAnalyticalKalmanModel.processMeasurements(List<ObservedMeasurement<?>> observedMeasurements,
ExtendedKalmanFilter<MeasurementDecorator> filter)
Process a single measurement.
|
Modifier and Type | Method and Description |
---|---|
void |
SemiAnalyticalKalmanModel.updateReferenceTrajectory(DSSTPropagator propagator)
Update the reference trajectories using the propagator as input.
|
Modifier and Type | Method and Description |
---|---|
DSSTPropagator |
DSSTPropagatorBuilder.buildPropagator(double[] normalizedParameters)
Build a propagator.
|
Constructor and Description |
---|
DSSTPartialDerivativesEquations(String name,
DSSTPropagator propagator,
PropagationType propagationType)
Deprecated.
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.