From 7c82140a82edb6e722e3d39d07fb0268ba597b39 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 26 Aug 2021 17:08:36 -0500 Subject: [PATCH] snapshot... --- modules/util/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/util/util.py b/modules/util/util.py index 1592dde6..ffa03291 100644 --- a/modules/util/util.py +++ b/modules/util/util.py @@ -201,7 +201,6 @@ def find_bin_index(nda, value): return iL - # array solzen must be degrees, missing values must NaN. For small roughly 50x50km regions only def is_day(solzen, test_angle=80.0): solzen = solzen.flatten() -- GitLab