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

snapshot...

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