From 4e5fe4306820e4fc38894e15179364cc72ada9b6 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 17 Jul 2023 12:13:01 -0500 Subject: [PATCH] `snapshot...` --- modules/deeplearning/cloud_opd_srcnn_abi.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/deeplearning/cloud_opd_srcnn_abi.py b/modules/deeplearning/cloud_opd_srcnn_abi.py index ec02ce92..889e13b9 100644 --- a/modules/deeplearning/cloud_opd_srcnn_abi.py +++ b/modules/deeplearning/cloud_opd_srcnn_abi.py @@ -809,6 +809,8 @@ class SRCNN: refl = get_grid_values_all(h5f, group_name_i+'refl_ch01') print('FD dims: ', refl.shape) LEN_Y, LEN_X = refl.shape + LEN_Y /= 2 + LEN_X /= 2 bt = get_grid_values_all(h5f, group_name_m+'temp_ch38') cld_opd = get_grid_values_all(h5f, group_name_m+target_param) -- GitLab