We are upgrading our pylinac and running into some growing pains.
I used to just enter:
qc3 = StandardImagingQC3(BIN_FILE.path)
qc3.analyze()
MTF = qc3,_mtf(50)
Now it’s indicating that qc3 has no attribute _mtf. I see in the release notes that the MTF module was consolidated, but how am I supposed to access the MTF now?