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

snapshot...

parent d406d2e9
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ flt_level_ranges[4] = [8000.0, 15000.0] ...@@ -48,7 +48,7 @@ flt_level_ranges[4] = [8000.0, 15000.0]
def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=homedir, def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=homedir,
day_model_path=model_path_day, night_model_path=model_path_night, day_model_path=model_path_day, night_model_path=model_path_night,
prob_thresh=0.5, satellite='GOES16', domain='CONUS', day_night='AUTO', prob_thresh=0.5, satellite='GOES16', domain='CONUS', day_night='AUTO',
l1b_andor_l2='both', use_flight_altitude=True, res_fac=1, use_nan=False, has_time=False, model_type='FCN'): l1b_andor_l2='l2', use_flight_altitude=True, res_fac=1, use_nan=False, has_time=False, model_type='FCN'):
if model_type == 'CNN': if model_type == 'CNN':
model_module = icing_cnn model_module = icing_cnn
elif model_type == 'FCN': elif model_type == 'FCN':
......
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