pyart.core.Radar.get_azimuth#
- Radar.get_azimuth(sweep, copy=False)[source]#
Return an array of azimuth 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 azimuths. False, the default, returns a view of the azimuths (when possible), changing this data will change the data in the underlying Radar object.
- Returns:
azimuths (array) – Array containing the azimuth angles for a given sweep.