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

snapshot...

parent 236d684a
Branches
No related tags found
No related merge requests found
...@@ -153,7 +153,6 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st ...@@ -153,7 +153,6 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st
hist_accum_valid_i += h hist_accum_valid_i += h
h, b = np.histogram(valid_m.flatten(), bins=20, range=[0.0, 160.0]) h, b = np.histogram(valid_m.flatten(), bins=20, range=[0.0, 160.0])
hist_accum_valid_m += h hist_accum_valid_m += h
print(valid_i.shape, valid_m.shape)
num_train_samples = 0 num_train_samples = 0
if len(train_tiles_m) > 0: if len(train_tiles_m) > 0:
...@@ -167,7 +166,6 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st ...@@ -167,7 +166,6 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st
hist_accum_train_i += h hist_accum_train_i += h
h, b = np.histogram(train_m.flatten(), bins=20, range=[0.0, 160.0]) h, b = np.histogram(train_m.flatten(), bins=20, range=[0.0, 160.0])
hist_accum_train_m += h hist_accum_train_m += h
print(train_i.shape, train_m.shape)
valid_tiles_i = [] valid_tiles_i = []
train_tiles_i = [] train_tiles_i = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment