Skip to content

Unrealistic velocity corrections #9

Description

@pandasambit15

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)

`

unravel sample
raw_sample

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions