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

snapshot...

parent a9c7b90b
No related branches found
No related tags found
No related merge requests found
......@@ -797,7 +797,7 @@ def apply_qc_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mask,
return mask, idxs
def fov_extract():
def fov_extract(outfile='/Users/tomrink/fovs_out.h5'):
ice_times = []
icing_int_s = []
......@@ -907,7 +907,7 @@ def fov_extract():
icing_intensity = icing_intensity[ds_indexes]
h5f_expl = h5py.File(a_clvr_file, 'r')
h5f_out = h5py.File('/Users/tomrink/fovs_out.h5', 'w')
h5f_out = h5py.File(outfile, 'w')
for idx, ds_name in enumerate(train_params_day):
dt = ds_types[ds_list.index(ds_name)]
......
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