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

`snapshot...`

parent 861a6b49
No related branches found
No related tags found
No related merge requests found
......@@ -811,7 +811,6 @@ class SRCNN:
LEN_Y, LEN_X = refl.shape
bt = get_grid_values_all(h5f, group_name_m+'temp_ch38')
cld_opd = get_grid_values_all(h5f, group_name_m+target_param)
# refl_sub_lo = get_grid_values_all(h5f, 'refl_0_65um_nom_min_sub')
......@@ -824,8 +823,8 @@ class SRCNN:
LEN_Y -= 8
LEN_X -= 8
LEN_Y = 2 * (LEN_Y - 8)
LEN_X = 2 * (LEN_X - 8)
# LEN_Y = 2 * (LEN_Y - 8)
# LEN_X = 2 * (LEN_X - 8)
t0 = time.time()
# cld_opd_sres, LEN_Y_in, LEN_X_in = self.run_inference_(bt, refl, cld_opd, refl_sub_lo, refl_sub_hi, refl_sub_std, LEN_Y, LEN_X)
......
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