Scilab Function
xyz2asz - Transformation: Cartesian (WGS84) to topozentric coordinates.
Calling Sequence
-
[A, Z, S] = xyz2asz(Xr, Yr, Zr, Xs, Ys, Zs)
Parameters
-
Xr
: x-coordinate of station [m]
-
Yr
: y-coordinate of station [m]
-
zr
: z-coordinate of station [m]
-
Xs
: x-coordinate of sv [m]
-
Ys
: y-coordinate of sv [m]
-
Zs
: z-coordinate of sv [m]
-
A
: azimuth under which the sv is observed [degree]
-
Z
: zenith angle under which the sv is observed [degree]
-
S
: distance between position and sv [m]
Description
-
Transformation: Cartesian (WGS84) to topozentric coordinate.
-
Formeln aus Heck (1988)
-
(matrix aware)
No warranty, there are no inputchecks.
Authors
-
cos
area7@web.de
Used Function
xyz2blh