Class PythonAttitudeEphemerisFileParser

    • Constructor Detail

      • PythonAttitudeEphemerisFileParser

        public PythonAttitudeEphemerisFileParser()
    • 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_BS

        public AttitudeEphemerisFile parse_BS​(BufferedReader reader,
                                              String fileName)
                                       throws IOException
        Parse an attitude ephemeris file from a stream.
        Parameters:
        reader - containing the ephemeris file.
        fileName - to use in error messages.
        Returns:
        a parsed ephemeris file.
        Throws:
        IOException - if reader throws one.