Uses of Class
org.orekit.estimation.measurements.InterSatellitesRange
-
Packages that use InterSatellitesRange 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 -
-
Uses of InterSatellitesRange in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return types with arguments of type InterSatellitesRange Modifier and Type Method Description protected EstimatedMeasurement<InterSatellitesRange>
InterSatellitesRange. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value. -
Uses of InterSatellitesRange in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return InterSatellitesRange Modifier and Type Method Description InterSatellitesRange
InterSatellitesRangeBuilder. build(SpacecraftState[] states)
Generate a single measurement. -
Uses of InterSatellitesRange in org.orekit.estimation.measurements.modifiers
Method parameters in org.orekit.estimation.measurements.modifiers with type arguments of type InterSatellitesRange Modifier and Type Method Description void
OnBoardAntennaInterSatellitesRangeModifier. modify(EstimatedMeasurement<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement.
-