CL_ev_defStation — Station definition
station = CL_ev_defStation(name,alias,site_min,lon,lat,alt)
Returns an mlist of type stations.
A station contains name, alias, minimal site, longitude, latitude,altitude and a vector defining the station vertical :
station=mlist(['CLstation','name','alias','site_min','lon','lat','alt','vert']).
This type has some overloaded functions:
Defined (overloaded) operations for stations:
-->number of stations: size(stations)
-->get some stations: stations([1:3 10])
-->insert stations: stations(3)=old_stations(1)
names of the stations [string] (1xN)
alias of the stations. Often a 3 letters code [string] (1xN)
minimal visibility site of stations [rad] (1xN)
geodesic longitude of stations [rad] (1xN)
geodesic latitude of stations [rad] (1xN)
geodesic altitude of stations [m] (1xN)