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

snapshot...

parent f5663d9d
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,8 @@ def get_amvs(amv_files, timestamp, filepath=None): ...@@ -33,6 +33,8 @@ def get_amvs(amv_files, timestamp, filepath=None):
param_s = [] param_s = []
vld = None vld = None
for name in amv_params: for name in amv_params:
if name is None:
continue
param = ds[name][:] param = ds[name][:]
if vld is None: if vld is None:
vld = np.invert(param.mask) vld = np.invert(param.mask)
......
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