Class TimeSpanEstimatedTroposphericModel

    • Field Detail

      • DATE_BEFORE

        public static final String DATE_BEFORE
        Deprecated.
        Prefix for dates before in the tropospheric parameter drivers' name.
        See Also:
        Constant Field Values
      • DATE_AFTER

        public static final String DATE_AFTER
        Deprecated.
        Prefix for dates after in the tropospheric parameter drivers' name.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TimeSpanEstimatedTroposphericModel

        @DefaultDataContext
        public TimeSpanEstimatedTroposphericModel​(EstimatedTroposphericModel model)
        Deprecated.
        Constructor with default UTC time scale.
        Parameters:
        model - the initial model which going to be used for all the models initialization.
      • TimeSpanEstimatedTroposphericModel

        public TimeSpanEstimatedTroposphericModel​(EstimatedTroposphericModel model,
                                                  TimeScale timeScale)
        Deprecated.
        Constructor with default UTC time scale.
        Parameters:
        model - the initial model which going to be used for all the models initialization.
        timeScale - timeScale Time scale used for the default names of the tropospheric parameter drivers
    • Method Detail

      • getParametersDrivers

        public List<ParameterDriver> getParametersDrivers()
        Deprecated.
        Get the drivers for parameters.

        All the parameter drivers of all Estimated models are returned in an array. Models are ordered chronologically.

        Specified by:
        getParametersDrivers in interface ParameterDriversProvider
        Returns:
        drivers for parameters
      • addTroposphericModelValidBefore

        public void addTroposphericModelValidBefore​(EstimatedTroposphericModel model,
                                                    AbsoluteDate latestValidityDate)
        Deprecated.
        Add an EstimatedTroposphericModel entry valid before a limit date.
        Using addTroposphericValidBefore(entry, t) will make entry valid in ]-∞, t[ (note the open bracket).
        Parameters:
        model - EstimatedTroposphericModel entry
        latestValidityDate - date before which the entry is valid (must be different from all dates already used for transitions)
      • addTroposphericModelValidAfter

        public void addTroposphericModelValidAfter​(EstimatedTroposphericModel model,
                                                   AbsoluteDate earliestValidityDate)
        Deprecated.
        Add a EstimatedTroposphericModel entry valid after a limit date.
        Using addTroposphericModelValidAfter(entry, t) will make entry valid in [t, +∞[ (note the closed bracket).
        Parameters:
        model - EstimatedTroposphericModel entry
        earliestValidityDate - date after which the entry is valid (must be different from all dates already used for transitions)
      • extractParameters

        public double[] extractParameters​(double[] parameters,
                                          AbsoluteDate date)
        Deprecated.
        Extract the proper parameter drivers' values from the array in input of the pathDelay method. Parameters are filtered given an input date.
        Parameters:
        parameters - the input parameters array
        date - the date
        Returns:
        the parameters given the date
      • extractParameters

        public <T extends CalculusFieldElement<T>> T[] extractParameters​(T[] parameters,
                                                                         FieldAbsoluteDate<T> date)
        Deprecated.
        Extract the proper parameter drivers' values from the array in input of the pathDelay method. Parameters are filtered given an input date.
        Type Parameters:
        T - extends CalculusFieldElements
        Parameters:
        parameters - the input parameters array
        date - the date
        Returns:
        the parameters given the date
      • pathDelay

        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

        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