Class GaiaAttitudeServer

java.lang.Object
gaiasky.util.gaia.GaiaAttitudeServer

public class GaiaAttitudeServer extends 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.
  • Field Details

  • Constructor Details

    • GaiaAttitudeServer

      public GaiaAttitudeServer(String folder)
  • Method Details

    • getAttitude

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

      public String getCurrentAttitudeName()