rsl_radar_to_uf

This procedure writes the data from a Radar structure to a file in Universal Format (UF).

Syntax

rsl_radar_to_uf, radar, uf_file [, FIELDS=string]

Arguments

radar a radar structure.
uf_file A string expression containing the name of the file where UF data will be written.

Keywords

FIELDS String array (or scalar for single field) containing the fields to be written to the output file. Default is all fields. Fields are in the form of the 2-character field names used by RSL, such as 'DZ', 'VR', etc.

Example

Write the contents of radar to the file named NEXRAD.uf.
rsl_radar_to_uf, radar, 'NEXRAD.uf'

See Also

rsl_radar_to_uf_gzip