AndrewWAlexander / Pinnacle-tar-DICOM

Converting Pinnacle tar files to DICOM files
MIT License
23 stars 14 forks source link

MU Calculation #6

Closed rechlalef closed 6 years ago

rechlalef commented 6 years ago

Hi Andrew,

As we discuss, we need to introduce the OFc value in the MU Calculation: OFc = float(re.findall(r"[-+]?\d*\.\d+|\d+", all_lines[linenum + 17])[0]) and the MU calculation becomes: beammu = float(re.findall(r"[-+]?\d*\.\d+|\d+", line)[0])/(normdose*PDD6MV*OFc)

Thanks again for this code :)

AndrewWAlexander commented 6 years ago

Thanks for tweaking the MU calculation! I have added these lines to the code.

AndrewWAlexander commented 6 years ago

commit d59b7da8384a906e91ddb0cd4ef64bc445df6872 closes #6