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

`snapshot...`

parent 4ab3264e
No related branches found
No related tags found
No related merge requests found
...@@ -216,8 +216,8 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st ...@@ -216,8 +216,8 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st
try: try:
num_not_missing, num_snow_covered = \ num_not_missing, num_snow_covered = \
run(h5f, params_m, data_tiles_m, params_i, data_tiles_i, run(h5f, params_m, data_tiles_m, params_i, data_tiles_i,
# tile_width=16, kernel_size=4, factor=4, tile_width=32, kernel_size=5, factor=4,
tile_width=64, kernel_size=7, factor=2, # tile_width=64, kernel_size=7, factor=2,
day_night=day_night, is_snow_covered=is_snow_covered) day_night=day_night, is_snow_covered=is_snow_covered)
except Exception as e: except Exception as e:
print(e) print(e)
......
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