Class EpslAndNsl


public class EpslAndNsl extends AnalyticalAttitudeDataServer
This class implements a combination of the Ecliptic Pole Scanning Law (EPSL) and the Nominal Scanning Law (NSL), by switching from EPSL to NSL at the reference epoch (tRef). Since the scanning law parameters (in particular nuRef and omegaRef) apply to tRef, this means there is no discontinuity in the motion of the z axis when switching from EPSL to NSL.
  • Constructor Details

    • EpslAndNsl

      public EpslAndNsl()
      Default constructor:
    • EpslAndNsl

      public EpslAndNsl(long tRef, Epsl.Mode mode)
      Constructor for arbitrary reference time (= switch from EPSL to NSL) and Epsl mode (PRECEDING or FOLLOWING):
      Parameters:
      tRef - time of the switch
      mode - which mode to switch to
  • Method Details