public final class TidesToolbox extends Object
Modifier and Type | Method and Description |
---|---|
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.
|
public static int[] nDoodson(double doodsonNumber)
doodsonNumber
- : Doodson number (xxx.xxx)public static double[][] computeFundamentalArguments(AbsoluteDate date, TidesStandards.TidesStandard standard) throws PatriusException
date
- the considered absolute datestandard
- the tides standard to usePatriusException
- 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 useCopyright © 2017 CNES. All rights reserved.