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

snapshot...

parent 3ff0e38e
Branches
No related tags found
No related merge requests found
......@@ -1169,6 +1169,9 @@ def run_mean_std():
data_ni -= mean_ni
std_ni = np.nanstd(data_ni)
mean = (mean_i + 3*mean_ni)/4
std = (std_i + 3*std_ni)/4
print(dname,': ', data_i.shape, data_ni.shape, mean, mean_i, mean_ni, std, std_i, std_ni)
mean_dct[dname] = mean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment