ARM-DOE / pyart

The Python-ARM Radar Toolkit. A data model driven interactive toolkit for working with weather radar data.
https://arm-doe.github.io/pyart/
Other
513 stars 266 forks source link

about velocity dealiasing #854

Closed huihuojia closed 4 years ago

huihuojia commented 5 years ago

When I use "pyart.correct.dealias_region_based" to do the velocity dealiasing of NEXRAD data, I got this warning message, what does it mean?

/Applications/anaconda3/lib/python3.7/site-packages/pyart/correct/region_dealias.py:302: UserWarning: Velocities outside of the Nyquist interval found in sweep 7.

I thought there're always velocities beyond the Nyquist velocity after unfolding.

Jia

scollis commented 4 years ago

No there are not.. if the file is no dealiased and if the nyquist is correct in the metadata there should be no values outside (except _FillValue)... If nyquist is incorrect in the file it can be overridden with nyquist_vel http://arm-doe.github.io/pyart-docs-travis/dev_reference/generated/pyart.correct.region_dealias.dealias_region_based.html