Interface TroposphericModel

    • Method Detail

      • pathDelay

        TroposphericDelay pathDelay​(TrackingCoordinates trackingCoordinates,
                                    GeodeticPoint point,
                                    PressureTemperatureHumidity weather,
                                    double[] parameters,
                                    AbsoluteDate date)
        Calculates the tropospheric path delay for the signal path from a ground station to a satellite.
        Parameters:
        trackingCoordinates - tracking coordinates of the satellite
        point - station location
        weather - weather parameters for constant default values)
        parameters - tropospheric model parameters
        date - current date
        Returns:
        the path delay due to the troposphere
      • pathDelay

        <T extends CalculusFieldElement<T>> FieldTroposphericDelay<T> pathDelay​(FieldTrackingCoordinates<T> trackingCoordinates,
                                                                                FieldGeodeticPoint<T> point,
                                                                                FieldPressureTemperatureHumidity<T> weather,
                                                                                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:
        trackingCoordinates - tracking coordinates of the satellite
        point - station location
        weather - weather parameters for constant default values)
        parameters - tropospheric model parameters at current date
        date - current date
        Returns:
        the path delay due to the troposphere