Class RelativisticJ2ClockInterSatellitesRangeModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.AbstractRelativisticJ2ClockModifier
org.orekit.estimation.measurements.modifiers.RelativisticJ2ClockInterSatellitesRangeModifier
- All Implemented Interfaces:
EstimationModifier<InterSatellitesRange>,ParameterDriversProvider
public class RelativisticJ2ClockInterSatellitesRangeModifier
extends AbstractRelativisticJ2ClockModifier
implements EstimationModifier<InterSatellitesRange>
Class modifying theoretical inter-satellites range measurements with relativistic J2 clock correction.
Relativistic clock correction of the effects caused by the oblateness of Earth on the gravity potential.
The time delay caused by this effect is computed based on the orbital parameters of the emitter's orbit.
- Since:
- 11.2
- Author:
- Louis Aucouturier
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRelativisticJ2ClockInterSatellitesRangeModifier(double gm, double c20, double equatorialRadius) Modifier constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod stating if the modifier requires for its computation the storage of the measurement's participants full dynamical states (position, velocity and acceleration) rather than the date, the non-modified value, etc.Get the drivers for parameters.voidApply a modifier to an estimated measurement without derivatives.Methods inherited from class org.orekit.estimation.measurements.modifiers.AbstractRelativisticJ2ClockModifier
getEffectName, relativisticJ2CorrectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.estimation.measurements.EstimationModifier
getEffectName, modifyMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
Constructor Details
-
RelativisticJ2ClockInterSatellitesRangeModifier
public RelativisticJ2ClockInterSatellitesRangeModifier(double gm, double c20, double equatorialRadius) Modifier constructor.- Parameters:
gm- Earth gravitational constant (mu) in m³/s².c20- Earth un-normalized second zonal coefficient (Signed J2 constant, is negative) (Typical value -1.0826e-3).equatorialRadius- Earth equatorial radius in m.
-
-
Method Details
-
getParametersDrivers
Get the drivers for parameters.- Specified by:
getParametersDriversin interfaceParameterDriversProvider- Returns:
- drivers for parameters
-
modifyWithoutDerivatives
Apply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivativesin interfaceEstimationModifier<InterSatellitesRange>- Parameters:
estimated- estimated measurement to modify
-
dependsOnParticipantsStates
public boolean dependsOnParticipantsStates()Method stating if the modifier requires for its computation the storage of the measurement's participants full dynamical states (position, velocity and acceleration) rather than the date, the non-modified value, etc. The negative case shall be exploited for performance and is the default implementation.- Specified by:
dependsOnParticipantsStatesin interfaceEstimationModifier<InterSatellitesRange>- Returns:
- dependence flag
-