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

snapshot...

parent f5d5da07
No related merge requests found
......@@ -754,6 +754,9 @@ class SRCNN:
t1 = time.time()
print('read data time: ', (t1 - t0))
LEN_Y -= 8
LEN_X -= 8
cld_opd_sres = self.run_inference_(bt, refl, refl_sub_lo, refl_sub_hi, refl_sub_std, cld_opd, 2*LEN_Y, 2*LEN_X)
cld_opd_sres_out = np.zeros((LEN_Y, LEN_X), dtype=np.int8)
......
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