Uses of Class
org.orekit.estimation.measurements.EstimatedMeasurement
-
Packages that use EstimatedMeasurement Package Description org.orekit.estimation.leastsquares The leastsquares package provides an implementation of a batch least squares estimator engine to perform an orbit determination.org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements.org.orekit.estimation.measurements.modifiers This package provides measurement modifier.org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination. -
-
Uses of EstimatedMeasurement in org.orekit.estimation.leastsquares
Methods in org.orekit.estimation.leastsquares that return types with arguments of type EstimatedMeasurement Modifier and Type Method Description Map<ObservedMeasurement<?>,EstimatedMeasurement<?>>BatchLSEstimator. getLastEstimations()Get the last estimations performed.Methods in org.orekit.estimation.leastsquares with parameters of type EstimatedMeasurement Modifier and Type Method Description voidAbstractBatchLSModel. fetchEvaluatedMeasurement(int index, EstimatedMeasurement<?> evaluation)Fetch a measurement that was evaluated during propagation.Method parameters in org.orekit.estimation.leastsquares with type arguments of type EstimatedMeasurement Modifier and Type Method Description voidModelObserver. modelCalled(Orbit[] orbits, Map<ObservedMeasurement<?>,EstimatedMeasurement<?>> estimations)Notification callback for orbit changes. -
Uses of EstimatedMeasurement in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return EstimatedMeasurement Modifier and Type Method Description EstimatedMeasurement<T>AbstractMeasurement. estimate(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value of the measurement, with derivatives.EstimatedMeasurement<T>ObservedMeasurement. estimate(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value of the measurement, with derivatives.EstimatedMeasurement<?>EstimationsProvider. getEstimatedMeasurement(int index)Get one estimated measurement.protected abstract EstimatedMeasurement<T>AbstractMeasurement. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<AngularAzEl>AngularAzEl. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<AngularRaDec>AngularRaDec. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<BistaticRange>BistaticRange. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<BistaticRangeRate>BistaticRangeRate. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<FDOA>FDOA. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<InterSatellitesRange>InterSatellitesRange. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<MultiplexedMeasurement>MultiplexedMeasurement. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<Position>Position. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<PV>PV. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<Range>Range. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<RangeRate>RangeRate. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<TDOA>TDOA. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<TurnAroundRange>TurnAroundRange. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.Methods in org.orekit.estimation.measurements that return types with arguments of type EstimatedMeasurement Modifier and Type Method Description List<EstimatedMeasurement<?>>MultiplexedMeasurement. getEstimatedMeasurements()Get the underlying estimated measurements.Methods in org.orekit.estimation.measurements with parameters of type EstimatedMeasurement Modifier and Type Method Description default voidEstimationModifier. modify(EstimatedMeasurement<T> estimated)Apply a modifier to an estimated measurement. -
Uses of EstimatedMeasurement in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return EstimatedMeasurement Modifier and Type Method Description protected EstimatedMeasurement<InterSatellitesPhase>InterSatellitesPhase. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<OneWayGNSSPhase>OneWayGNSSPhase. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<OneWayGNSSRange>OneWayGNSSRange. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value.protected EstimatedMeasurement<Phase>Phase. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value. -
Uses of EstimatedMeasurement in org.orekit.estimation.measurements.modifiers
Methods in org.orekit.estimation.measurements.modifiers with parameters of type EstimatedMeasurement Modifier and Type Method Description protected voidAbstractAmbiguityModifier. doModify(EstimatedMeasurement<?> estimated)Modify measurement.voidAberrationModifier. modify(EstimatedMeasurement<AngularRaDec> estimated)Apply a modifier to an estimated measurement.voidBias. modify(EstimatedMeasurement<T> estimated)Apply a modifier to an estimated measurement.voidBistaticRangeIonosphericDelayModifier. modify(EstimatedMeasurement<BistaticRange> estimated)Apply a modifier to an estimated measurement.voidBistaticRangeRateIonosphericDelayModifier. modify(EstimatedMeasurement<BistaticRangeRate> estimated)Apply a modifier to an estimated measurement.voidBistaticRangeRateTroposphericDelayModifier. modify(EstimatedMeasurement<BistaticRangeRate> estimated)Apply a modifier to an estimated measurement.voidBistaticRangeTroposphericDelayModifier. modify(EstimatedMeasurement<BistaticRange> estimated)Apply a modifier to an estimated measurement.voidDynamicOutlierFilter. modify(EstimatedMeasurement<T> estimated)Apply a modifier to an estimated measurement.voidInterSatellitesPhaseAmbiguityModifier. modify(EstimatedMeasurement<InterSatellitesPhase> estimated)Apply a modifier to an estimated measurement.voidOneWayGNSSPhaseAmbiguityModifier. modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)Apply a modifier to an estimated measurement.voidPhaseAmbiguityModifier. modify(EstimatedMeasurement<Phase> estimated)voidPhaseIonosphericDelayModifier. modify(EstimatedMeasurement<Phase> estimated)voidPhaseTroposphericDelayModifier. modify(EstimatedMeasurement<Phase> estimated)Apply a modifier to an estimated measurement.voidRangeIonosphericDelayModifier. modify(EstimatedMeasurement<Range> estimated)Apply a modifier to an estimated measurement.static <T extends ObservedMeasurement<T>>
voidRangeModifierUtil. modify(EstimatedMeasurement<T> estimated, ParameterDriversProvider parametricModel, AbstractGradientConverter converter, GroundStation station, org.orekit.estimation.measurements.modifiers.ParametricModelEffect modelEffect, org.orekit.estimation.measurements.modifiers.ParametricModelEffectGradient modelEffectGradient)Apply a modifier to an estimated measurement.voidRangeRateIonosphericDelayModifier. modify(EstimatedMeasurement<RangeRate> estimated)Apply a modifier to an estimated measurement.static <T extends ObservedMeasurement<T>>
voidRangeRateModifierUtil. modify(EstimatedMeasurement<T> estimated, ParameterDriversProvider parametricModel, AbstractGradientConverter converter, GroundStation station, org.orekit.estimation.measurements.modifiers.ParametricModelEffect modelEffect, org.orekit.estimation.measurements.modifiers.ParametricModelEffectGradient modelEffectGradient)Apply a modifier to an estimated measurement.voidRangeRateTroposphericDelayModifier. modify(EstimatedMeasurement<RangeRate> estimated)Apply a modifier to an estimated measurement.voidRangeTroposphericDelayModifier. modify(EstimatedMeasurement<Range> estimated)Apply a modifier to an estimated measurement.voidTDOAIonosphericDelayModifier. modify(EstimatedMeasurement<TDOA> estimated)voidTDOATroposphericDelayModifier. modify(EstimatedMeasurement<TDOA> estimated)Apply a modifier to an estimated measurement.voidTurnAroundRangeIonosphericDelayModifier. modify(EstimatedMeasurement<TurnAroundRange> estimated)voidTurnAroundRangeTroposphericDelayModifier. modify(EstimatedMeasurement<TurnAroundRange> estimated)Apply a modifier to an estimated measurement. -
Uses of EstimatedMeasurement in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential that return EstimatedMeasurement Modifier and Type Method Description EstimatedMeasurement<?>KalmanEstimation. getCorrectedMeasurement()Get the estimated measurement.EstimatedMeasurement<?>KalmanModel. getCorrectedMeasurement()Get the estimated measurement.EstimatedMeasurement<?>SemiAnalyticalKalmanModel. getCorrectedMeasurement()Get the estimated measurement.EstimatedMeasurement<?>SemiAnalyticalUnscentedKalmanModel. getCorrectedMeasurement()Get the estimated measurement.EstimatedMeasurement<?>UnscentedKalmanModel. getCorrectedMeasurement()Get the estimated measurement.EstimatedMeasurement<?>KalmanEstimation. getPredictedMeasurement()Get the predicted measurement.EstimatedMeasurement<?>KalmanModel. getPredictedMeasurement()Get the predicted measurement.EstimatedMeasurement<?>SemiAnalyticalKalmanModel. getPredictedMeasurement()Get the predicted measurement.EstimatedMeasurement<?>SemiAnalyticalUnscentedKalmanModel. getPredictedMeasurement()Get the predicted measurement.EstimatedMeasurement<?>UnscentedKalmanModel. getPredictedMeasurement()Get the predicted measurement.Methods in org.orekit.estimation.sequential with parameters of type EstimatedMeasurement Modifier and Type Method Description static <T extends ObservedMeasurement<T>>
voidKalmanEstimatorUtil. applyDynamicOutlierFilter(EstimatedMeasurement<T> measurement, RealMatrix innovationCovarianceMatrix)Set and apply a dynamic outlier filter on a measurement.static RealVectorKalmanEstimatorUtil. computeInnovationVector(EstimatedMeasurement<?> predicted)Compute the unnormalized innovation vector from the given predicted measurement.static RealVectorKalmanEstimatorUtil. computeInnovationVector(EstimatedMeasurement<?> predicted, double[] sigma)Compute the normalized innovation vector from the given predicted measurement.
-