From 777c4b1b76361b36b5ac38d071ecce7dea5536e3 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Sun, 10 Jan 2021 22:41:54 -0600 Subject: [PATCH] snapshot... --- modules/aeolus/datasource.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/aeolus/datasource.py b/modules/aeolus/datasource.py index 484e939e..47d2187e 100644 --- a/modules/aeolus/datasource.py +++ b/modules/aeolus/datasource.py @@ -265,5 +265,7 @@ def get_datasource(files_path, file_time_span, source, band='14'): return FrameworkCloudHeight(files_path, file_time_span) elif source == 'FMWK_CLD_PHASE': return FrameworkCloudPhase(files_path, file_time_span) + elif source == 'OPS_CLD_PHASE': + return OpsCloudPhase(files_path, file_time_span) else: raise GenericException('Unknown data source type') \ No newline at end of file -- GitLab