This class stores all the information of the Attitude Parameter Message (APM) File parsed by APMParser. It contains the header and the metadata and a the data lines.
Since:
10.2
Author:
Bryan Cazabonne
  • Field Details

  • Constructor Details

  • Method Details

    • getMetadata

      public AdmMetadata getMetadata()
      Get the file metadata.
      Returns:
      file metadata
    • getData

      public ApmData getData()
      Get the file data.
      Returns:
      file data
    • getAttitude

      public Attitude getAttitude(Frame frame, PVCoordinatesProvider pvProvider)
      Get the attitude.
      Parameters:
      frame - reference frame with respect to which attitude must be defined, (may be null if attitude is not orbit-relative and one wants attitude in the same frame as used in the attitude message)
      pvProvider - provider for spacecraft position and velocity (may be null if attitude is not orbit-relative)
      Returns:
      attitude