jrkerns / pylinac

An image analysis library for medical physics
https://pylinac.readthedocs.io/en/latest/
MIT License
153 stars 98 forks source link

sample code error? #287

Closed lucserre closed 4 years ago

lucserre commented 4 years ago

Describe the bug Sample code on README.md is maybe wrong?

Assuming I'm right: currently says

from pylinac import tg51

but should say

from pylinac.calibration import tg51
jrkerns commented 4 years ago

Good catch, thanks