pyart.testing.Radar.get_elevation#
- Radar.get_elevation(sweep, copy=False)[source]#
Return an array of elevation angles for a given sweep.
- Parameters:
sweep (int) – Sweep number to retrieve data for, 0 based.
copy (bool, optional) – True to return a copy of the elevations. False, the default, returns a view of the elevations (when possible), changing this data will change the data in the underlying Radar object.
- Returns:
elevation (array) – Array containing the elevation angles for a given sweep.