ContentsIndexReferenceHome
PreviousUpNext
CommonSites
MATLAB
[LLA,SiteInfo] = CommonSites(SiteID)
Description

Returns lat, long, alt vector for common sites. If SiteID is unspecified, i.e. CommonSites, available sites are displayed in command window. Also returns a cell array of available sites when SiteID is unspecified. Thus, cell2Excel(CommonSites) produces an Excel spreadsheet of available common sites. The altitude returned is consistent with that returned from GrdAltProfile using 3-arcsecond resolution DTED data.

Parameters
Parameters 
Description 
SiteID [string] 
String identifier for site. If SiteID is not recognized, will return the location for 'MZA-DAY' 
Return Values
Return Values 
Description 
LLA [vector] 
[lat long alt] of specified site 
SiteInfo [cell] 
Information about the specified site stored in a cell array of {'SITE ID','NAME','LOCATION','TIMEZONEID'} 
Examples

>> LLA = CommonSites('MZA-DAY') 

>> G = GeomStruct('LLA',CommonSites('MZA-DAY'),CommonSites('MZA-ABQ'))

Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!