Name

CL_ev_defStation — Station definition

Calling Sequence

   station = CL_ev_defStation(name,alias,site_min,lon,lat,alt)
   
   

Description

  • 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)

  • Last update : 5/2/2007

Parameters

name:

names of the stations [string] (1xN)

alias:

alias of the stations. Often a 3 letters code [string] (1xN)

site_min:

minimal visibility site of stations [rad] (1xN)

lon:

geodesic longitude of stations [rad] (1xN)

lat:

geodesic latitude of stations [rad] (1xN)

alt:

geodesic altitude of stations [m] (1xN)

Authors

CNES - DCT/SB

See also

CL_ev_defEvent, CL_ev_defSensor

Examples

kourou = CL_ev_defStation('kourou','kru',CL_deg2rad(10),CL_deg2rad(5.25),CL_deg2rad(307.2),112);