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

snapshot...

parent d36a99e0
No related branches found
No related tags found
No related merge requests found
...@@ -1936,7 +1936,7 @@ def run_make_images(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_pat ...@@ -1936,7 +1936,7 @@ def run_make_images(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_pat
print('Done: ', clvrx_str_time) print('Done: ', clvrx_str_time)
def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=homedir, model_path=None, prob_thresh=0.5, satellite='GOES16', domain='CONUS', day_night='DAY', l1b_andor_l2='l2'): def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=homedir, model_path=None, prob_thresh=0.5, satellite='GOES16', domain='CONUS', day_night='DAY', l1b_andor_l2='BOTH'):
if day_night == 'DAY': if day_night == 'DAY':
if model_path is None: if model_path is None:
...@@ -1946,7 +1946,6 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h ...@@ -1946,7 +1946,6 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
model_path = model_path_night model_path = model_path_night
train_params = get_training_parameters(day_night=day_night, l1b_andor_l2=l1b_andor_l2) train_params = get_training_parameters(day_night=day_night, l1b_andor_l2=l1b_andor_l2)
train_params = train_params + ['cld_geo_thick', 'cld_height_acha']
if satellite == 'H08': if satellite == 'H08':
clvrx_ds = CLAVRx_H08(clvrx_dir) clvrx_ds = CLAVRx_H08(clvrx_dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment