Uses of Class
org.orekit.estimation.measurements.BistaticRange
Packages that use BistaticRange
Package
Description
The measurements package defines everything that is related to orbit
determination measurements.
This package provides Orbit Determination measurements generation.
This package provides measurement modifier.
-
Uses of BistaticRange in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return types with arguments of type BistaticRangeModifier and TypeMethodDescriptionprotected EstimatedMeasurement<BistaticRange> BistaticRange.theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states) Estimate the theoretical value.protected EstimatedMeasurementBase<BistaticRange> BistaticRange.theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states) Estimate the theoretical value without derivatives. -
Uses of BistaticRange in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return BistaticRangeModifier and TypeMethodDescriptionprotected BistaticRangeBistaticRangeBuilder.buildObserved(AbsoluteDate date, Map<ObservableSatellite, OrekitStepInterpolator> interpolators) Build a dummy observed measurement. -
Uses of BistaticRange in org.orekit.estimation.measurements.modifiers
Method parameters in org.orekit.estimation.measurements.modifiers with type arguments of type BistaticRangeModifier and TypeMethodDescriptionvoidBistaticRangeIonosphericDelayModifier.modify(EstimatedMeasurement<BistaticRange> estimated) Apply a modifier to an estimated measurement.voidBistaticRangeTroposphericDelayModifier.modify(EstimatedMeasurement<BistaticRange> estimated) Apply a modifier to an estimated measurement.voidBistaticRangeIonosphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRange> estimated) Apply a modifier to an estimated measurement without derivatives.voidBistaticRangeTroposphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRange> estimated) Apply a modifier to an estimated measurement without derivatives.