jrkerns / pylinac

An image analysis library for medical physics
MIT License
145 stars 94 forks source link

_check_inversion() missing from LasVegas _preprocess() ? #493

Closed toddzilla1 closed 1 month ago

toddzilla1 commented 1 month ago

In the LasVegas class of planar_imaging, the _preprocess method is:

def _preprocess(self): self._check_direction()

Shouldn't it also call the self._check_inversion() method?

toddzilla1 commented 1 month ago

Nevermind. I see this is called during analyze().