pyart.io._rsl_interface.RslFile.get_volume_array

RslFile.get_volume_array(volume_number)

Return the three-dimensional data contained in a given volume.

Parameters :

volume_number : int

Returns :

volume : array (nsweep, nrays, nbins), float32

Array containing data for the given volume.

Previous topic

pyart.io._rsl_interface.RslFile.get_volume

Next topic

pyart.io._rsl_interface.RslFile.__format__

This Page