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

just keep flag == 0

parent 58d931f7
Branches
No related tags found
No related merge requests found
......@@ -116,7 +116,8 @@ def match_amvs_to_raobs(raob_dict, raob_time, amv_ds, time_window=10, filepath=N
if qc_name is not None:
qc_param = nc4f[qc_name][:].data
good = amv_ds.filter(qc_param)
vld = np.logical_and(vld, good)
# vld = np.logical_and(vld, good)
vld = good
param_nd = np.vstack(param_s)
param_nd = param_nd[:, vld]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment