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

snapshot...

parent 0efcd9de
Branches
No related tags found
No related merge requests found
......@@ -1150,6 +1150,7 @@ def run_mean_std():
data.append(no_ice_h5f[dname][:,].flatten())
data = np.concatenate(data)
print(data.shape)
mean = np.mean(data)
data -= mean
std = np.std(data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment