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

snapshot...

parent 7a6ed718
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ dir_fmt = '%Y_%m_%d_%j'
ds_dct = {}
goes_ds_dct = {}
#pirep_file = '/home/rink/data/pireps/pireps_2019010000_2019063023.csv'
pirep_file = '/home/rink/data/pireps/pireps_20180101_20200331.csv'
pirep_file = '/Users/tomrink/data/pirep/pireps_20180101_20200331.csv'
l1b_ds_list = ['temp_10_4um_nom', 'temp_11_0um_nom', 'temp_12_0um_nom', 'temp_13_3um_nom', 'temp_3_75um_nom',
'temp_6_2um_nom', 'temp_6_7um_nom', 'temp_7_3um_nom', 'temp_8_5um_nom', 'temp_9_7um_nom',
......@@ -595,11 +595,3 @@ def apply_qc_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mask,
mask.append(keep)
return mask
def test(flags, fkeys, ids, ice_dct):
for i, key in enumerate(fkeys):
rpts = ice_dct[key]
for tup in rpts:
if tup[4] == ids[i]:
print(flags[i], tup[5])
\ No newline at end of file
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