Serializable
public class FundamentalNutationArguments extends Object implements Serializable
The fundamental arguments are split in two sets:
SeriesTerm
,
PoissonSeries
,
BodiesElements
,
Serialized FormConstructor | 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 | 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)
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)public FundamentalNutationArguments(IERSConventions conventions, TimeScale timeScale, List<double[]> coefficients)
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)public 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-2019 CS Systèmes d'information. All rights reserved.