Uses of Class
org.orekit.propagation.semianalytical.dsst.DSSTPropagator
-
Packages that use DSSTPropagator 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 ofSpacecraftState
into another propagator. -
-
Uses of DSSTPropagator in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential that return DSSTPropagator Modifier and Type Method Description DSSTPropagator
SemiAnalyticalKalmanModel. getEstimatedPropagator()
Get the propagator estimated with the values set in the propagator builder.DSSTPropagator
SemiAnalyticalUnscentedKalmanModel. 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.DSSTPropagator
SemiAnalyticalUnscentedKalmanEstimator. processMeasurements(List<ObservedMeasurement<?>> observedMeasurements)
Process a single measurement.DSSTPropagator
SemiAnalyticalUnscentedKalmanModel. processMeasurements(List<ObservedMeasurement<?>> observedMeasurements, UnscentedKalmanFilter<MeasurementDecorator> filter)
Process measurements.Methods in org.orekit.estimation.sequential with parameters of type DSSTPropagator Modifier and Type Method Description void
SemiAnalyticalKalmanModel. updateReferenceTrajectory(DSSTPropagator propagator)
Update the reference trajectories using the propagator as input. -
Uses of DSSTPropagator in org.orekit.propagation.conversion
Methods in org.orekit.propagation.conversion that return DSSTPropagator Modifier and Type Method Description DSSTPropagator
DSSTPropagatorBuilder. buildPropagator(double[] normalizedParameters)
Build a propagator.
-