From 7d5eb6a2423881fdc258a18879fc947fb31c69a6 Mon Sep 17 00:00:00 2001 From: mgrover1 Date: Fri, 13 Dec 2024 13:56:07 -0600 Subject: [PATCH] FIX: Fix the extra radar in explanation --- examples/correct/plot_zdr_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/correct/plot_zdr_check.py b/examples/correct/plot_zdr_check.py index b3632e76e9..c723c1c07c 100644 --- a/examples/correct/plot_zdr_check.py +++ b/examples/correct/plot_zdr_check.py @@ -6,7 +6,7 @@ The technique here uses a vertically pointing scan in regions of light rain. In these regions, raindrops should be approximately spherical and therefore their ZDR near zero. Therefore, we want the average ZDR in these regions. -This code applies reflectivity and cross correlation ratio-based thresholradar to the ZDR +This code applies reflectivity and cross correlation ratio-based threshold to the ZDR bias calculation to ensure that we are taking the average ZDR in light rain. """