Class PythonIonosphericMappingFunction

    • Constructor Detail

      • PythonIonosphericMappingFunction

        public PythonIonosphericMappingFunction()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object
      • mappingFactor

        public double mappingFactor​(double elevation)
        This method allows the computation of the ionospheric mapping factor.
        Specified by:
        mappingFactor in interface IonosphericMappingFunction
        Parameters:
        elevation - the elevation of the satellite, in radians.
        Returns:
        the ionospheric mapping factor.
      • mappingFactor

        public <T extends CalculusFieldElement<T>> T mappingFactor​(T elevation)
        This method allows the computation of the ionospheric mapping factor.
        Specified by:
        mappingFactor in interface IonosphericMappingFunction
        Type Parameters:
        T - type of the elements
        Parameters:
        elevation - the elevation of the satellite, in radians.
        Returns:
        the ionospheric mapping factor.
      • mappingFactor_T

        public <T extends CalculusFieldElement<T>> T mappingFactor_T​(T elevation)
        This method allows the computation of the ionospheric mapping factor.
        Parameters:
        elevation - the elevation of the satellite, in radians.
        Returns:
        the ionospheric mapping factor.