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

snapshot...

parent 118ad31c
Branches
No related tags found
No related merge requests found
...@@ -13,8 +13,4 @@ def infer_cloud_fraction(clvrx_dir, output_dir, model_path=model_path+tf_model_n ...@@ -13,8 +13,4 @@ def infer_cloud_fraction(clvrx_dir, output_dir, model_path=model_path+tf_model_n
clvrx_str_time = dto.strftime('%Y-%m-%d_%H:%M') clvrx_str_time = dto.strftime('%Y-%m-%d_%H:%M')
out_file = output_dir + 'cloud_fraction_' + clvrx_str_time out_file = output_dir + 'cloud_fraction_' + clvrx_str_time
run_evaluate_static(fname, out_file, model_path) run_evaluate_static(fname, out_file, model_path)
# run_evaluate_static_full_disk(fname, out_file, model_path)
def infer_cloud_fraction_full_disk(clavrx_file, model_path=model_path+tf_model_name):
cld_frac = run_evaluate_static_full_disk(clavrx_file, None, model_path)
return cld_frac
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment