jrkerns / pylinac

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

Consider raising the HU module uniformity tolerance. #273

Closed jrkerns closed 4 years ago

jrkerns commented 4 years ago

As initially reported here: https://groups.google.com/forum/#!topic/pylinac/QBRnmiaFtdE the HU-finding algorithm can fail for very noisy images (which can correlate to thin slices).

Consider raising the noise threshold here: https://github.com/jrkerns/pylinac/blob/master/pylinac/ct.py#L1123

jrkerns commented 4 years ago