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

snapshot...

parent 9d96b69b
Branches
No related tags found
No related merge requests found
...@@ -448,7 +448,7 @@ def analyze(matchup_dict): ...@@ -448,7 +448,7 @@ def analyze(matchup_dict):
print('mphz MAE/BIAS/STD', np.average(np.abs(hgt_diff_mphz)), np.average(hgt_diff_mphz), np.std(hgt_diff_mphz)) print('mphz MAE/BIAS/STD', np.average(np.abs(hgt_diff_mphz)), np.average(hgt_diff_mphz), np.std(hgt_diff_mphz))
print('ovrlap MAE/BIAS/STD', np.average(np.abs(hgt_diff_ovrlap)), np.average(hgt_diff_ovrlap), np.std(hgt_diff_ovrlap)) print('ovrlap MAE/BIAS/STD', np.average(np.abs(hgt_diff_ovrlap)), np.average(hgt_diff_ovrlap), np.std(hgt_diff_ovrlap))
return hgt_diff, hgt_diff_i, hgt_diff_w, hgt_diff_scw, hgt_diff_tice, hgt_diff_cirrus, hgt_diff_mphz, hgt_diff_ovrlap return hgts, hgt_diff, hgt_diff_i, hgt_diff_w, hgt_diff_scw, hgt_diff_tice, hgt_diff_cirrus, hgt_diff_mphz, hgt_diff_ovrlap
def get_time_tuple_utc(timestamp): def get_time_tuple_utc(timestamp):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment