|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.data.PoissonSeries
public class PoissonSeries
Class representing a Poisson series for nutation or ephemeris computations.
A Poisson series is composed of a time polynomial part and a non-polynomial
part which consist in summation series. The series terms
are harmonic functions (combination of sines and cosines) of polynomial
arguments. The polynomial arguments are combinations of luni-solar or
planetary elements
.
SeriesTerm
,
Serialized FormConstructor Summary | |
---|---|
PoissonSeries(InputStream stream,
double factor,
String name)
Build a Poisson series from an IERS table file. |
Method Summary | |
---|---|
double |
value(double t,
BodiesElements elements)
Compute the value of the development for the current date. |
double[] |
value(double t,
BodiesElements elements,
BodiesElements elementsP)
Compute the value of the development for the current date and its first time derivative. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PoissonSeries(InputStream stream, double factor, String name) throws OrekitException
stream
- stream containing the IERS tablefactor
- multiplicative factor to use for coefficientsname
- name of the resource file (for error messages only)
OrekitException
- if stream is null or the table cannot be parsedMethod Detail |
---|
public double value(double t, BodiesElements elements)
t
- current dateelements
- luni-solar and planetary elements for the current date
public double[] value(double t, BodiesElements elements, BodiesElements elementsP)
t
- current dateelements
- luni-solar and planetary elements for the current dateelementsP
- luni-solar and planetary time derivative elements for the current date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |