From 19d859be2ea4945f18791ea4227399ab7c51b827 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Thu, 8 Jun 2023 11:05:39 -0500
Subject: [PATCH] snapshot...

---
 modules/util/infer_cloud_fraction.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/util/infer_cloud_fraction.py b/modules/util/infer_cloud_fraction.py
index 543e30be..af9eab84 100644
--- a/modules/util/infer_cloud_fraction.py
+++ b/modules/util/infer_cloud_fraction.py
@@ -7,6 +7,9 @@ tf_model_name = model_path+'tf_model_cld_frac_abi_v1' + os.sep
 
 
 def infer_cloud_fraction(clvrx_path, output_dir, model_path=model_path+tf_model_name, full_disk=True):
+    if not os.path.isdir(clvrx_path):
+        clvrx_path = os.path.basename(clvrx_path)
+
     clvrx_ds = CLAVRx(clvrx_path)
     for fname, t_start, t_stop in clvrx_ds:
         dto = clvrx_ds.get_datetime(fname)
-- 
GitLab