pyart.correct.range_correction#
- pyart.correct.range_correction(radar, field, height)[source]#
Corrects reflectivity for range to help get the correct noise floor values
- Parameters:
radar (Radar) – Py-ART Radar object containing data.
field (string) – Reflectivity field name to correct.
height (string) – Height name to use in correction.
- Returns:
data (array) – Returns a range corrected array matching reflectivity field.