ContentsIndexReferenceHome
PreviousUpNext
GrdAltProfile
MATLAB
Alt = GrdAltProfile([AltMap],pLat,pLong,[pixBuff],[dirName], ...
                  [dispMap])
Alt = GrdAltProfile([gAlt],[yLat],[xLong],pLat,pLong, ...
                  [pixBuff],[dirName],[dispMap])
Description

Takes an altitude grid and Lat/Long vectors and Lat/Long points of interest and returns their respective altitudes

Parameters
Parameters 
Description 
AltMap [struct] 
(Optional) Structure of elevation data as from bilLoad or a comma-separated list of (gAlt,yLat,xLong,...) 
gAlt [array] 
Vertical deviation from WGS84/EGM96 geoid (m) 
yLat [vector] 
Decimal latitude of Alt pixels' centers (deg) 
xLong [vector] 
Decimal longitude of Alt pixels' centers (deg) 
pLat [vector] 
Decimal latitude of points of interests (deg) 
pLong [vector] 
Decimal longitude of points of interests (deg) 
pixBuff [scalar] 
(Optional) Width of buffer (pixels). Defaults to 1.5 
dirName [string] 
(Optional) Directory location of DTED data files. Defaults to EngagementTools/DTED 
dispMap [bool] 
(Optional) Flag controlling whether image of the data is displayed. Default is false. 
Return Values
Return Values 
Description 
Alt [vector] 
Points of interests' vertical deviation from WGS84/EGM96 geoid (m) 
See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!