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

snapshot...

parent aa5df06e
Branches
No related tags found
No related merge requests found
......@@ -911,11 +911,11 @@ def analyze2(filename, filename_l1b):
cld_emiss = f['cld_emiss_acha'][:, :, :].reshape([num_obs, -1])
# cld_phase = f['cloud_phase'][:, :, :].reshape([num_obs, -1])
# solzen = f['solar_zenith_angle'][:, :, :].reshape([num_obs, -1])
# bt_10_4 = f_l1b['temp_10_4um_nom'][:, :, :].reshape([num_obs, -1])
cld_mask = np.where(cld_mask > 1, 1, 0)
cld_frac = np.sum(cld_mask, axis=1) / 256
bt_10_4 = f_l1b['temp_10_4um_nom'][:, :, :].reshape([num_obs, -1])
f.close()
f_l1b.close()
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment