Uses of Class
org.orekit.propagation.semianalytical.dsst.DSSTPropagator
Packages that use DSSTPropagator
Package
Description
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator.-
Uses of DSSTPropagator in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential that return DSSTPropagatorModifier and TypeMethodDescriptionSemiAnalyticalKalmanModel.getEstimatedPropagator()Get the propagator estimated with the values set in the propagator builder.SemiAnalyticalUnscentedKalmanModel.getEstimatedPropagator()Get the propagator estimated with the values set in the propagator builder.SemiAnalyticalKalmanEstimator.processMeasurements(List<ObservedMeasurement<?>> observedMeasurements) Process a single measurement.SemiAnalyticalKalmanModel.processMeasurements(List<ObservedMeasurement<?>> observedMeasurements, ExtendedKalmanFilter<MeasurementDecorator> filter) Process a single measurement.SemiAnalyticalUnscentedKalmanEstimator.processMeasurements(List<ObservedMeasurement<?>> observedMeasurements) Process a single measurement.SemiAnalyticalUnscentedKalmanModel.processMeasurements(List<ObservedMeasurement<?>> observedMeasurements, UnscentedKalmanFilter<MeasurementDecorator> filter) Process measurements.Methods in org.orekit.estimation.sequential with parameters of type DSSTPropagatorModifier and TypeMethodDescriptionvoidSemiAnalyticalKalmanModel.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 DSSTPropagatorModifier and TypeMethodDescriptionDSSTPropagatorBuilder.buildPropagator(double[] normalizedParameters) Build a propagator.