Class GroundReceiverCommonParametersWithoutDerivatives
- java.lang.Object
-
- org.orekit.estimation.measurements.CommonParametersWithoutDerivatives
-
- org.orekit.estimation.measurements.GroundReceiverCommonParametersWithoutDerivatives
-
public class GroundReceiverCommonParametersWithoutDerivatives extends CommonParametersWithoutDerivatives
Common intermediate parameters used to estimate measurements where receiver is a ground station.- Since:
- 12.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description GroundReceiverCommonParametersWithoutDerivatives(SpacecraftState state, Transform offsetToInertialDownlink, TimeStampedPVCoordinates stationDownlink, double tauD, SpacecraftState transitState, TimeStampedPVCoordinates transitPV)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransformgetOffsetToInertialDownlink()Get transform between station and inertial frame.TimeStampedPVCoordinatesgetStationDownlink()Get station position in inertial frame at end of the downlink leg.-
Methods inherited from class org.orekit.estimation.measurements.CommonParametersWithoutDerivatives
getState, getTauD, getTransitPV, getTransitState
-
-
-
-
Constructor Detail
-
GroundReceiverCommonParametersWithoutDerivatives
public GroundReceiverCommonParametersWithoutDerivatives(SpacecraftState state, Transform offsetToInertialDownlink, TimeStampedPVCoordinates stationDownlink, double tauD, SpacecraftState transitState, TimeStampedPVCoordinates transitPV)
Simple constructor.- Parameters:
state- spacecraft stateoffsetToInertialDownlink- transform between station and inertial framestationDownlink- station position in inertial frame at end of the downlink legtauD- downlink delaytransitState- transit statetransitPV- transit position/velocity
-
-
Method Detail
-
getOffsetToInertialDownlink
public Transform getOffsetToInertialDownlink()
Get transform between station and inertial frame.- Returns:
- transform between station and inertial frame
-
getStationDownlink
public TimeStampedPVCoordinates 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
-
-