diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index 881aa0a8d6cabdb2b7a5219a22949a5ba512b44a..7359d86419f5df89edbeb4bfdd0ab95ed2e70167 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)