Class OnBoardCommonParametersWithoutDerivatives
- java.lang.Object
-
- org.orekit.estimation.measurements.CommonParametersWithoutDerivatives
-
- org.orekit.estimation.measurements.gnss.OnBoardCommonParametersWithoutDerivatives
-
public class OnBoardCommonParametersWithoutDerivatives extends CommonParametersWithoutDerivatives
Common intermediate parameters used to estimate measurements where receiver is a satellite.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description OnBoardCommonParametersWithoutDerivatives(SpacecraftState localState, double localOffset, double localRate, double remoteOffset, double remoteRate, double tauD, TimeStampedPVCoordinates localPV, TimeStampedPVCoordinates remotePV)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetLocalOffset()Get local clock offset.doublegetLocalRate()Get local clock rate.doublegetRemoteOffset()Get remote clock offset.TimeStampedPVCoordinatesgetRemotePV()Get remote satellite position/velocity.doublegetRemoteRate()Get remote clock rate.-
Methods inherited from class org.orekit.estimation.measurements.CommonParametersWithoutDerivatives
getState, getTauD, getTransitPV, getTransitState
-
-
-
-
Constructor Detail
-
OnBoardCommonParametersWithoutDerivatives
public OnBoardCommonParametersWithoutDerivatives(SpacecraftState localState, double localOffset, double localRate, double remoteOffset, double remoteRate, double tauD, TimeStampedPVCoordinates localPV, TimeStampedPVCoordinates remotePV)
Simple constructor.- Parameters:
localState- local spacecraft statelocalOffset- local clock offsetlocalRate- local clock rateremoteOffset- remote clock offsetremoteRate- remote clock ratetauD- downlink delaylocalPV- local satellite position/velocityremotePV- remote satellite position/velocity
-
-
Method Detail
-
getLocalOffset
public double getLocalOffset()
Get local clock offset.- Returns:
- local clock offset
-
getLocalRate
public double getLocalRate()
Get local clock rate.- Returns:
- local clock rate
-
getRemoteOffset
public double getRemoteOffset()
Get remote clock offset.- Returns:
- remote clock offset
-
getRemoteRate
public double getRemoteRate()
Get remote clock rate.- Returns:
- remote clock rate
-
getRemotePV
public TimeStampedPVCoordinates getRemotePV()
Get remote satellite position/velocity.- Returns:
- remote satellite position/velocity
-
-