Class TutorialMeasurements.TutorialAzEl

  • Enclosing class:
    TutorialMeasurements

    public static class TutorialMeasurements.TutorialAzEl
    extends Object
    Azimuth/Elevation measurement.
    • Constructor Detail

      • TutorialAzEl

        public TutorialAzEl()
    • Method Detail

      • getSigma

        public double getSigma()
        Get the theoretical standard deviation of the measurement.
        Returns:
        the theoretical standard deviation of the measurement
      • setSigma

        public void setSigma​(double sigma)
        Set the theoretical standard deviation of the measurement.
        Parameters:
        sigma - theoretical standard deviation of the measurement
      • getWeight

        public double getWeight()
        Get the measurement base weight.
        Returns:
        the measurement base weight
      • setWeight

        public void setWeight​(double weight)
        Set the measurement base weight.
        Parameters:
        weight - measurement base weight
      • isWithRefractionCorrection

        public boolean isWithRefractionCorrection()
        Get the flag for the computation of the refraction correction.
        Returns:
        true if the refraction correction has to be computed
      • setWithRefractionCorrection

        public void setWithRefractionCorrection​(boolean withRefractionCorrection)
        Set the flag for the computation of the refraction correction.
        Parameters:
        withRefractionCorrection - true if the refraction correction has to be computed