Uses of Class
org.orekit.estimation.measurements.TurnAroundRange
Packages that use TurnAroundRange
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 TurnAroundRange in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return types with arguments of type TurnAroundRangeModifier and TypeMethodDescriptionprotected EstimatedMeasurement<TurnAroundRange> TurnAroundRange.theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states) Estimate the theoretical value.protected EstimatedMeasurementBase<TurnAroundRange> TurnAroundRange.theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states) Estimate the theoretical value without derivatives. -
Uses of TurnAroundRange in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return TurnAroundRangeModifier and TypeMethodDescriptionprotected TurnAroundRangeTurnAroundRangeBuilder.buildObserved(AbsoluteDate date, Map<ObservableSatellite, OrekitStepInterpolator> interpolators) Build a dummy observed measurement. -
Uses of TurnAroundRange in org.orekit.estimation.measurements.modifiers
Method parameters in org.orekit.estimation.measurements.modifiers with type arguments of type TurnAroundRangeModifier and TypeMethodDescriptionvoidTurnAroundRangeIonosphericDelayModifier.modify(EstimatedMeasurement<TurnAroundRange> estimated) voidTurnAroundRangeTroposphericDelayModifier.modify(EstimatedMeasurement<TurnAroundRange> estimated) Apply a modifier to an estimated measurement.voidOnBoardAntennaTurnAroundRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated) Apply a modifier to an estimated measurement without derivatives.voidTurnAroundRangeIonosphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated) voidTurnAroundRangeTroposphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated) Apply a modifier to an estimated measurement without derivatives.