Class BistaticRangeRelatedMeasurement<T extends AbstractMeasurement<T>>
java.lang.Object
org.orekit.estimation.measurements.AbstractMeasurement<T>
org.orekit.estimation.measurements.SignalBasedMeasurement<T>
org.orekit.estimation.measurements.BistaticRangeRelatedMeasurement<T>
- Type Parameters:
T- type of the measurement
- All Implemented Interfaces:
Comparable<ComparableMeasurement>,ComparableMeasurement,ObservedMeasurement<T>,TimeStamped,ParameterDriversProvider
- Direct Known Subclasses:
BistaticRange,BistaticRangeRate
public abstract class BistaticRangeRelatedMeasurement<T extends AbstractMeasurement<T>>
extends SignalBasedMeasurement<T>
Class modeling a bistatic measurement using an emitting observer and a receiving observer.
The measurement is considered to be a signal:
- Emitted from the emitting observer
- Reflected on the spacecraft
- Received on the receiving observer
The motion of the observers and the spacecraft during the signal flight time are taken into account.
- Since:
- 14.0
- Author:
- Romain Serra
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBistaticRangeRelatedMeasurement(Observer emitter, Observer receiver, AbsoluteDate date, double[] value, MeasurementQuality measurementQuality, SignalTravelTimeModel signalTravelTimeModel, ObservableSatellite satellite) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfillEstimation(Gradient quantity, Map<String, Integer> paramIndices, EstimatedMeasurement<T> estimated) Fill estimated measurements with value and derivatives.Get the emitter object.Deprecated.protected Gradient[]getFieldShifts(SpacecraftState[] states) Method computing consecutive Field time shifts of participants, starting from observation date.Get the receiver object.Deprecated.as of 14.0, replaced bygetReceiver()protected double[]getShifts(SpacecraftState state, PVCoordinatesProvider emitterPVProvider, PVCoordinatesProvider receiverPVProvider) Method computing consecutive Field time shifts of participants, starting from observation date.Getter for the two legs timer.Methods inherited from class org.orekit.estimation.measurements.SignalBasedMeasurement
getSignalTravelTimeModel, isTwoWayMethods inherited from class org.orekit.estimation.measurements.AbstractMeasurement
addModifier, addParameterDriver, addParametersDrivers, estimate, estimateWithoutDerivatives, getCoordinates, getDate, getMeasurementQuality, getModifiers, getObservedValue, getParameterIndices, getParametersDrivers, getSatellites, isEnabled, setEnabled, setObservedValue, theoreticalEvaluation, theoreticalEvaluationWithoutDerivatives, theoreticalEvaluationWithoutDerivativesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.estimation.measurements.ComparableMeasurement
compareToMethods inherited from interface org.orekit.estimation.measurements.ObservedMeasurement
estimateWithoutDerivatives, getBaseWeight, getDimension, getMeasurementType, getTheoreticalStandardDeviationMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupportedMethods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
Constructor Details
-
BistaticRangeRelatedMeasurement
protected BistaticRangeRelatedMeasurement(Observer emitter, Observer receiver, AbsoluteDate date, double[] value, MeasurementQuality measurementQuality, SignalTravelTimeModel signalTravelTimeModel, ObservableSatellite satellite) Simple constructor.- Parameters:
emitter- observer from which transmission is performedreceiver- observer from which measurement is performeddate- date of the measurementvalue- observed valuemeasurementQuality- measurement quality data as used in orbit determinationsignalTravelTimeModel- signal travel time modelsatellite- satellite related to this measurement
-
-
Method Details
-
getTwoLeggedSignalTimer
Getter for the two legs timer.- Returns:
- model
-
getEmitterStation
Deprecated.as of 14.0, replaced bygetEmitter()Get the emitter ground station.- Returns:
- emitter ground station
-
getEmitter
Get the emitter object.- Returns:
- emitter object
- Since:
- 14.0
-
getReceiverStation
Deprecated.as of 14.0, replaced bygetReceiver()Get the receiver ground station.- Returns:
- receiver ground station
-
getReceiver
Get the receiver object.- Returns:
- receiver object
- Since:
- 14.0
-
getShifts
protected double[] getShifts(SpacecraftState state, PVCoordinatesProvider emitterPVProvider, PVCoordinatesProvider receiverPVProvider) Method computing consecutive Field time shifts of participants, starting from observation date.- Parameters:
state- observable stateemitterPVProvider- emitter coordinates providerreceiverPVProvider- receiver coordinates provider- Returns:
- signal participants
-
getFieldShifts
Method computing consecutive Field time shifts of participants, starting from observation date.- Parameters:
states- observables- Returns:
- time shifts
-
fillEstimation
protected void fillEstimation(Gradient quantity, Map<String, Integer> paramIndices, EstimatedMeasurement<T> estimated) Fill estimated measurements with value and derivatives.- Parameters:
quantity- estimated quantityparamIndices- indices mapping parameter names to derivative indicesestimated- theoretical measurement class
-
getEmitter()