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

snapshot...

parent 92d6b500
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ def run_mean_std(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')
for idx, mfile in enumerate(mod_files):
if idx % 8 == 0:
......
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