Skip to content
Snippets Groups Projects
Commit 0940ce52 authored by tomrink's avatar tomrink
Browse files

`snapshot...`

parent 1a023a4e
Branches
No related tags found
No related merge requests found
...@@ -759,11 +759,11 @@ class SRCNN: ...@@ -759,11 +759,11 @@ class SRCNN:
cld_opd = get_grid_values_all(h5f, 'cld_opd_dcomp') cld_opd = get_grid_values_all(h5f, 'cld_opd_dcomp')
cld_opd = cld_opd[s_y, s_x] cld_opd = cld_opd[s_y, s_x]
refl_sub_lo = get_grid_values_all(h5f, 'refl_0_65um_nom_min_sub') # refl_sub_lo = get_grid_values_all(h5f, 'refl_0_65um_nom_min_sub')
refl_sub_lo = refl_sub_lo[s_y, s_x] # refl_sub_lo = refl_sub_lo[s_y, s_x]
#
refl_sub_hi = get_grid_values_all(h5f, 'refl_0_65um_nom_max_sub') # refl_sub_hi = get_grid_values_all(h5f, 'refl_0_65um_nom_max_sub')
refl_sub_hi = refl_sub_hi[s_y, s_x] # refl_sub_hi = refl_sub_hi[s_y, s_x]
refl_sub_std = get_grid_values_all(h5f, 'refl_0_65um_nom_stddev_sub') refl_sub_std = get_grid_values_all(h5f, 'refl_0_65um_nom_stddev_sub')
refl_sub_std = refl_sub_std[s_y, s_x] refl_sub_std = refl_sub_std[s_y, s_x]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment