Skip to content

Commit

Permalink
add cycle 3 routine WFS PIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrin committed Jul 8, 2024
1 parent 7c74ffb commit afbff70
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 afbff70

Please sign in to comment.