Skip to content

Commit

Permalink
Remove GOTO mnt history workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Aug 7, 2024
1 parent c3cd48a commit afb5342
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions update-dashboard-data
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ def generate_goto_json(output_path, date, environment, status):
(daemons.goto_dome2_gtecs_conditions, 'goto_dome2_conditions', lambda d: d.get_info(force_update=False))
], status))

for key in ['acceleration_history', 'encoder_position_history', 'motor_current_history', 'position_error_history', 'tracking_error_history', 'velocity_history']:
del output['goto_dome1_mnt'][key]
del output['goto_dome2_mnt'][key]

write_output(output, output_path)


Expand Down

0 comments on commit afb5342

Please sign in to comment.