Hi all,
I am working the catphan CBCT image analysis using Pylinac. I have doubts on Uniformity index and Integral non uniformity
Uniformity index
Can any explain me why the 1000 is added in denominator as given below in uniformity index
uis = [100*((roi.pixel_value-center.pixel_value)/(center.pixel_value+1000)) for roi in self.rois.values()]
As for I understand, 1000 is to eliminate the infinity value when center.pixel is 0
Integral non uniformity
Can any explain me why the 2000 is added in denominator as given below in Integral non uniformity
(maxhu - minhu)/(maxhu + minhu + 2000)
Sorry It may be simple I can’t get it.
Please explain
Thanks
Prabakar