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

`snapshot...`

parent ff726293
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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