Bone Thickness Mapping don't display the thickness

Why it didn’t show the thickness of skull? or any guide me how can I measure the bone thickness


like this from the guide in github

you can use the module “modelTomodel”

1 Like

I don’t know how to use the modelTomodel module. It seem use to compare model and another model. Can you guide me how can I measure skull thickness by using this module. Thank you for your guidance.

Hi,I have two questions
I can only analyze one side of the first bone, how can I do the whole?
My second question is how can I do a layer-by-layer evaluation? Can you help me how “modelTomodel” works?
image

Hi there,

I apologize for the late response. I believe I can provide a solution to your issue:

In the file C:\Users\Usuario\AppData\Roaming\NA-MIC\Extensions-29402\BoneThicknessMapping\lib\Slicer-4.11\qt-scripted-modules\BoneThicknessMapping.py, please modify line 931 as follows:

Change ‘airCellTable’ to ‘airCellTableNode’

After making this change, please save the file and try running the program again.