Uses of Class
org.orekit.estimation.measurements.Range
-
Packages that use Range Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.estimation.measurements.generation This package provides Orbit Determination measurements generation.org.orekit.estimation.measurements.modifiers This package provides measurement modifier. -
-
Uses of Range in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return types with arguments of type Range Modifier and Type Method Description protected EstimatedMeasurement<Range>
Range. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurementBase<Range>
Range. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value without derivatives. -
Uses of Range in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return Range Modifier and Type Method Description Range
RangeBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
Generate a single measurement. -
Uses of Range in org.orekit.estimation.measurements.modifiers
Method parameters in org.orekit.estimation.measurements.modifiers with type arguments of type Range Modifier and Type Method Description void
RangeIonosphericDelayModifier. modify(EstimatedMeasurement<Range> estimated)
Apply a modifier to an estimated measurement.void
RangeTroposphericDelayModifier. modify(EstimatedMeasurement<Range> estimated)
Apply a modifier to an estimated measurement.void
PhaseCentersRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)
Apply a modifier to an estimated measurement without derivatives.void
RangeIonosphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)
Apply a modifier to an estimated measurement without derivatives.void
RangeTroposphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)
Apply a modifier to an estimated measurement without derivatives.void
RelativisticClockRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)
Apply a modifier to an estimated measurement without derivatives.void
RelativisticJ2ClockRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)
Apply a modifier to an estimated measurement without derivatives.void
ShapiroRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)
Apply a modifier to an estimated measurement without derivatives.
-