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

snapshot...

parent a306f93f
Branches
No related tags found
No related merge requests found
......@@ -885,7 +885,7 @@ def apply_qc_no_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mas
# keep = np.where(keep, (bt_11um[i,] < 228.0), False)
#
# # Test3
# keep = np.where(keep, np.invert((cld_opd[i,] >= opd_thick_threshold) & (cld_phase[i,] == 4) & (cld_top_hgt[i,] > icing_alt[i])), False)
keep = np.where(keep, np.invert((cld_opd[i,] >= opd_thick_threshold) & (cld_phase[i,] == 4) & (cld_top_hgt[i,] > icing_alt[i])), False)
mask.append(keep)
idxs.append(i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment