CTscan
I’ve been suffering dizzy attacks for the last ten years. I decided to do something about it when I suffered some pretty bad ones just recently. I was ordered to have a full head CT scan by my Doc. Of course I had to ask for the images on CD.

This is a composite image of the side of my noggin, (and if you look carefully y
ou can see the one filling in my tooth).
I’m currently investigating merging the individual slices together to see if I can
build up a nice 3D image. Of course the resolution isn’t that crash hot being only an Xray scan, and they’ve reduced the size of the images on CD as well. ![]()
If anyone is interested, the image format from the CT machine is [[DICOM]], which is a medical imaging format. There are a number of applications that read/translate to all the standard image formats. There was one that came with the CD for Windows, but apart from that one I have no idea on the Windows platform.
If you’re running Debian, (lenny), you can just apt-get them. I found imagej to be the best GUI app, and medcon for command line bulk converting.
% apt-cache search dicom aeskulap - medical image viewer and DICOM network client ctn - Central Test Node, a DICOM implementation for medical imaging ctn-dev - Development files for Central Test Node, a DICOM implementation ctn-doc - Documentation for Central Test Node, a DICOM implementation dcmtk - The OFFIS DICOM toolkit command line utilities dcmtk-doc - The OFFIS DICOM toolkit documentation dcmtk-www - The OFFIS DICOM toolkit worklist www server application dicomnifti - converts DICOM files into the NIfTI format libdcmtk1 - The OFFIS DICOM toolkit runtime libraries libdcmtk1-dev - The OFFIS DICOM toolkit development libraries and headers libmdc2 - Medical Image (DICOM, ECAT, ...) conversion tool libmdc2-dev - Medical Image (DICOM, ECAT, ...) conversion tool medcon - Medical Image (DICOM, ECAT, ...) conversion tool xmedcon - Medical Image (DICOM, ECAT, ...) conversion tool imagej - Image processing program inspired by NIH Image for the Macintosh
Converting the files to something more palatable, (and easily viewed), was as simple as running the following on all the DICOM files:
% medcon -24 -c png -n -v -contrast -f
After this conversion you get images like this:


No related posts.
