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

snapshot...

parent f64f5250
No related branches found
No related tags found
No related merge requests found
......@@ -944,7 +944,7 @@ def analyze2(amvs_list, bf_list, raob_match_list, bf_gfs_list, amv_prod_list):
def compare_amvs_bestfit(amvs_list, bfs_list, bin_size=200):
amvs = np.concatenate(amvs_list, axis=1)
amvs = np.transpose(amvs_list, axes=[1, 0])
amvs = np.transpose(amvs, axes=[1, 0])
bfs = np.stack(bfs_list, axis=0)
didx = 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment