HU value of each voxel in a .vxl file

Hello, has your problem been solved? I am also importing CT and can I ask a question? How can I know the HU value corresponding to each voxel in the generated .vxl file?

Hi @zcao23
you can only see the conversion from HU to region/material during the creation of the .vxl file. From a .vxl file you only have now an index to a material/region but not the HU.

In flair geometry viewer if you click the Info action button you can get the material/density of each voxel and with the associated CORRFACT you could get the corrected density. From there you would need to find in which interval of HU it corresponds.

Thank you very much for your reply.