|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdriver.ted.astro.T_Nutate
public class T_Nutate
Title: T_Utilities Description: This project will be used to create and maintain the utility classes in the utility package driver.ted.utilities Copyright: (c) 2001 - 2006
| Constructor Summary | |
|---|---|
T_Nutate()
Default constructor, initializes all of the Nutation numeric arrays. |
|
| Method Summary | |
|---|---|
double |
get_deps(T_JulianDate J)
Method to Return delta epsilon, in radians. |
double |
get_dpsi(T_JulianDate J)
Method to Return delta psi (the nutation in longitude) in radians. |
double |
get_eps(T_JulianDate J)
Method to Return the true obliquity of the elipitic in radians. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public T_Nutate()
| Method Detail |
|---|
public double get_dpsi(T_JulianDate J)
J - The Julian Date for which the nutation in longitude is desired
public double get_eps(T_JulianDate J)
J - The Julian Date for which the true obliquity of the eliptic is desired
public double get_deps(T_JulianDate J)
J - The T_JulianDate object for which the true obliquity of the eliptic is desired
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||