Uses of Class
org.orekit.estimation.measurements.gnss.InterSatellitesPhase
Packages that use InterSatellitesPhase
Package
Description
This package provides Orbit Determination measurements generation.
This package provides methods to handle GNSS measurements.
This package provides measurement modifier.
-
Uses of InterSatellitesPhase in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return InterSatellitesPhaseModifier and TypeMethodDescriptionprotected InterSatellitesPhaseInterSatellitesPhaseBuilder.buildObserved(AbsoluteDate date, Map<ObservableSatellite, OrekitStepInterpolator> interpolators) Build a dummy observed measurement. -
Uses of InterSatellitesPhase in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return types with arguments of type InterSatellitesPhaseModifier and TypeMethodDescriptionprotected EstimatedMeasurement<InterSatellitesPhase> InterSatellitesPhase.theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states) Estimate the theoretical value.protected EstimatedMeasurementBase<InterSatellitesPhase> InterSatellitesPhase.theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states) Estimate the theoretical value without derivatives.Method parameters in org.orekit.estimation.measurements.gnss with type arguments of type InterSatellitesPhaseModifier and TypeMethodDescriptionprotected RotationInterSatellitesWindUp.emitterToInert(EstimatedMeasurementBase<InterSatellitesPhase> estimated) Compute rotation from emitter to inertial frame.protected RotationInterSatellitesWindUp.receiverToInert(EstimatedMeasurementBase<InterSatellitesPhase> estimated) Compute rotation from receiver to inertial frame. -
Uses of InterSatellitesPhase in org.orekit.estimation.measurements.modifiers
Method parameters in org.orekit.estimation.measurements.modifiers with type arguments of type InterSatellitesPhaseModifier and TypeMethodDescriptionvoidOnBoardAntennaInterSatellitesPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated) voidRelativisticClockInterSatellitesPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated) Apply a modifier to an estimated measurement without derivatives.voidRelativisticJ2ClockInterSatellitesPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated) Apply a modifier to an estimated measurement without derivatives.voidShapiroInterSatellitePhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated) Apply a modifier to an estimated measurement without derivatives.