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

snapshot...

parent 674fe4e6
No related branches found
No related tags found
No related merge requests found
...@@ -511,7 +511,7 @@ def get_product_at_locs(raob_to_amv_dct, ts, files, filepath=None): ...@@ -511,7 +511,7 @@ def get_product_at_locs(raob_to_amv_dct, ts, files, filepath=None):
for k in range(num_amvs): for k in range(num_amvs):
aaa[:, k] = param_nd[:, ll[k], cc[k]] aaa[:, k] = param_nd[:, ll[k], cc[k]]
m_dct[key] = aaa.transpose(aaa, axes=(1, 0)) m_dct[key] = np.transpose(aaa, axes=[1, 0])
ds.close() ds.close()
......
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