rsl_cfradial_to_radar
This function reads a CfRadial file and returns data in a Radar structure.
Syntax
radar = rsl_cfradial_to_radar(cfradial_file [, FIELDS=string_array]
[, MAXSWEEPS=integer] [, ERROR=variable] [, /CATCH_ERROR]
[, /KEEP_RADAR])
Arguments
cfradial_file: CfRadial file name
Keywords
CATCH_ERROR
Error handler is turned on by default. Set CATCH_ERROR to 0 to
turn off error handler.
ERROR
Assign a variable to this keyword to have a boolean error status
returned. A value of 1 (true) means an error occurred,
0 means no error.
FIELDS
String array containing names of CfRadial data fields to read.
Default: all fields.
KEEP_RADAR
Set this keyword to return the radar structure if an error
occurs. If an error occurs and this is not set, function returns -1.
MAXSWEEPS
Maximum number of sweeps to read. Default is all sweeps.
See also
rsl_anyformat_to_radar