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

snapshot...

parent e9c07371
No related branches found
No related tags found
No related merge requests found
......@@ -738,19 +738,19 @@ class SRCNN:
refl = get_grid_values_all(h5f, 'refl_0_65um_nom')
print(refl.shape)
refl = refl[1712:3813, 1712:3813]
refl = refl[1712:3712, 1712:3712]
LEN_Y, LEN_X = refl.shape
print(refl.shape)
bt = get_grid_values_all(h5f, 'temp_11_0um_nom')
bt = bt[1712:3813, 1712:3813]
bt = bt[1712:3712, 1712:3712]
cld_opd = get_grid_values_all(h5f, 'cld_opd_dcomp')
cld_opd = cld_opd[1712:3813, 1712:3813]
cld_opd = cld_opd[1712:3712, 1712:3712]
refl_sub_lo = get_grid_values_all(h5f, 'refl_0_65um_nom_min_sub')
refl_sub_lo = refl_sub_lo[1712:3813, 1712:3813]
refl_sub_lo = refl_sub_lo[1712:3712, 1712:3712]
refl_sub_hi = get_grid_values_all(h5f, 'refl_0_65um_nom_max_sub')
refl_sub_hi = refl_sub_hi[1712:3813, 1712:3813]
refl_sub_hi = refl_sub_hi[1712:3712, 1712:3712]
refl_sub_std = get_grid_values_all(h5f, 'refl_0_65um_nom_stddev_sub')
refl_sub_std = refl_sub_std[1712:3813, 1712:3813]
refl_sub_std = refl_sub_std[1712:3712, 1712:3712]
t1 = time.time()
print('read data time: ', (t1 - t0))
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment