Class PythonEphemerisFileParser

    • Constructor Detail

      • PythonEphemerisFileParser

        public PythonEphemerisFileParser()
    • 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
      • parse

        public EphemerisFile<?,​?> parse​(DataSource source)
        Parse an ephemeris file from a data source.
        Specified by:
        parse in interface EphemerisFileParser
        Parameters:
        source - source providing the data to parse
        Returns:
        a parsed ephemeris file.