From 1bb562c504bcacf16bb5e5b5d452073459bfbc3d Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Fri, 3 Sep 2021 10:09:20 -0500 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index ddbb3b47..5ad19156 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -80,6 +80,7 @@ def get_clavrx_datasource(timestamp): ds = ds_dct.get(date_dir_str) if ds is None: ds = CLAVRx(clavrx_dir + date_dir_str + '/') + # ds = CLAVRx_VIIRS(clavrx_dir + date_dir_str + '/') ds_dct[date_dir_str] = ds return ds -- GitLab