From 51d360d6271d443202c09bb8d0778398baec5f53 Mon Sep 17 00:00:00 2001 From: Montgomery Flora <56733346+monte-flora@users.noreply.github.com> Date: Thu, 4 Jan 2024 09:42:09 -0600 Subject: [PATCH] Update storm_mode_classifier.py Lowering UH threshold for identifying rotation tracks to be consistent with Potvin et al. 2022 --- monte_python/storm_mode_classifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monte_python/storm_mode_classifier.py b/monte_python/storm_mode_classifier.py index 6bb880e..c570c05 100644 --- a/monte_python/storm_mode_classifier.py +++ b/monte_python/storm_mode_classifier.py @@ -69,7 +69,7 @@ class StormModeClassifier: 'OTHER'] - def __init__(self, dbz_thresh=43., rot_thresh=55., grid_spacing=3000, + def __init__(self, dbz_thresh=43., rot_thresh=50., grid_spacing=3000, dbz_qc_params=None, rot_qc_params=None, emb_qc_params = None): self._dbz_thresh = dbz_thresh