|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdriver.ted.astro.T_Sidereal
public class T_Sidereal
Title: T_Sidereal Description: This class will be used to calculate and return sidereal times Copyright: (c) 2001 - 2006
| Constructor Summary | |
|---|---|
T_Sidereal()
Constructor |
|
| Method Summary | |
|---|---|
double |
getApparentSiderealTime(T_JulianDate JD)
The apparent sidereal time in degrees at the specified julian date. |
double |
getSiderealTime(T_JulianDate JD)
Returns the Sideral Time at Greenwich in degrees |
static void |
main(java.lang.String[] args)
Test program |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public T_Sidereal()
| Method Detail |
|---|
public double getSiderealTime(T_JulianDate JD)
JD - The T_JulianDate object defining the time for which the sidereal time is desired
public double getApparentSiderealTime(T_JulianDate JD)
JD - T_JulianDate object defining the julian date for which the sidereal time is desired
public static void main(java.lang.String[] args)
args - args
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||