From a9492c833068a737b04ba29d605be64719602467 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 6 Feb 2023 15:10:13 -0600 Subject: [PATCH] snapshot... --- modules/deeplearning/srcnn_l1b_l2.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py index 881aa0a8..7359d864 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -844,8 +844,11 @@ def analyze(file='/Users/tomrink/cld_opd_out.npy'): bin_edges = [] bin_ranges = [] - bin_ranges.append([0.0, 5.0]) - bin_edges.append(0.0) + # bin_ranges.append([0.0, 1.0]) + # bin_edges.append(0.0) + + bin_ranges.append([1.0, 5.0]) + bin_edges.append(1.0) bin_ranges.append([5.0, 10.0]) bin_edges.append(5.0) -- GitLab