pyart.io.mdv.MdvFile.read_a_field

MdvFile.read_a_field(fnum, debug=False)[source]

Read a field from the MDV file.

Parameters :

fnum : int

Field number to read.

debug : bool

True to print debugging information, False to supress.

Returns :

field_data : array

Field data. This data is also stored as a object attribute under the field name.

See also

read_all_fields
Read all fields in the MDV file.

Previous topic

pyart.io.mdv.MdvFile.close

Next topic

pyart.io.mdv.MdvFile.read_all_fields

This Page