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

snapshot...

parent f1843fd0
No related branches found
No related tags found
No related merge requests found
...@@ -280,9 +280,6 @@ def create_file(match_dct, output_path, target_filepath, caliop_clavrx_params, a ...@@ -280,9 +280,6 @@ def create_file(match_dct, output_path, target_filepath, caliop_clavrx_params, a
dist = tup[7] dist = tup[7]
alt = tup[8] alt = tup[8]
dst_to_amvs[idx, 0:cnt] = dist
amv_geom_hgt[idx, 0:cnt] = alt
for pidx, param in enumerate(caliop_clavrx_params): for pidx, param in enumerate(caliop_clavrx_params):
nda = data_nd[pidx] nda = data_nd[pidx]
nc4_vars_cc[pidx][idx] = nda nc4_vars_cc[pidx][idx] = nda
...@@ -303,6 +300,9 @@ def create_file(match_dct, output_path, target_filepath, caliop_clavrx_params, a ...@@ -303,6 +300,9 @@ def create_file(match_dct, output_path, target_filepath, caliop_clavrx_params, a
cnt = nda.shape[0] cnt = nda.shape[0]
amv_line[idx, 0:cnt] = nda amv_line[idx, 0:cnt] = nda
dst_to_amvs[idx, 0:cnt] = dist
amv_geom_hgt[idx, 0:cnt] = alt
for pidx, param in enumerate(amv_params): for pidx, param in enumerate(amv_params):
nda = amvs_nd[pidx+4,] nda = amvs_nd[pidx+4,]
cnt = nda.shape[0] cnt = nda.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