Class TutorialIonosphere


  • public class TutorialIonosphere
    extends Object
    Initial data to initialize an ionospheric delay model.

    Data are read from a YAML file.

    Author:
    Bryan Cazabonne
    • Constructor Detail

      • TutorialIonosphere

        public TutorialIonosphere()
    • Method Detail

      • isEstimatedModel

        public boolean isEstimatedModel()
        Get the flag to know if the ionospheric model is estimated of not.
        Returns:
        true if the ionospheric delay is computed with an estimated model
      • setIsEstimatedModel

        public void setIsEstimatedModel​(boolean isEstimatedModel)
        Set the flag to know if the ionospheric model is estimated of not.
        Parameters:
        isEstimatedModel - true if the ionospheric delay is computed with an estimated model
      • getVtec

        public TutorialEstimatedParameter getVtec()
        Get the estimated ionospheric parameter.
        Returns:
        the estimated ionospheric parameter.
      • setVtec

        public void setVtec​(TutorialEstimatedParameter vtec)
        Set the estimated ionospheric parameter.
        Parameters:
        vtec - estimated ionospheric parameter
      • getIonosphericLayer

        public double getIonosphericLayer()
        Get the height of the ionospheric layer.
        Returns:
        the height of the ionospheric layer (m)
      • setIonosphericLayer

        public void setIonosphericLayer​(double ionosphericLayer)
        Set the height of the ionospheric layer.
        Parameters:
        ionosphericLayer - height of the ionospheric layer (m)