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

snapshot...

parent 27a057eb
Branches
No related tags found
No related merge requests found
......@@ -427,6 +427,7 @@ def create_file2(filename, raob_to_amv_dct, raob_dct, amv_files):
def run_best_fit_all():
amv_files = Framework('/apollo/cloud/scratch/AMV_BUST/FMWK_TEST3/', 10)
prd_files = FrameworkCloudHeight('/apollo/cloud/scratch/AMV_BUST/FMWK_TEST3/', 10)
raob_dir = '/home/rink/data/raob/'
......@@ -481,6 +482,7 @@ def run_best_fit_all():
m_d = match_amvs_to_raobs(raob_dct, ts, amv_files=amv_files)
amvs_list, bf_list, raob_match_list, bf_gfs_list = run_best_fit(m_d, raob_dct, gfs_dir+gfs_files[k])
analyze2(amvs_list, bf_list, raob_match_list, bf_gfs_list)
prd_dct = get_product_at_locs(m_d, ts, prd_files)
def get_product_at_locs(raob_to_amv_dct, ts, files, filepath=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment