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

`snapshot...`

parent 4e5fe430
No related branches found
No related tags found
No related merge requests found
...@@ -809,8 +809,8 @@ class SRCNN: ...@@ -809,8 +809,8 @@ class SRCNN:
refl = get_grid_values_all(h5f, group_name_i+'refl_ch01') refl = get_grid_values_all(h5f, group_name_i+'refl_ch01')
print('FD dims: ', refl.shape) print('FD dims: ', refl.shape)
LEN_Y, LEN_X = refl.shape LEN_Y, LEN_X = refl.shape
LEN_Y /= 2 LEN_Y //= 2
LEN_X /= 2 LEN_X //= 2
bt = get_grid_values_all(h5f, group_name_m+'temp_ch38') bt = get_grid_values_all(h5f, group_name_m+'temp_ch38')
cld_opd = get_grid_values_all(h5f, group_name_m+target_param) 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