From 102223f73dfa74cbc8c9c79de31944e6d0ac5a89 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Sun, 27 Dec 2020 14:29:16 -0600 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 42ea8755..5145f5bb 100644 --- a/modules/aeolus/datasource.py +++ b/modules/aeolus/datasource.py @@ -206,6 +206,6 @@ def get_datasource(files_path, file_time_span, source, band='14'): elif source == 'CARR': return CarrStereo(files_path, file_time_span, band=band) elif source == 'FMWK_CLD_HGT': - return FrameworkCloudHeight(files_path, file_time_span, band=None) + return FrameworkCloudHeight(files_path, file_time_span) else: raise GenericException('Unknown data source type') \ No newline at end of file -- GitLab