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

snapshot...

parent 4d3dcfd3
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,9 @@ tf_model_name = model_path+'tf_model_cld_frac_abi_v1' + os.sep
def infer_cloud_fraction(clavrx_file, model_path=model_path+tf_model_name):
cld_frac = run_evaluate_static(clavrx_file, None, model_path)
return cld_frac
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)
\ No newline at end of file
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