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

snapshot...

parent 81c023b9
No related branches found
No related tags found
No related merge requests found
...@@ -958,7 +958,6 @@ def apply_qc_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mask, ...@@ -958,7 +958,6 @@ def apply_qc_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mask,
# Test5 and Test6 # Test5 and Test6
# keep = np.where(keep, np.logical_and(bt_11um[i,] > 228.0, bt_11um[i,] < 270.0), False) # keep = np.where(keep, np.logical_and(bt_11um[i,] > 228.0, bt_11um[i,] < 270.0), False)
keep = np.where(keep, bt_11um[i,] < 270.0, False)
# Test3 # Test3
# keep = np.where(keep, (cld_opd[i,] >= opd_thick_threshold) & (cld_phase[i,] == 4), False) # keep = np.where(keep, (cld_opd[i,] >= opd_thick_threshold) & (cld_phase[i,] == 4), False)
...@@ -1018,7 +1017,6 @@ def apply_qc_no_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mas ...@@ -1018,7 +1017,6 @@ def apply_qc_no_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mas
# continue # continue
# keep = np.where(keep, np.logical_and(bt_11um[i,] > 228.0, bt_11um[i,] < 273.0), False) # keep = np.where(keep, np.logical_and(bt_11um[i,] > 228.0, bt_11um[i,] < 273.0), False)
keep = np.where(keep, bt_11um[i,] < 270.0, False)
# Test6 # Test6
# keep = np.where(keep, (bt_11um[i,] < 228.0), False) # keep = np.where(keep, (bt_11um[i,] < 228.0), False)
......
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