Class MariniMurrayModel

    • Constructor Detail

      • MariniMurrayModel

        public MariniMurrayModel​(double t0,
                                 double p0,
                                 double rh,
                                 double latitude,
                                 double lambda)
        Create a new Marini-Murray model for the troposphere using the given environmental conditions.
        Parameters:
        t0 - the temperature at the station, K
        p0 - the atmospheric pressure at the station, mbar
        rh - the humidity at the station, percent (50% -> 0.5)
        latitude - site latitude
        lambda - laser wavelength (c/f), nm
    • Method Detail

      • getStandardModel

        public static MariniMurrayModel getStandardModel​(double latitude,
                                                         double lambda)
        Create a new Marini-Murray model using a standard atmosphere model.
        • temperature: 20 degree Celsius
        • pressure: 1013.25 mbar
        • humidity: 50%
        Parameters:
        latitude - site latitude
        lambda - laser wavelength (c/f), nm
        Returns:
        a Marini-Murray model with standard environmental values
      • pathDelay

        public double pathDelay​(double elevation,
                                double height)
        Description copied from interface: TroposphericModel
        Calculates the tropospheric path delay for the signal path from a ground station to a satellite.
        Specified by:
        pathDelay in interface TroposphericModel
        Parameters:
        elevation - the elevation of the satellite, in radians
        height - the height of the station in m above sea level
        Returns:
        the path delay due to the troposphere in m