pyart.io._rsl_interface.create_volume

pyart.io._rsl_interface.create_volume(arr)

Create a _RslVolume object from a 3D float32 array.

No headers parameters except nsweeps, nrays and nbins are not set in the resulting _RslVolume object.

Parameters :

arr : array, 3D, float32

Three dimensional float32 array.

vol_num : int

Volume number used to set f and invf in the header. The default is for velocity fields. Useful values are 0 for reflectivity and 1 for velocity.

Returns :

volumes : _RslVolume

_RslVolume containing array data.

Previous topic

pyart.io._rsl_interface.copy_volume

Next topic

pyart.io._rsl_interface._label_volume

This Page