From 73db9505d24ec639cca901151a360955c0021e39 Mon Sep 17 00:00:00 2001 From: Michael James Date: Mon, 18 Jun 2018 09:49:52 -0600 Subject: [PATCH] nexrad table fix for HHC, DHR colormaps --- awips/tables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awips/tables.py b/awips/tables.py index 5fb44a5..8f8c364 100644 --- a/awips/tables.py +++ b/awips/tables.py @@ -320,6 +320,8 @@ nexrad = { "name": "Digital Hybrid Scan Refl", "res": 1.0, "mnemo": "DHR", + "ctable": ['NWSStormClearReflectivity', -20., 0.5], + "scale": [-32.0, 94.5], "range": 230, "lvls": 256, "id": 32, @@ -1324,8 +1326,6 @@ nexrad = { "name": "Hybrid Hydrometeor Class", "res": 0.25, "mnemo": "HHC", - "ctable": ['NWS8bitVel', -100., 1.], - "scale": [0, 16], "range": 230, "lvls": 256, "id": 177,