From f4115070261850219c4fbf6ad039e6dc6e2f0fb3 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 12 Oct 2022 13:40:09 -0500 Subject: [PATCH] snapshot... --- modules/aeolus/datasource.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/aeolus/datasource.py b/modules/aeolus/datasource.py index c936fbcd..5795c9be 100644 --- a/modules/aeolus/datasource.py +++ b/modules/aeolus/datasource.py @@ -202,8 +202,8 @@ class CLAVRx_CALIPSO(Files): class CLAVRx_VIIRS(Files): - def __init__(self, files_path): - super().__init__(files_path, 5, 'clavrx*viirs*level2.??') + def __init__(self, files_path, pattern='clavrx*viirs*level2.??'): + super().__init__(files_path, 5, pattern) self.params = get_parameters_clavrx() def get_datetime(self, pathname): -- GitLab