jrkerns / pylinac

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

Catphan overall_passed() error #267

Closed brjdenis closed 4 years ago

brjdenis commented 4 years ago

Hi!

I think there may be a problem with the CTP515 module of ct.py. When I try to calculate overall_passed(), I get an error. I believe line 850 is the culprit. It should contain passed_cnr_constant instead of passed_constant.

Best regards, Denis

jrkerns commented 4 years ago

Verified. Good catch. I didn't have a test written covering that attr. Thanks