Radar noise level is available in ODIM polar volumes through the NEZH and derived quantities. They express the minimum dBZ value detectable at 1 km range.
For NEXRAD files, information on where/how noise level information is stored needs to be investigated. In the following document:
https://www.roc.noaa.gov/public-documents/wsr88d/NEXRAD-Technical-Information.pdf we find:
- Minimum required signal detection, short pulse: -9.5 dBZe at 50 km
- Minimum required signal detection, long pulse: -19.5 dBZe at 50 km
Especially for weak migration events at large ranges, eta_expected in the range correction method may be below the noise level. In those instances values should report NaN instead of zero. In case all sweeps contribute NaN the eta_sum_expected value will be NaN as well, and the whole pixel of the range corrected image should be NaN.
Radar noise level is available in ODIM polar volumes through the
NEZHand derived quantities. They express the minimum dBZ value detectable at 1 km range.For NEXRAD files, information on where/how noise level information is stored needs to be investigated. In the following document:
https://www.roc.noaa.gov/public-documents/wsr88d/NEXRAD-Technical-Information.pdf we find:
Especially for weak migration events at large ranges,
eta_expectedin the range correction method may be below the noise level. In those instances values should reportNaNinstead of zero. In case all sweeps contributeNaNtheeta_sum_expectedvalue will beNaNas well, and the whole pixel of the range corrected image should beNaN.