Skip to content

Commit

Permalink
Merge pull request #878 from mperrin/trending_add_cyc3_pids
Browse files Browse the repository at this point in the history
minor: trending function add cycle 3 routine WFS PIDs
  • Loading branch information
obi-wan76 committed Jul 31, 2024
2 parents e22c3b1 + afbff70 commit cab6ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webbpsf/trending.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def wavefront_time_series_plot(
4508,
4509,
] # Cycle 2
routine_pids += list(range(6689, 6699)) # Cycle 3

is_routine = np.asarray([int(v[1:6]) in routine_pids for v in opdtable[where_pre]['visitId']])

Expand Down

0 comments on commit cab6ef4

Please sign in to comment.