Class PythonAtmosphericRefractionModel

    • Constructor Detail

      • PythonAtmosphericRefractionModel

        public PythonAtmosphericRefractionModel()
    • 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
      • getRefraction

        public double getRefraction​(double trueElevation)
        Compute the refraction angle from the true (geometrical) elevation. Extension point for Python.
        Specified by:
        getRefraction in interface AtmosphericRefractionModel
        Parameters:
        trueElevation - true elevation (rad)
        Returns:
        refraction angle (rad)