obj/glb/
glb_local_to_altaz.pro
Routines
top glb_local_to_altaz
NV/LIB/GLB
NAME:
glb_local_to_altaz
PURPOSE:
Converts the given column vectors from the local coordinate
system to the altaz coordinate system.
CATEGORY:
NV/LIB/GLB
CALLING SEQUENCE:
altaz_pts = glb_local_to_altaz(gbd, local_pts)
ARGUMENTS:
INPUT:
gbd: Array (nt) of any subclass of GLOBE descriptors.
local_pts: Array (nv,3,nt) of column vectors in the local
system giving the vectors to transform.
OUTPUT: NONE
KEYWORDS:
INPUT: NONE
OUTPUT: NONE
RETURN:
Array (nv,3,nt) of column vectors in the altaz system.
STATUS:
Complete
MODIFICATION HISTORY:
Written by: Spitale, 1/1998
Adapted by: Spitale, 5/2016
File attributes
Modification date: | Mon Jan 7 14:49:55 2019 |
Lines: | 15 |