Interface DiscreteTroposphericModel

    • Method Detail

      • pathDelay

        double pathDelay​(double elevation,
                         GeodeticPoint point,
                         double[] parameters,
                         AbsoluteDate date)
        Calculates the tropospheric path delay for the signal path from a ground station to a satellite.
        Parameters:
        elevation - the elevation of the satellite, in radians
        point - station location
        parameters - tropospheric model parameters
        date - current date
        Returns:
        the path delay due to the troposphere in m
      • pathDelay

        <T extends CalculusFieldElement<T>> T pathDelay​(T elevation,
                                                        FieldGeodeticPoint<T> point,
                                                        T[] parameters,
                                                        FieldAbsoluteDate<T> date)
        Calculates the tropospheric path delay for the signal path from a ground station to a satellite.
        Type Parameters:
        T - type of the elements
        Parameters:
        elevation - the elevation of the satellite, in radians
        point - station location
        parameters - tropospheric model parameters at current date
        date - current date
        Returns:
        the path delay due to the troposphere in m