Skip to content

Commit

Permalink
Fix extra quote
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Oct 15, 2024
1 parent affdf9e commit 8782ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/diagnostics/stage1_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def spread_feb_temp(stage1, temperature_set=1):
def run_duration(stage1):
run_info = stage1.const_run_info()
camera_layout = stage1.const_run_config().const_camera_layout()
camera_clocks = [ 'UCTS timestamp', '
camera_clocks = [ 'UCTS timestamp',
'UCTS combined 10MHz and pps counter',
'TIB combined 10MHz and pps counter',
'FEB local pps and 2ns TDC counter sum',
Expand Down

0 comments on commit 8782ebc

Please sign in to comment.