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

snapshot...

parent a6819caa
No related branches found
No related tags found
No related merge requests found
...@@ -1192,8 +1192,8 @@ def run_mean_std(check_cloudy=False): ...@@ -1192,8 +1192,8 @@ def run_mean_std(check_cloudy=False):
data_ni -= mean_ni data_ni -= mean_ni
std_ni = np.nanstd(data_ni) std_ni = np.nanstd(data_ni)
mean = (mean_i + 3*mean_ni)/4 mean = (mean_i + 5*mean_ni)/6
std = (std_i + 3*std_ni)/4 std = (std_i + 5*std_ni)/6
print(dname,': (', mean, mean_i, mean_ni, ') (', std, std_i, std_ni, ')') print(dname,': (', mean, mean_i, mean_ni, ') (', std, std_i, std_ni, ')')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment