Class 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 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 state
        localOffset - local clock offset
        localRate - local clock rate
        remoteOffset - remote clock offset
        remoteRate - remote clock rate
        tauD - downlink delay
        localPV - local satellite position/velocity
        remotePV - 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