public class FundamentalNutationArguments extends Object implements Serializable
The fundamental arguments are split in two sets:
SeriesTerm,
PoissonSeries,
BodiesElements,
Serialized Form| Constructor 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).
|
FieldBodiesElements<DerivativeStructure> |
evaluateDerivative(AbsoluteDate date)
Evaluate all fundamental arguments for the current date (Delaunay plus planetary),
including the first time derivative.
|
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 FieldBodiesElements<DerivativeStructure> evaluateDerivative(AbsoluteDate date)
date - current dateCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.