Skip to content
Snippets Groups Projects
Commit 3c7e952c authored by Paolo Veglio's avatar Paolo Veglio
Browse files

fixed bug with land restoral. mostly there but still a few pixels off

parent 4e1ed616
No related branches found
No related tags found
No related merge requests found
......@@ -423,8 +423,7 @@ def main(
& (cmin <= 0.95)
)
tmp_bits = (
restoral_bits["09"]
* restoral_bits["13"]
np.clip(restoral_bits["09"] + restoral_bits["13"], 0, 1)
* restoral_bits["15"]
* restoral_bits["05"]
* restoral_bits["11"]
......
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