Class FundamentalNutationArguments

  • All Implemented Interfaces:
    Serializable

    public class FundamentalNutationArguments
    extends Object
    implements Serializable
    Class computing the fundamental arguments for nutation and tides.

    The fundamental arguments are split in two sets:

    • the Delaunay arguments for Moon and Sun effects
    • the planetary arguments for other planets
    Author:
    Luc Maisonobe
    See Also:
    SeriesTerm, PoissonSeries, BodiesElements, Serialized Form
    • Method Detail

      • evaluateAll

        public BodiesElements evaluateAll​(AbsoluteDate date)
        Evaluate all fundamental arguments for the current date (Delaunay plus planetary).
        Parameters:
        date - current date
        Returns:
        all fundamental arguments for the current date (Delaunay plus planetary)
      • evaluateAll

        public <T extends CalculusFieldElement<T>> FieldBodiesElements<T> evaluateAll​(FieldAbsoluteDate<T> date)
        Evaluate all fundamental arguments for the current date (Delaunay plus planetary).
        Type Parameters:
        T - type of the field elements
        Parameters:
        date - current date
        Returns:
        all fundamental arguments for the current date (Delaunay plus planetary)