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

snapshot...

parent eeb6600b
No related branches found
No related tags found
No related merge requests found
......@@ -1040,9 +1040,6 @@ def compare_amvs_bestfit_all(amvs_list, bfs_list, bin_size=200):
def compare_amvs_bestfit(amvs, bfs, bin_size=200):
# amvs = np.concatenate(amvs_list, axis=1)
# amvs = np.transpose(amvs, axes=[1, 0])
# bfs = np.stack(bfs_list, axis=0)
good_amvs = amvs
num_good = good_amvs.shape[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment