Class InterSatellitesOneWayRangeRate
- java.lang.Object
-
- org.orekit.estimation.measurements.AbstractMeasurement<T>
-
- org.orekit.estimation.measurements.gnss.AbstractOnBoardMeasurement<T>
-
- org.orekit.estimation.measurements.gnss.AbstractInterSatellitesMeasurement<InterSatellitesOneWayRangeRate>
-
- org.orekit.estimation.measurements.gnss.InterSatellitesOneWayRangeRate
-
- All Implemented Interfaces:
Comparable<ComparableMeasurement>
,ComparableMeasurement
,ObservedMeasurement<InterSatellitesOneWayRangeRate>
,TimeStamped
,ParameterDriversProvider
public class InterSatellitesOneWayRangeRate extends AbstractInterSatellitesMeasurement<InterSatellitesOneWayRangeRate>
One way range-rate measurement between two satellites.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
-
Field Summary
Fields Modifier and Type Field Description static String
MEASUREMENT_TYPE
Type of the measurement.
-
Constructor Summary
Constructors Constructor Description InterSatellitesOneWayRangeRate(ObservableSatellite local, ObservableSatellite remote, AbsoluteDate date, double rangeRate, double sigma, double baseWeight)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EstimatedMeasurement<InterSatellitesOneWayRangeRate>
theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurementBase<InterSatellitesOneWayRangeRate>
theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value without derivatives.-
Methods inherited from class org.orekit.estimation.measurements.gnss.AbstractInterSatellitesMeasurement
getRemoteClock, getRemotePV, getRemotePV
-
Methods inherited from class org.orekit.estimation.measurements.gnss.AbstractOnBoardMeasurement
computeCommonParametersWith, computeCommonParametersWithout, getRemoteClock
-
Methods inherited from class org.orekit.estimation.measurements.AbstractMeasurement
addModifier, addParameterDriver, estimate, estimateWithoutDerivatives, getBaseWeight, getCoordinates, getDate, getDimension, getModifiers, getObservedValue, getParametersDrivers, getSatellites, getTheoreticalStandardDeviation, isEnabled, setEnabled, signalTimeOfFlight, signalTimeOfFlight, signalTimeOfFlight, signalTimeOfFlight, signalTimeOfFlight, signalTimeOfFlight
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.estimation.measurements.ComparableMeasurement
compareTo
-
Methods inherited from interface org.orekit.estimation.measurements.ObservedMeasurement
estimateWithoutDerivatives, getMeasurementType
-
Methods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
Methods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
-
-
-
Field Detail
-
MEASUREMENT_TYPE
public static final String MEASUREMENT_TYPE
Type of the measurement.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InterSatellitesOneWayRangeRate
public InterSatellitesOneWayRangeRate(ObservableSatellite local, ObservableSatellite remote, AbsoluteDate date, double rangeRate, double sigma, double baseWeight)
Constructor.- Parameters:
local
- satellite which receives the signal and performs the measurementremote
- remote satellite which simply emits the signaldate
- date of the measurementrangeRate
- observed value (m/s)sigma
- theoretical standard deviationbaseWeight
- base weight
-
-
Method Detail
-
theoreticalEvaluationWithoutDerivatives
protected EstimatedMeasurementBase<InterSatellitesOneWayRangeRate> theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value without derivatives.The theoretical value does not have any modifiers applied.
- Specified by:
theoreticalEvaluationWithoutDerivatives
in classAbstractMeasurement<InterSatellitesOneWayRangeRate>
- Parameters:
iteration
- iteration numberevaluation
- evaluation numberstates
- orbital states at measurement date- Returns:
- theoretical value
- See Also:
AbstractMeasurement.estimate(int, int, SpacecraftState[])
-
theoreticalEvaluation
protected EstimatedMeasurement<InterSatellitesOneWayRangeRate> theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.The theoretical value does not have any modifiers applied.
- Specified by:
theoreticalEvaluation
in classAbstractMeasurement<InterSatellitesOneWayRangeRate>
- Parameters:
iteration
- iteration numberevaluation
- evaluation numberstates
- orbital states at measurement date- Returns:
- theoretical value
- See Also:
AbstractMeasurement.estimate(int, int, SpacecraftState[])
-
-