Skip to content

Commit

Permalink
Adding Cycle 2 PIDs in trending to resolve issue #683
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyhawk172 committed Jul 21, 2023
1 parent 2058cf7 commit b25aa90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webbpsf/trending.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def wavefront_time_series_plot(opdtable, start_date=None, end_date=None, ymin=0,

rms_nm = np.asarray(rmses) * 1000

routine_pids = [1163, 2586, 2724, 2725, 2726, 4431] # commissioning OTE-26 and cycle 1 maintenance
routine_pids = [1163, 2586, 2724, 2725, 2726, 4431, # Commissioning OTE-26 and Cycle 1 maintenance

Check warning on line 99 in webbpsf/trending.py

View check run for this annotation

Codecov / codecov/patch

webbpsf/trending.py#L99

Added line #L99 was not covered by tests
4500, 4501, 4502, 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510] # Cycle 2

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

Expand Down

0 comments on commit b25aa90

Please sign in to comment.