|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdriver.ted.utilities.T_Coordinates
public class T_Coordinates
Static class to provide coordinate conversion utilities.
| Constructor Summary | |
|---|---|
T_Coordinates()
Default Constructor |
|
| Method Summary | |
|---|---|
static double[] |
ECEF_To_Geo(double[] ECEF_Coords)
Converts ECEF coordinates to Geocentric coordinates Conversion from Earth-Centered, Earth Fixed coordinates (x, y, z) to Geocentric coordinates (Latitude, Longitude, Height) with units {rad, rad, meters} |
static double[] |
EquatorialToLocalHorizontal(double RA,
double Dec,
double Lat,
double Long,
T_JulianDate t)
Converts Right Ascension and Declination values to local Azimuth, Elevation Equatorial (RA, Dec) with units (deg, deg) are converted to Local horizontal coordinates (Azimuth, Elevation) with units {deg, deg} |
static void |
main(java.lang.String[] args)
Test program for T_Coordinates |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public T_Coordinates()
| Method Detail |
|---|
public static double[] ECEF_To_Geo(double[] ECEF_Coords)
ECEF_Coords - The List of X,Y,Z values to convert to Geocentric coordinates
LatLong[0] = Latitude in radians
LatLong[1] = Longitude in radians
LatLong[2] = Altitude in meters
public static double[] EquatorialToLocalHorizontal(double RA,
double Dec,
double Lat,
double Long,
T_JulianDate t)
RA - The Right Ascension coordinate to convertDec - The Declination to convertLat - The Latitude of the location the observer is atLong - The Longitude of the location the observer is at (reckoned negative WEST)t - The T_JulianDate object representing the time for the conversion
AzEl[0] = Azimuth in degrees reckoned clockwise from north.
AzEl[1] = Elevation in degrees.
public static void main(java.lang.String[] args)
args - Arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||