Table of contents
CSPICE_AZLCPO returns the azimuth/elevation coordinates of a specified
target relative to an "observer," where the observer has constant
position in a specified reference frame. The observer's position is
provided by the calling program rather than by loaded SPK files.
Given:
method a short string providing parameters defining the computation
method to be used to obtain the surface normal vector that
defines the local zenith.
[1,c1] = size(method); char = class(method)
or
[1,1] = size(method); cell = class(method)
Parameters include, but are not limited to, the shape model
used to represent the body's surface of observer's center of
motion.
The only choice currently supported is
'ELLIPSOID' The intercept computation uses
a triaxial ellipsoid to model
the body's surface of the
observer's center of motion.
The ellipsoid's radii must be
available in the kernel pool.
Neither case nor white space are significant in
`method'. For example, the string ' eLLipsoid ' is
valid.
In a later Toolkit release, this argument will be
used to invoke a wider range of surface
representations. For example, it will be possible to
represent the target body's surface using a digital
shape model.
target the name of a target body.
[1,c2] = size(target); char = class(target)
or
[1,1] = size(target); cell = class(target)
Optionally, you may supply the ID code of the object as an
integer string. For example, both 'EARTH' and '399' are
legitimate strings to supply to indicate the target is Earth.
Case and leading and trailing blanks are not significant
in the string `target'.
et the ephemeris time at which the state of the target relative
to the observer is to be computed.
[1,1] = size(et); double = class(et)
`et' is expressed as seconds past J2000 TDB. `et' refers to
time at the observer's location.
abcorr a short string that indicates the aberration corrections to
be applied to the observer-target state to account for
one-way light time and stellar aberration.
[1,c3] = size(abcorr); char = class(abcorr)
or
[1,1] = size(abcorr); cell = class(abcorr)
`abcorr' may be any of the following:
'NONE' Apply no correction. Return the
geometric state of the target
relative to the observer.
The following values of `abcorr' apply to the
"reception" case in which photons depart from the
target's location at the light-time corrected epoch
et-lt and *arrive* at the observer's location at `et':
'LT' Correct for one-way light time (also
called "planetary aberration") using a
Newtonian formulation. This correction
yields the state of the target at the
moment it emitted photons arriving at
the observer at `et'.
The light time correction uses an
iterative solution of the light time
equation. The solution invoked by the
'LT' option uses one iteration.
'LT+S' Correct for one-way light time and
stellar aberration using a Newtonian
formulation. This option modifies the
state obtained with the 'LT' option to
account for the observer's velocity
relative to the solar system
barycenter. The result is the apparent
state of the target---the position and
velocity of the target as seen by the
observer.
'CN' Converged Newtonian light time
correction. In solving the light time
equation, the 'CN' correction iterates
until the solution converges.
'CN+S' Converged Newtonian light time
and stellar aberration corrections.
The following values of `abcorr' apply to the
"transmission" case in which photons *depart* from
the observer's location at `et' and arrive at the
target's location at the light-time corrected epoch
et+lt:
'XLT' "Transmission" case: correct for
one-way light time using a Newtonian
formulation. This correction yields the
state of the target at the moment it
receives photons emitted from the
observer's location at `et'.
'XLT+S' "Transmission" case: correct for
one-way light time and stellar
aberration using a Newtonian
formulation This option modifies the
state obtained with the 'XLT' option to
account for the observer's velocity
relative to the solar system
barycenter. The position component of
the computed target state indicates the
direction that photons emitted from the
observer's location must be "aimed" to
hit the target.
'XCN' "Transmission" case: converged
Newtonian light time correction.
'XCN+S' "Transmission" case: converged
Newtonian light time and stellar
aberration corrections.
Neither special nor general relativistic effects are
accounted for in the aberration corrections applied
by this routine.
Case and leading and trailing blanks are not
significant in the string `abcorr'.
azccw a flag indicating how the azimuth is measured.
[1,1] = size(azccw); logical = class(azccw)
If `azccw' is true, the azimuth increases in the
counterclockwise direction; otherwise it increases
in the clockwise direction.
elplsz a flag indicating how the elevation is measured.
[1,1] = size(elplsz); logical = class(elplsz)
If `elplsz' is true, the elevation increases from
the XY plane toward +Z; otherwise toward -Z.
obspos the fixed (constant) geometric position of an observer
relative to its center of motion `obsctr', expressed in the
reference frame `obsref'.
[3,1] = size(obspos); double = class(obspos)
`obspos' does not need to be located on the surface of
the object centered at `obsctr'.
Units are always km.
obsctr the name of the center of motion of `obspos'.
[1,c4] = size(obsctr); char = class(obsctr)
or
[1,1] = size(obsctr); cell = class(obsctr)
The ephemeris of `obsctr' is provided by loaded SPK files.
Optionally, you may supply the integer ID code for the
object as an integer string. For example both 'MOON' and
'301' are legitimate strings that indicate the moon is
the center of motion.
Case and leading and trailing blanks are not significant
in the string `obsctr'.
obsref the name of the body-fixed, body-centered reference frame
associated with the observer's center of motion, relative to
which the input position `obspos' is expressed.
[1,c5] = size(obsref); char = class(obsref)
or
[1,1] = size(obsref); cell = class(obsref)
The observer has constant position relative to its center
of motion in this reference frame.
Case and leading and trailing blanks are not significant
in the string `obsref'.
the call:
[azlsta, lt] = cspice_azlcpo( method, target, et, abcorr, ...
azccw, elplsz, obspos, obsctr, ...
obsref )
returns:
azlsta a state vector representing the position and velocity of the
target relative to the specified observer, corrected for the
specified aberrations and expressed in azimuth/elevation
coordinates.
[6,1] = size(azlsta); double = class(azlsta)
The first three components of `azlsta' represent the range,
azimuth and elevation of the target's position; the last
three components form the corresponding velocity vector:
azlsta = ( r, az, el, dr/dt, daz/dt, del/dt )
The position component of `azlsta' points from the
observer's location at `et' to the aberration-corrected
location of the target. Note that the sense of the
position vector is independent of the direction of
radiation travel implied by the aberration correction.
The velocity component of `azlsta' is the derivative with
respect to time of the position component of `azlsta'.
Azimuth, elevation and its derivatives are measured with
respect to the axes of the local topocentric reference
frame. See the -Particulars section for the definition
of this reference frame.
The azimuth is the angle between the projection onto the
local topocentric principal (X-Y) plane of the vector
from the observer's position to the target and the
principal axis of the reference frame. The azimuth is
zero on the +X axis.
The elevation is the angle between the vector from the
observer's position to the target and the local
topocentric principal plane. The elevation is zero on
the plane.
Units are km for `r', radians for `az' and `el', km/sec for
dr/dt, and radians/sec for daz/dt and del/dt. The range
of `az' is [0, 2*pi] and the range of `el' is [-pi/2, pi/2].
The way azimuth and elevation are measured depend
respectively on the value of the logical flags `azccw' and
`elplsz'. See the description of these input arguments for
details.
lt the one-way light time between the observer and target in
seconds.
[1,1] = size(lt); double = class(lt)
If the target state is corrected for aberrations, then `lt'
is the one-way light time between the observer and the light
time corrected target location.
None.
Any numerical results shown for this example may differ between
platforms as the results depend on the SPICE kernels used as input
and the machine specific arithmetic implementation.
1) Find the azimuth/elevation state of Venus as seen from the
DSS-14 station at a given epoch first using the position of
the station given as a vector in the ITRF93 frame and then
using the data provided in the kernel pool for the DSS-14
station.
Task description
================
In this example, we will obtain the apparent state of Venus as
seen from DSS-14 station in the DSS-14 topocentric reference
frame. For this computation, we'll use the DSS-14 station's
location given as a vector in the ITRF93 frame.
Then we will compute same apparent state using cspice_spkpos to
obtain a Cartesian state vector, after which we will transform
the vector coordinates to azimuth, elevation and range and
their derivatives using cspice_recazl and cspice_dazldr.
In order to introduce the usage of the logical flags `azccw'
and `elplsz', we will request the azimuth to be measured
clockwise and the elevation positive towards the +Z
axis of the DSS-14_TOPO reference frame.
Results from the two computations will not agree exactly
because of time-dependent differences in the orientation,
relative to the ITRF93 frame, of the topocentric frame centered
at DSS-14. This orientation varies with time due to movement of
the station, which is affected by tectonic plate motion. The
computation using cspice_azlcpo evaluates the orientation of this
frame using the station location at the observation epoch,
while the cspice_spkpos computation uses the orientation provided by
the station frame kernel. The latter is fixed and is derived
from the station location at an epoch specified in the
documentation of that kernel.
Kernels
=======
Use the meta-kernel shown below to load the required SPICE
kernels.
KPL/MK
File name: azlcpo_ex1.tm
This meta-kernel is intended to support operation of SPICE
example programs. The kernels shown here should not be
assumed to contain adequate or correct versions of data
required by SPICE-based user applications.
In order for an application to use this meta-kernel, the
kernels referenced here must be present in the user's
current working directory.
The names and contents of the kernels referenced
by this meta-kernel are as follows:
File name Contents
--------- --------
de430.bsp Planetary ephemeris
naif0011.tls Leapseconds
pck00010.tpc Planetary constants
earth_720101_070426.bpc Earth historical
binary PCK
earthstns_itrf93_050714.bsp DSN station SPK
earth_topo_050714.tf DSN station FK
\begindata
KERNELS_TO_LOAD = ( 'de430.bsp',
'naif0011.tls',
'pck00010.tpc',
'earth_720101_070426.bpc',
'earthstns_itrf93_050714.bsp',
'earth_topo_050714.tf' )
\begintext
End of meta-kernel.
Example code begins here.
function azlcpo_ex1()
%
% Local parameters
%
META = 'azlcpo_ex1.tm';
%
% Load SPICE kernels.
%
cspice_furnsh( META );
%
% Convert the observation time to seconds past J2000 TDB.
%
obstim = '2003 Jan 01 00:00:00 TDB';
[et] = cspice_str2et( obstim );
%
% Set the method, target, center of motion of the observer,
% frame of observer position, and aberration corrections.
%
method = 'ELLIPSOID';
target = 'VENUS';
obsctr = 'EARTH';
obsref = 'ITRF93';
abcorr = 'CN+S';
%
% Set the position of DSS-14 relative to the earth's
% center at the observation epoch, expressed in the
% ITRF93 reference frame. Values come from the
% earth station SPK specified in the meta-kernel.
%
% The actual station velocity is non-zero due
% to tectonic plate motion; we ignore the motion
% in this example.
%
obspos = [ -2353.621419700, -4641.341471700, 3677.052317800 ]';
%
% We want the azimuth/elevation coordinates to be measured
% with the azimuth increasing clockwise and the
% elevation positive towards +Z axis of the local
% topocentric reference frame
%
azccw = false;
elplsz = true;
[azlsta, lt] = cspice_azlcpo( method, target, et, ...
abcorr, azccw, elplsz, ...
obspos, obsctr, obsref );
%
% In order to check the results obtained using cspice_azlcpo
% we are going to compute the same azimuth/elevation state
% using the position of DSS-14 and its local topocentric
% reference frame 'DSS-14_TOPO' from the kernel pool.
%
obs = 'DSS-14';
ref = 'DSS-14_TOPO';
%
% Compute the observer-target state.
%
[state, lt] = cspice_spkezr( target, et, ref, abcorr, obs );
%
% Convert the position to azimuth/elevation coordinates.
%
[r, az, el] = cspice_recazl( state(1:3), azccw, elplsz );
%
% Convert velocity to azimuth/elevation coordinates.
%
[jacobi] = cspice_dazldr( state(1), state(2), state(3), ...
azccw, elplsz );
azlvel = jacobi * state(4:6);
fprintf( '\n' )
fprintf( 'AZ/EL coordinates (from cspice_azlcpo):\n' )
fprintf( '\n' )
fprintf( ' Range (km) = %19.8f\n', azlsta(1) )
fprintf( ' Azimuth (deg) = %19.8f\n', ...
azlsta(2) * cspice_dpr )
fprintf( ' Elevation (deg) = %19.8f\n', ...
azlsta(3) * cspice_dpr )
fprintf( '\n' )
fprintf( 'AZ/EL coordinates (using kernels):\n' )
fprintf( '\n' )
fprintf( ' Range (km) = %19.8f\n', r )
fprintf( ' Azimuth (deg) = %19.8f\n', az * cspice_dpr )
fprintf( ' Elevation (deg) = %19.8f\n', el * cspice_dpr )
fprintf( '\n' )
fprintf( 'AZ/EL velocity (from cspice_azlcpo):\n' )
fprintf( '\n' )
fprintf( ' d Range/dt (km/s) = %19.8f\n', azlsta(4) )
fprintf( ' d Azimuth/dt (deg/s) = %19.8f\n', ...
azlsta(5) * cspice_dpr )
fprintf( ' d Elevation/dt (deg/s) = %19.8f\n', ...
azlsta(6) * cspice_dpr )
fprintf( '\n' )
fprintf( 'AZ/EL velocity (using kernels):\n' )
fprintf( '\n' )
fprintf( ' d Range/dt (km/s) = %19.8f\n', azlvel(1) )
fprintf( ' d Azimuth/dt (deg/s) = %19.8f\n', ...
azlvel(2) * cspice_dpr )
fprintf( ' d Elevation/dt (deg/s) = %19.8f\n', ...
azlvel(3) * cspice_dpr )
fprintf( '\n' )
%
% It's always good form to unload kernels after use,
% particularly in Matlab due to data persistence.
%
cspice_kclear
When this program was executed on a Mac/Intel/Octave6.x/64-bit
platform, the output was:
AZ/EL coordinates (from cspice_azlcpo):
Range (km) = 89344802.82679011
Azimuth (deg) = 269.04481881
Elevation (deg) = -25.63088321
AZ/EL coordinates (using kernels):
Range (km) = 89344802.82679011
Azimuth (deg) = 269.04481846
Elevation (deg) = -25.63088278
AZ/EL velocity (from cspice_azlcpo):
d Range/dt (km/s) = 13.41734176
d Azimuth/dt (deg/s) = 0.00238599
d Elevation/dt (deg/s) = -0.00339644
AZ/EL velocity (using kernels):
d Range/dt (km/s) = 13.41734176
d Azimuth/dt (deg/s) = 0.00238599
d Elevation/dt (deg/s) = -0.00339644
Note the discrepancy in the AZ/EL coordinates found by the two
computation methods. Please refer to the task description for
an explanation.
This routine computes azimuth/elevation coordinates of a target
as seen from an observer whose trajectory is not provided by SPK
files.
Observers supported by this routine must have constant position
with respect to a specified center of motion, expressed in a
caller-specified reference frame. The state of the center of
motion relative to the target must be computable using
loaded SPK data.
This routine is suitable for computing the azimuth/elevation
coordinates and its derivatives of target ephemeris
objects, as seen from landmarks on the surface of an extended
object, in cases where no SPK data are available for those
landmarks.
The azimuth/elevation coordinates are defined with respect to
the observer's local topocentric reference frame. This frame is
generally defined as follows:
- the +Z axis is aligned with the surface normal outward
vector at the observer's location;
- the +X axis is aligned with the component of the +Z axis
of the body-fixed reference frame orthogonal to the
outward normal vector, i.e. the +X axis points towards
the body's North pole;
- the +Y axis completes the right-handed system.
For observers located on the +Z axis of the body-fixed frame
designated by `obsref', the following definition of the local
topocentric reference frame is used by this routine:
- the +Z axis is aligned with the surface normal outward
vector at the observer's location;
- the +X axis aligned with the +X axis of the body-fixed
reference frame;
- the +Y axis completes the right-handed system.
In both cases, the origin of the local topocentric frame is
the observer's location.
1) If either the name of the center of motion or the target
cannot be translated to its NAIF ID code, an error is signaled
by a routine in the call tree of this routine.
2) If the reference frame `obsref' is not recognized, the error
SPICE(UNKNOWNFRAME) is signaled by a routine in the call tree
of this routine. A frame name may fail to be recognized
because a required frame specification kernel has not been
loaded; another cause is a misspelling of the frame name.
3) If the reference frame `obsref' is not centered at the
observer's center of motion `obsctr', the error
SPICE(INVALIDFRAME) is signaled by a routine in the call tree
of this routine.
4) If the radii of the center of motion body are not available
from the kernel pool, an error is signaled by a routine in
the call tree of this routine.
5) If the size of the `obsctr' body radii kernel variable is not
three, an error is signaled by a routine in the call tree of
this routine.
6) If any of the three `obsctr' body radii is less-than or equal to
zero, an error is signaled by a routine in the call tree of
this routine.
7) If the ratio of the longest to the shortest
radii is large enough so that arithmetic expressions
involving its squared value may overflow, an error is
signaled by a routine in the call tree of this routine.
8) If the radii of the center of motion body and the axes of
`obspos' have radically different magnitudes so that arithmetic
overflow may occur during the computation of the nearest
point of the observer on the center of motion's reference
ellipsoid, an error is signaled by a routine in the call tree
of this routine. Note that even if there is no overflow, if
the ratios of the radii lengths, or the ratio of the
magnitude of `obspos' and the shortest radius vary by many
orders of magnitude, the results may have poor precision.
9) If the computation `method' is not recognized, the error
SPICE(INVALIDMETHOD) is signaled by a routine in the call tree
of this routine.
10) If the loaded kernels provide insufficient data to compute
the requested state vector, an error is signaled by a routine
in the call tree of this routine.
11) If an error occurs while reading an SPK or other kernel file,
the error is signaled by a routine in the call tree of this
routine.
12) If the aberration correction `abcorr' is not recognized, an
error is signaled by a routine in the call tree of this
routine.
13) If `target' is on the Z-axis ( x = 0 and y = 0 ) of the local
topocentric frame centered at `obspos', an error is signaled by
a routine in the call tree of this routine. See item 2 in the
-Restrictions section for further details.
14) If any of the input arguments, `method', `target', `et',
`abcorr', `azccw', `elplsz', `obspos', `obsctr' or `obsref',
is undefined, an error is signaled by the Matlab error
handling system.
15) If any of the input arguments, `method', `target', `et',
`abcorr', `azccw', `elplsz', `obspos', `obsctr' or `obsref',
is not of the expected type, or it does not have the expected
dimensions and size, an error is signaled by the Mice
interface.
Appropriate kernels must be loaded by the calling program before
this routine is called.
The following data are required:
- SPK data: ephemeris data for the observer center and target
must be loaded. If aberration corrections are used, the
states of the observer center and target relative to the
solar system barycenter must be calculable from the
available ephemeris data. Typically ephemeris data are made
available by loading one or more SPK files using cspice_furnsh.
- Shape and orientation data: if the computation method is
specified as "Ellipsoid," triaxial radii for the center body
must be loaded into the kernel pool. Typically this is done by
loading a text PCK file via cspice_furnsh. Additionally, rotation
data for the body-fixed, body-centered frame associated with
the observer's center of motion must be loaded. These may be
provided in a text or binary PCK file. In some cases these
data may be provided by a CK file.
The following data may be required:
- Frame data: if a frame definition not built into SPICE is
required, for example to convert the observer-target state
to the body-fixed body-centered frame, that definition
must be available in the kernel pool. Typically frame
definitions are supplied by loading a frame kernel using
cspice_furnsh.
- Additional kernels: if a CK frame is used in this routine's
state computation, then at least one CK and corresponding SCLK
kernel is required. If dynamic frames are used, additional
SPK, PCK, CK, or SCLK kernels may be required.
In all cases, kernel data are normally loaded once per program
run, NOT every time this routine is called.
1) This routine may not be suitable for work with stars or other
objects having large distances from the observer, due to loss
of precision in position vectors.
2) The Jacobian matrix of the transformation from rectangular to
azimuth/elevation coordinates has a singularity for points
located on the Z-axis ( x = 0 and y = 0 ) of the local
topocentric frame centered at `obspos'; therefore the
derivative of the azimuth/elevation coordinates cannot be
computed for those points.
A user who wishes to compute the azimuth/elevation
coordinates, without their derivatives, of `target' as seen
from `obspos' at the input time `et', for those cases when `target'
is located along the local topocentric Z-axis, could do so by
executing the following calls:
[state, lt] = cspice_spkcpo( target, et, ...
obsref, 'OBSERVER', ...
abcorr, obspos, ...
obsctr, obsref );
range = cspice_vnorm( state );
By definition, the azimuth is zero and the elevation is
either pi/2 if `elplsz' is true, or -pi/2 otherwise.
FRAMES.REQ
MICE.REQ
PCK.REQ
SPK.REQ
TIME.REQ
None.
J. Diaz del Rio (ODC Space)
-Mice Version 1.0.0, 01-NOV-2021 (JDR)
AZ/EL_coordinates relative to constant_position_observer
AZ/EL_coordinates w.r.t. constant_position surface_point
AZ/EL_coordinates relative to surface_point extended_object
AZ/EL_coordinates relative to landmark on extended_object
|