Class PythonGravityFields

    • Constructor Detail

      • PythonGravityFields

        public PythonGravityFields()
    • 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
      • getOceanTidesWaves

        public List<OceanTidesWave> getOceanTidesWaves​(int degree,
                                                       int order)
        Get the ocean tides waves.

        WARNING: as of 2013-11-17, there seem to be an inconsistency when loading one or the other file, for wave Sa (Doodson number 56.554) and P1 (Doodson number 163.555). The sign of the coefficients are different. We think the problem lies in the input files from IERS and not in the conversion (which works for all other waves), but cannot be sure. For this reason, ocean tides are still considered experimental at this date.

        Specified by:
        getOceanTidesWaves in interface GravityFields
        Parameters:
        degree - maximal degree
        order - maximal order
        Returns:
        list of tides waves containing already loaded data
        Since:
        6.1