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

snapshot...

parent eede7709
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import numpy as np
import time
def infer_cloud_fraction(clvrx_path, output_dir, full_disk=True, satellite='GOES16', domain='FD', pattern=None):
def infer_cloud_products(clvrx_path, output_dir, full_disk=True, satellite='GOES16', domain='FD', pattern=None):
# -- location of the trained model
ckpt_dir_s = os.listdir(model_path_cld_frac)
ckpt_dir_cld_frac = model_path_cld_frac + ckpt_dir_s[0]
......
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