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

snapshot...

parent 789f30ed
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ def run_all(directory):
if not p.is_dir():
continue
cnt += 1
mod_files = glob.glob(directory+p.name+'/'+'*.uwssec.nc')
mod_files = glob.glob(directory+p.name+'/'+'VNP02MOD*.uwssec.nc')
mod_tiles = []
img_tiles = []
......@@ -112,7 +112,7 @@ def run_mean_std(directory):
if idx % 8 == 0:
h5f = h5py.File(mfile, 'r')
for param in mod_res_params:
gvals = get_grid_values_all(h5f, param, range_name=None, stride=10)
gvals = get_grid_values_all(h5f, 'observation_data/'+param, range_name=None, stride=10)
data_dct[param].append(gvals.flatten())
print(mfile)
h5f.close()
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment