public class DelaunayArguments extends Object implements TimeStamped, Serializable
This class is a simple placeholder, it does not provide any processing method.
Constructor and Description |
---|
DelaunayArguments(AbsoluteDate date,
double tc,
double gamma,
double l,
double lPrime,
double f,
double d,
double omega)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getD()
Get the mean elongation of the Moon from the Sun.
|
AbsoluteDate |
getDate()
Get the date.
|
double |
getF()
Get L - Ω where L is the mean longitude of the Moon.
|
double |
getGamma()
Get the tide parameter γ = GMST + π.
|
double |
getL()
Get the mean anomaly of the Moon.
|
double |
getLPrime()
Get the mean anomaly of the Sun.
|
double |
getOmega()
Get the mean longitude of the ascending node of the Moon.
|
double |
getTC()
Get the offset in Julian centuries.
|
public DelaunayArguments(AbsoluteDate date, double tc, double gamma, double l, double lPrime, double f, double d, double omega)
date
- current datetc
- offset in Julian centuriesgamma
- tide parameter γ = GMST + πl
- mean anomaly of the MoonlPrime
- mean anomaly of the Sunf
- L - Ω where L is the mean longitude of the Moond
- mean elongation of the Moon from the Sunomega
- mean longitude of the ascending node of the Moonpublic AbsoluteDate getDate()
getDate
in interface TimeStamped
public double getTC()
public double getGamma()
public double getL()
public double getLPrime()
public double getF()
public double getD()
public double getOmega()
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.