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

snapshot...

parent eac2be04
No related branches found
No related tags found
No related merge requests found
...@@ -711,7 +711,7 @@ def analyze(fpath='/Users/tomrink/clavrx_snpp_viirs.A2019080.0100.001.2019080064 ...@@ -711,7 +711,7 @@ def analyze(fpath='/Users/tomrink/clavrx_snpp_viirs.A2019080.0100.001.2019080064
h5f = h5py.File(fpath, 'r') h5f = h5py.File(fpath, 'r')
grd = get_grid_values_all(h5f, 'cloud_fraction') grd = get_grid_values_all(h5f, 'cloud_fraction')
grd = np.where(np.isnan(grd), 0, grd) grd = np.where(np.isnan(grd), 0, grd)
# grd = grd[1600:, 400:1200] # grd = grd[:, 800:2400]
print(grd.shape) print(grd.shape)
grd_lr = grd[::2, ::2] grd_lr = grd[::2, ::2]
......
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