Skip to content

Commit

Permalink
Closes #155
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkerns committed Nov 16, 2018
1 parent 3eb3854 commit c368223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylinac/vmat.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def publish_pdf(self, filename: str, notes: str=None, open_file: bool=False, met
canvas.add_text(text='Median profiles', location=(8, 12), font_size=18)
text = ['{} VMAT results:'.format(self._result_header),
'Source-to-Image Distance (mm): {:2.0f}'.format(self.open_image.sid),
'Tolerance (%): {:2.1f}'.format(self._tolerance),
'Tolerance (%): {:2.1f}'.format(self._tolerance*100),
'Absolute mean deviation (%): {:2.2f}'.format(self.avg_abs_r_deviation),
'Maximum deviation (%): {:2.2f}'.format(self.max_r_deviation),
]
Expand Down

0 comments on commit c368223

Please sign in to comment.