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

snapshot...

parent 78aa573f
Branches
No related tags found
No related merge requests found
...@@ -770,8 +770,8 @@ def run_evaluate_static(in_file, out_file, ckpt_dir): ...@@ -770,8 +770,8 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
bt = get_grid_values_all(h5f, 'orig/temp_11_0um') bt = get_grid_values_all(h5f, 'orig/temp_11_0um')
y_len, x_len = bt.shape[0], bt.shape[1] y_len, x_len = bt.shape[0], bt.shape[1]
lons = get_grid_values_all(h5f, 'longitude') lons = get_grid_values_all(h5f, 'orig/longitude')
lats = get_grid_values_all(h5f, 'latitude') lats = get_grid_values_all(h5f, 'orig/latitude')
bt = np.where(np.isnan(bt), 0, bt) bt = np.where(np.isnan(bt), 0, bt)
bt = normalize(bt, 'temp_11_0um_nom', mean_std_dct) bt = normalize(bt, 'temp_11_0um_nom', mean_std_dct)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment