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

snapshot...

parent d55c3cdc
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st ...@@ -138,7 +138,7 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st
def run(h5f, param_s, train_tiles, valid_tiles, lbl_param_s, lbl_train_tiles, lbl_valid_tiles, def run(h5f, param_s, train_tiles, valid_tiles, lbl_param_s, lbl_train_tiles, lbl_valid_tiles,
num_keep_x_tiles=8, tile_width=64, kernel_size=3, day_night='DAY'): num_keep_x_tiles=8, tile_width=64, kernel_size=3, day_night='DAY'):
border = int((kernel_size - 1)/2) + 1 border = int((kernel_size - 1)/2) + 1 # Need to add for interpolation with no edge effects
param_name = param_s[0] param_name = param_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