See if anybody can help me…
Using CatPhan504, for some CT scans slice thickness measured is 10 times less than expected using both raw and reconstructed CT. Manual analisys of FWHM gives bak the expected values. Everything else in the analisys is perfect… any ideas?
my_TC= CatPhan504(directori)
hu_tolerance_=40
50mm_tolerance=0.5
thickness_tolerance_=0.2
low_contrast_tolerance_=1
cnr_threshold_=6
my_TC.analyze( hu_tolerance=hu_tolerance_, scaling_tolerance=50mm_tolerance, thickness_tolerance=thickness_tolerance_,
low_contrast_tolerance=low_contrast_tolerance_, cnr_threshold=cnr_threshold_)
…
print(my_TC.results()) gives me:
Geometric Line Average (mm): 50.01
Geometry Passed?: True
Measured Slice Thickness (mm): 0.179
Slice Thickness Passed? False
Nominal slice thickness is 2.5.
Any ideas?
Manual analisys of FWHM gives back values around 2.5mm