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

snapshot...

parent 386bb0c6
Branches
No related tags found
No related merge requests found
......@@ -102,13 +102,15 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
for j in range(num_lines):
for i in range(num_elems):
k = i + j*num_elems
avg_bt.append(get_average(bt_10_4[k]))
if not check_oblique(satzen[k]):
continue
if is_day(solzen[k]):
day_idxs.append(k)
else:
nght_idxs.append(k)
avg_bt.append(get_average(bt_10_4[k]))
num_tiles = num_lines * num_elems
num_day_tiles = len(day_idxs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment