Class FixedTroposphericDelay

    • Constructor Detail

      • FixedTroposphericDelay

        public FixedTroposphericDelay​(double[] xArr,
                                      double[] yArr,
                                      double[][] fArr)
        Creates a new FixedTroposphericDelay instance.
        Parameters:
        xArr - abscissa grid for the interpolation function
        yArr - ordinate grid for the interpolation function
        fArr - values samples for the interpolation function
      • FixedTroposphericDelay

        public FixedTroposphericDelay​(String supportedName,
                                      DataProvidersManager dataProvidersManager)
        Creates a new FixedTroposphericDelay instance, and loads the delay values from the given resource via the specified data manager.
        Parameters:
        supportedName - a regular expression for supported resource names
        dataProvidersManager - provides access to auxiliary data.
        Since:
        10.1