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

refactor

parent 5d9e435f
Branches
No related tags found
No related merge requests found
......@@ -1817,8 +1817,10 @@ def tiles_info(filename):
print('Icing 6: ', np.sum(iint == 6))
def run_make_images(ckpt_dir_s_path='/Users/tomrink/tf_model/', prob_thresh=0.5, domain='CONUS', extent=[-105, -70, 15, 50]):
ice_dict, no_ice_dict, neg_ice_dict = setup('/Users/tomrink/data/pirep/pireps_202109140000_202109142359.csv')
def run_make_images(ckpt_dir_s_path='/Users/tomrink/tf_model/', prob_thresh=0.5, domain='CONUS',
extent=[-105, -70, 15, 50],
pirep_file='/Users/tomrink/data/pirep/pireps_202109200000_202109232359.csv'):
ice_dict, no_ice_dict, neg_ice_dict = setup(pirep_file)
clvrx_ds = CLAVRx('/Users/tomrink/data/clavrx/RadC/265/')
clvrx_files = clvrx_ds.flist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment