Package gaiasky.util.gaia
Class GaiaAttitudeServer
java.lang.Object
gaiasky.util.gaia.GaiaAttitudeServer
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAttitude(Date date)
Returns the NSL37 attitude for the given date.
-
Field Details
-
instance
-
-
Constructor Details
-
GaiaAttitudeServer
-
-
Method Details
-
getAttitude
Returns the NSL37 attitude for the given date.- Parameters:
date
- The date- Returns:
- The attitude
-
getCurrentAttitudeName
-