|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.forces.gravity.tides.TidesToolbox
public final class TidesToolbox
Tides toolbox
Method Summary | |
---|---|
static double[][] |
computeFundamentalArguments(AbsoluteDate date,
TidesStandards.TidesStandard standard)
Method to compute the Doodson fundamental arguments. |
static double[][] |
computeNutationArguments(double jd,
TidesStandards.TidesStandard standard)
Method to compute the fundamental arguments from the luni-solar nutation theory. |
static int[] |
nDoodson(double doodsonNumber)
Doodson number decomposition as a sextuplet of integers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int[] nDoodson(double doodsonNumber)
doodsonNumber
- : Doodson number (xxx.xxx)
public static double[][] computeFundamentalArguments(AbsoluteDate date, TidesStandards.TidesStandard standard) throws OrekitException
date
- the considered absolute datestandard
- the tides standard to use
OrekitException
- when an Orekit error occurspublic static double[][] computeNutationArguments(double jd, TidesStandards.TidesStandard standard)
jd
- duration from the J2000 epoch to the given date with TT scale in julian daysstandard
- the tides standard to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |