Bone Thickness Mapping use with skull CT images

Hi:

I want to obtain the bone thickness using skull CT images. Do skull CT images need to have any specific characteristics in order to use the BoneThicknessMapping extension?

Sincerely

Gonzalo Rojas Costa

Gonzalo, there is a workaround to make that module to run:

  • download Slicer-4.11.20200930-linux-amd64 (or any OS -mac, win, linux-)
    SPKC

  • download and install the “BoneThicknessMapping” module
    @KitwareMedical/slicer-extensions-webapp (or any OS -mac, win, linux-)

  • Open ‘/home/.config/NA-MIC/Extensions-29402/BoneThicknessMapping/lib/Slicer-4.11/qt-scripted-modules/BoneThicknessMapping.py’
    and Change ‘airCellTable’ to ‘airCellTableNode’in line 931, save and restart slicer.

That should do

Hi:

I followed the instructions that you sent me. I tested the module using brain CT included in the 3D Slicer examples. But I got the thickness of only one skull hemisphere… Why ?

Sincerely,

Hi Gonzalo,

The ‘bone thickness mapping’ module uses the ray-casting technique to estimate the bone “depth”, hence it only computes the depth where the prescribed rays cast. Once you load the module, there is a section in which you can specify the ray casting direction (RAS & LPI). Just run the module for each view of your interest, and you will cover the whole skull.

Hi:

Ok. Thank you very much for your answer.

I have skull CT of two different populations. How can I do the comparison of both skull thicknesses?

Sincerely,

Hi:

Another question. How can I get the values of bone thickness from the model generated by "BoneThicknessMapping” module ?.. the complete head skull?.. some areas or lobules?

Sincerely,

I would explore the source code (I am not a developer of the module) and look where the array of values is manipulated to save it for further processing