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

snapshot...

parent af8cacc4
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ def keep_tile(param_s, tile, hist_10): ...@@ -26,7 +26,7 @@ def keep_tile(param_s, tile, hist_10):
grd_k = tile[k, ].copy() grd_k = tile[k, ].copy()
if target_param == 'cloud_probability': if target_param == 'cloud_probability':
grd_k = process_cld_prob_(grd_k) grd_k = process_cld_prob_(grd_k, hist_10)
elif target_param == 'cld_opd_dcomp': elif target_param == 'cld_opd_dcomp':
grd_k = process_cld_opd_(grd_k) grd_k = process_cld_opd_(grd_k)
......
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