public class FundamentalNutationArguments extends Object implements Serializable
The fundamental arguments are split in two sets:
SeriesTerm
,
PoissonSeries
,
BodiesElements
,
Serialized FormConstructor and Description |
---|
FundamentalNutationArguments(IERSConventions conventions,
TimeScale timeScale,
InputStream stream,
String name)
Build a model of fundamental arguments from an IERS table file.
|
FundamentalNutationArguments(IERSConventions conventions,
TimeScale timeScale,
List<double[]> coefficients)
Build a model of fundamental arguments from an IERS table file.
|
Modifier and Type | Method and Description |
---|---|
BodiesElements |
evaluateAll(AbsoluteDate date)
Evaluate all fundamental arguments for the current date (Delaunay plus planetary).
|
<T extends org.hipparchus.RealFieldElement<T>> |
evaluateAll(FieldAbsoluteDate<T> date)
Evaluate all fundamental arguments for the current date (Delaunay plus planetary).
|
public FundamentalNutationArguments(IERSConventions conventions, TimeScale timeScale, InputStream stream, String name) throws OrekitException
conventions
- IERS conventions to usetimeScale
- time scale for GMST computation
(may be null if tide parameter γ = GMST + π is not needed)stream
- stream containing the IERS tablename
- name of the resource file (for error messages only)OrekitException
- if stream is null or the table cannot be parsedpublic FundamentalNutationArguments(IERSConventions conventions, TimeScale timeScale, List<double[]> coefficients) throws OrekitException
conventions
- IERS conventions to usetimeScale
- time scale for GMST computation
(may be null if tide parameter γ = GMST + π is not needed)coefficients
- list of coefficients arrays (all 14 arrays must be provided,
the 5 Delaunay first and the 9 planetary afterwards)OrekitException
- if GMST function cannot be retrievedpublic BodiesElements evaluateAll(AbsoluteDate date)
date
- current datepublic <T extends org.hipparchus.RealFieldElement<T>> FieldBodiesElements<T> evaluateAll(FieldAbsoluteDate<T> date)
T
- type of the field elementsdate
- current dateCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.