From afbff701c7286a53648cea29f7e19de2a1f94a5b Mon Sep 17 00:00:00 2001 From: Marshall Perrin Date: Mon, 8 Jul 2024 15:03:57 -0400 Subject: [PATCH] add cycle 3 routine WFS PIDs --- webbpsf/trending.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webbpsf/trending.py b/webbpsf/trending.py index 8e73c7a2..ae530817 100644 --- a/webbpsf/trending.py +++ b/webbpsf/trending.py @@ -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']])