Skip to content

Commit

Permalink
test on weights
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmagalhaes committed Nov 8, 2024
1 parent d084cd4 commit 13529e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/astrohack/core/extract_holog.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ def _time_avg_pointing_jit(time_vis, pnt_time, dire, dir_cos, enc, pnt_off, tgt)

i_time = 0
for i_row in range(n_row):
print(i_row, i_time)
if pnt_time[i_row] < time_vis[i_time] - half_int:
continue
else:
Expand Down

0 comments on commit 13529e1

Please sign in to comment.