Class GroundReceiverCommonParametersWithDerivatives
- java.lang.Object
-
- org.orekit.estimation.measurements.CommonParametersWithDerivatives
-
- org.orekit.estimation.measurements.GroundReceiverCommonParametersWithDerivatives
-
public class GroundReceiverCommonParametersWithDerivatives extends CommonParametersWithDerivatives
Common intermediate parameters used to estimate measurements where receiver is a ground station.- Since:
- 12.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description GroundReceiverCommonParametersWithDerivatives(SpacecraftState state, Map<String,Integer> indices, FieldTransform<Gradient> offsetToInertialDownlink, TimeStampedFieldPVCoordinates<Gradient> stationDownlink, Gradient tauD, SpacecraftState transitState, TimeStampedFieldPVCoordinates<Gradient> transitPV)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldTransform<Gradient>
getOffsetToInertialDownlink()
Get transform between station and inertial frame.TimeStampedFieldPVCoordinates<Gradient>
getStationDownlink()
Get station position in inertial frame at end of the downlink leg.-
Methods inherited from class org.orekit.estimation.measurements.CommonParametersWithDerivatives
getIndices, getState, getTauD, getTransitPV, getTransitState
-
-
-
-
Constructor Detail
-
GroundReceiverCommonParametersWithDerivatives
public GroundReceiverCommonParametersWithDerivatives(SpacecraftState state, Map<String,Integer> indices, FieldTransform<Gradient> offsetToInertialDownlink, TimeStampedFieldPVCoordinates<Gradient> stationDownlink, Gradient tauD, SpacecraftState transitState, TimeStampedFieldPVCoordinates<Gradient> transitPV)
Simple constructor.- Parameters:
state
- spacecraft stateindices
- derivatives indices mapoffsetToInertialDownlink
- transform between station and inertial framestationDownlink
- station position in inertial frame at end of the downlink legtauD
- downlink delaytransitState
- transit statetransitPV
- transit position/velocity as a gradient
-
-
Method Detail
-
getOffsetToInertialDownlink
public FieldTransform<Gradient> getOffsetToInertialDownlink()
Get transform between station and inertial frame.- Returns:
- transform between station and inertial frame
-
getStationDownlink
public TimeStampedFieldPVCoordinates<Gradient> getStationDownlink()
Get station position in inertial frame at end of the downlink leg.- Returns:
- station position in inertial frame at end of the downlink leg
-
-