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

snapshot...

parent e6acca62
No related merge requests found
......@@ -813,9 +813,11 @@ class SRCNN:
LEN_Y, LEN_X = refl.shape
LEN_Y //= 2
LEN_X //= 2
print('Half FD: ', LEN_Y, LEN_X)
bt = get_grid_values_all(h5f, group_name_m+'temp_ch38')
cld_opd = get_grid_values_all(h5f, group_name_m+target_param)
print('BT, OPD: ', bt.shape, cld_opd.shape)
# refl_sub_lo = get_grid_values_all(h5f, 'refl_0_65um_nom_min_sub')
# refl_sub_hi = get_grid_values_all(h5f, 'refl_0_65um_nom_max_sub')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment