pyart.io._sigmetfile._parse_ray_headers

pyart.io._sigmetfile._parse_ray_headers()

Parse the metadata from Sigmet ray headers.

Parameters :

ray_headers : array, shape=(..., 6)

Ray headers to parse.

Returns :

az0 : array

Azimuth angles (in degrees) at beginning of the rays.

el0 : array

Elevation angles at the beginning of the rays.

az1 : array

Azimuth angles at the end of the rays.

el1 : array

Elevation angles at the end of the rays.

nbins : array

Number of bins in the rays.

time : array

Seconds since the start of the sweep for the rays.

Previous topic

pyart.io._sigmetfile._is_bit_set

Next topic

pyart.io._sigmetfile._unpack_structure

This Page