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

snapshot...

parent 8c978a18
No related merge requests found
......@@ -519,7 +519,7 @@ def run_qc(filename, filename_l1b):
bts.append((bt_11um[i,].flatten())[mask[i]])
phs.append((cld_phase[i,].flatten())[mask[i]])
opd.append((cld_opd[i,].flatten())[mask[i]])
opd_dc.append(cld_opd_dc[i,].flatten())[mask[i]]
#opd_dc.append(cld_opd_dc[i,].flatten())[mask[i]]
#else:
# bts.append((bt_11um[i,].flatten())[mask[i]])
print('num valid pireps: ', len(bts))
......@@ -527,11 +527,11 @@ def run_qc(filename, filename_l1b):
bts = np.concatenate(bts)
phs = np.concatenate(phs)
opd = np.concatenate(opd)
opd_dc = np.concatenate(opd_dc)
#opd_dc = np.concatenate(opd_dc)
print(np.histogram(bts, bins=10))
print(np.histogram(opd, bins=10))
print(np.histogram(opd_dc, bins=10))
#print(np.histogram(opd_dc, bins=10))
print(np.histogram(phs, bins=6))
return mask
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment