radar : Radar
offset : float
Reflectivity offset in dBz.
debug : bool, optional
True to print debugging information.
self_const : float, optional
low_z : float
Low limit for reflectivity. Reflectivity below this value is set to
this limit.
high_z : float
High limit for reflectivity. Reflectivity above this value is set to
this limit.
min_phidp : float
Minimum Phi differential phase.
min_ncp : float
Minimum normal coherent power.
min_rhv : float
Minimum copolar coefficient.
fzl : :
sys_phase : float
overide_sys_phase: bool. :
True to use sys_phase as the system phase. False will calculate a
value automatically.
nowrap : int or None.
Gate number to begin phase unwrapping. None will unwrap all phases.
really_verbose : bool
True to print LPX messaging. False to suppress.
LP_solver : ‘pyglpk’ or ‘cvxopt’
Module to use to solve LP problem.
refl_field, ncp_field, rhv_field, phidp_field, kdp_field: str :
Name of field in radar which contains the horizonal reflectivity,
normal coherent power, copolar coefficient, differential phase shift,
and differential phase. A value of None for any of these parameters
will use the default field name as defined in the Py-ART configuration
file.
unf_field : str
Name of field which will be added to the radar object which will
contain the unfolded differential phase. Metadata for this field
will be taken from the phidp_field. A value of None will use
the default field name as defined in the Py-ART configuration file.
window_len : int
Length of Sobel window applied to PhiDP field when prior to
calculating KDP.
|