From 1d14cab3177905588314ed68a82725b02e6861c0 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 14 Jun 2022 12:20:49 -0500 Subject: [PATCH] snapshot... --- modules/aeolus/datasource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aeolus/datasource.py b/modules/aeolus/datasource.py index d15a6607..e3c4f144 100644 --- a/modules/aeolus/datasource.py +++ b/modules/aeolus/datasource.py @@ -203,7 +203,7 @@ class CLAVRx_CALIPSO(Files): class CLAVRx_VIIRS(Files): def __init__(self, files_path): - super().__init__(files_path, 5, 'clavrx*viirs*level2.h5') + super().__init__(files_path, 5, 'clavrx*viirs*level2.??') self.params = get_parameters_clavrx() def get_datetime(self, pathname): -- GitLab