From 395b788d158cf3805b2e54946c18cc0e445129ad Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Fri, 6 Jan 2023 11:54:09 -0600 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 9b4f2566..42c91592 100644 --- a/modules/aeolus/datasource.py +++ b/modules/aeolus/datasource.py @@ -146,8 +146,8 @@ class GOESL1B(Files): # GOES-16, CONUS. TODO: Generalize to G-16 and FD, MESO class CLAVRx(Files): - def __init__(self, files_path, pattern='clavrx_OR_ABI-L1b*.level2.nc'): - super().__init__(files_path, 10, pattern) + def __init__(self, files_path, pattern='clavrx_OR_ABI-L1b*.level2.nc', file_time_span=10): + super().__init__(files_path, file_time_span, pattern) self.params = get_parameters_clavrx() def get_datetime(self, pathname): -- GitLab