obj/glb/
glb_altaz_to_local.pro
Routines
top glb_altaz_to_local
NV/LIB/GLB
NAME:
glb_altaz_to_local
PURPOSE:
Converts the given column vectors from the altaz coordinate
system to the local coordinate system.
CATEGORY:
NV/LIB/GLB
CALLING SEQUENCE:
local_pts = glb_altaz_to_local(gbd, altaz_pts)
ARGUMENTS:
INPUT:
gbd: Array (nt) of any subclass of GLOBE descriptors.
altaz_pts: Array (nv,3,nt) of column vectors in the altaz
system giving the vectors to transform.
OUTPUT: NONE
KEYWORDS:
INPUT: NONE
OUTPUT: NONE
RETURN:
Array (nv,3,nt) of column vectors in the local 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: | 16 |