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

snapshot...

parent c327dcb6
Branches
Tags
No related merge requests found
...@@ -390,7 +390,6 @@ class SRCNN: ...@@ -390,7 +390,6 @@ class SRCNN:
tmp = tmp[:, 0:66, 0:66] tmp = tmp[:, 0:66, 0:66]
if label_param != 'cloud_probability': if label_param != 'cloud_probability':
tmp = normalize(tmp, label_param, mean_std_dct) tmp = normalize(tmp, label_param, mean_std_dct)
data_norm.append(tmp) data_norm.append(tmp)
# --------- # ---------
data = np.stack(data_norm, axis=3) data = np.stack(data_norm, axis=3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment