Class GaiaAttitudeServer


  • public class GaiaAttitudeServer
    extends java.lang.Object
    Provides caching of the last Nsl37 attitude requested. This allows for calculating the attitude only once in each time step and using it in several points in the processing.
    • Constructor Detail

      • GaiaAttitudeServer

        public GaiaAttitudeServer​(java.lang.String folder)
    • Method Detail

      • getAttitude

        public Attitude getAttitude​(java.util.Date date)
        Returns the NSL37 attitude for the given date.
        Parameters:
        date - The date
        Returns:
        The attitude
      • getCurrentAttitudeName

        public java.lang.String getCurrentAttitudeName()