pyart.io.nexrad_level2.NEXRADLevel2File.get_target_angles

NEXRADLevel2File.get_target_angles(scans=None)[source]

Retrieve the target elevation angle of the requested scans.

Parameters :

scans : list or None

Scans (0 based) for which the target elevation angles will be retrieved. None (the default) will return the angles for all scans in the volume.

Returns :

angles : ndarray

Target elevation angles in degress for the requested scans.

Previous topic

pyart.io.nexrad_level2.NEXRADLevel2File.get_range

Next topic

pyart.io.nexrad_level2.NEXRADLevel2File.get_times

This Page