Hi!
I had contacted @vlouf earlier regarding unrealistic velocity corrections performed on a sample tropical cyclone data. (SAMPLES ATTACHED).
I am using data from a C-band radar at a Tropical Station, with obvious velocity aliasing. Following is a code snippet.
`
###select only dprf files###
if mode == "dprf" and num_bins == 1600 and num_elev == 11 and az.size==3960:
radar = convert_to_pyart(sortedfiles[i])
velcor = unravel.unravel_3D_pyart(radar, velname='VEL', dbzname='DBZ', nyquist_velocity=8.0)
`


Hi!
I had contacted @vlouf earlier regarding unrealistic velocity corrections performed on a sample tropical cyclone data. (SAMPLES ATTACHED).
I am using data from a C-band radar at a Tropical Station, with obvious velocity aliasing. Following is a code snippet.
`
###select only dprf files###
if mode == "dprf" and num_bins == 1600 and num_elev == 11 and az.size==3960:
radar = convert_to_pyart(sortedfiles[i])
velcor = unravel.unravel_3D_pyart(radar, velname='VEL', dbzname='DBZ', nyquist_velocity=8.0)
`