Skip to content

Commit

Permalink
Update log_analyzer.py
Browse files Browse the repository at this point in the history
last error (hopefully)
  • Loading branch information
inamoto85 authored Oct 30, 2018
1 parent 975291c commit e0ae241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylinac/log_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,7 @@ def calc_mlc_pos(leaf_num, params):
mlc_pos += params['inner_leaf_thickness']
else:
mlc_pos += params['outer_leaf_thickness']
return mlc_pos

mlc_position = calc_mlc_pos(leaf_num, mlc_params)
y2_position = self._jaws.y2.actual.max() * 10 + 200
Expand Down

0 comments on commit e0ae241

Please sign in to comment.