[LLA,SiteInfo] = CommonSites(SiteID)
Returns lat, long, alt vector for common sites. If SiteID is unspecified, i.e. CommonSites, available sites are displayed on 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 |
Description |
|
SiteID [string] |
String identifier for site. If SiteID is not recognized, will return the location for 'MZA-DAY' |
|
Return Values |
Description |
|
LLA [vector] |
[lat long alt] of specified site |
|
SiteInfo [cell] |
Information about the specified site stored in a cell array of form {'SITE ID','NAME','LOCATION'} |
LLA = CommonSites('MZA-DAY') G = GeomStruct('LLA',CommonSites('MZA-DAY'),CommonSites('MZA-ABQ'))
|
Copyright (c) MZA Associates 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|