Description Usage Arguments Details Value Author(s) See Also Examples
Convert geographic spherical coordinates to Earth-centered inertial coordinates
1 | geo2eci(incoord, jdtim)
|
incoord |
a 3-element vector of geographic coordinates [latitude, longitude, altitude], or an array [3,n] of n such coordinates, in degrees/degrees/km |
jdtim |
Julian Day time, in days, scalar or vector |
Converts from geographic spherical coordinates [latitude, longitude, altitude] to ECI (Earth-Centered Inertial) [X,Y,Z] rectangular coordinates. Geographic coordinates assume the Earth is a perfect sphere, with radius equal to its equatorial radius.
(x, y, z) |
a 3-element vector of ECI coordinates, or an array [3,n] of coordinates, in km from Earth center |
Written by Pascal Saint-Hilaire (ETH) on 2002/05/14
R adaptation by Arnab Chakraborty June 2013
1 2 3 4 |
[1] -3902.960 5044.555 0.000
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.