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

snapshot...

parent 911ee918
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ def get_training_parameters(day_night='DAY', l1b_andor_l2='both', satellite='GOE ...@@ -49,7 +49,7 @@ def get_training_parameters(day_night='DAY', l1b_andor_l2='both', satellite='GOE
elif l1b_andor_l2 == 'l2': elif l1b_andor_l2 == 'l2':
train_params = train_params_l2 train_params = train_params_l2
return train_params return train_params, train_params_l1b, train_params_l2
flt_level_ranges = {k: None for k in range(5)} flt_level_ranges = {k: None for k in range(5)}
......
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