Class EstimatedTroposphericModel

    • Field Detail

      • TOTAL_ZENITH_DELAY

        public static final String TOTAL_ZENITH_DELAY
        Deprecated.
        Name of the parameter of this model: the total zenith delay.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EstimatedTroposphericModel

        @DefaultDataContext
        public EstimatedTroposphericModel​(double t0,
                                          double p0,
                                          MappingFunction model,
                                          double totalDelay)
        Deprecated.
        Build a new instance using the given environmental conditions.

        This constructor uses a ModifiedSaastamoinenModel for the hydrostatic contribution.

        Parameters:
        t0 - the temperature at the station [K]
        p0 - the atmospheric pressure at the station [mbar]
        model - mapping function model (NMF or GMF).
        totalDelay - initial value for the tropospheric zenith total delay [m]
      • EstimatedTroposphericModel

        public EstimatedTroposphericModel​(DiscreteTroposphericModel hydrostatic,
                                          MappingFunction model,
                                          double totalDelay)
        Deprecated.
        Build a new instance using the given environmental conditions.
        Parameters:
        hydrostatic - model for hydrostatic component
        model - mapping function model (NMF or GMF).
        totalDelay - initial value for the tropospheric zenith total delay [m]
        Since:
        12.1
      • EstimatedTroposphericModel

        @DefaultDataContext
        public EstimatedTroposphericModel​(MappingFunction model,
                                          double totalDelay)
        Deprecated.
        Build a new instance using a standard atmosphere model.
        • temperature: 18 degree Celsius
        • pressure: 1013.25 mbar
        Parameters:
        model - mapping function model (NMF or GMF).
        totalDelay - initial value for the tropospheric zenith total delay [m]
    • Method Detail

      • pathDelay

        @Deprecated
        public double pathDelay​(double elevation,
                                GeodeticPoint point,
                                double[] parameters,
                                AbsoluteDate date)
        Deprecated.
        Calculates the tropospheric path delay for the signal path from a ground station to a satellite.
        Specified by:
        pathDelay in interface DiscreteTroposphericModel
        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

        @Deprecated
        public <T extends CalculusFieldElement<T>> T pathDelay​(T elevation,
                                                               FieldGeodeticPoint<T> point,
                                                               T[] parameters,
                                                               FieldAbsoluteDate<T> date)
        Deprecated.
        Calculates the tropospheric path delay for the signal path from a ground station to a satellite.
        Specified by:
        pathDelay in interface DiscreteTroposphericModel
        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