Skip to content

Commit

Permalink
#641 Refactoring, also updated output of calibration data script
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Nov 10, 2020
1 parent d1199e0 commit 903d328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lighthouse/get_lh2_calib_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

data[sweep][param] = value

print(' .axis = {')
print(' .sweep = {')
for sweep, params in data.items():
print(' {', end='')
for param, value in params.items():
Expand Down

0 comments on commit 903d328

Please sign in to comment.