Issues with viewing CT scans

Operating system: Microsoft
Slicer version:4.8.0
Expected behavior: Opening CT scans in Slicer
Actual behavior: I have two problems with viewing axial CT scan.

  1. For some of my data When I open one image in the sequence file I can only see a thin strip of that axial slice (as if it’s one row of voxels out of the slice matrix of rows x columns).

  2. In one file I have raw data where slice numbers (in the raw data) are not according to their anatomical order. When I rename slice number to follow their anatomical order I get problem number 1.

Thanks for the help

Ettie

Hi -

If this is dicom data, see this FAQ:

https://www.slicer.org/wiki/Documentation/Nightly/FAQ/DICOM

If they are other kinds of files, try unchecking the SingleFile option described here:

https://www.slicer.org/wiki/Documentation/Nightly/SlicerApplication/LoadingData

If that doesn’t help, let us know the filenames and types you are using.

Hi Steve,

Thank you for your reply,

The CT scans are DICOM files and I have followed the instructions “Something is displayed, but it is not what I expected” from: https://www.slicer.org/wiki/Documentation/Nightly/FAQ/DICOM

but couldn’t solve the problem by adjusting the slice viewer’s field of view

Here is my problem in more detail:

The original file has DICOM file numbers (99113093 - 99113123) that are not in the same order as the anatomical slice number (1-31). For example:

DICOM 9113093 Anatomical slice number 25

DICOM 9113094 Anatomical slice number 19

DICOM 9113095 Anatomical slice number 6

DICOM 9113096 Anatomical slice number 22

DICOM 9113097 Anatomical slice number 10

etc.

Furthermore, the sequence contains a scouting type image (one for the DICOM files), which ideally will be removed before mapping the lesion.

When I view the original DICOM in slicer it shows the CT scan slices correctly but of course in incorrect order. This makes lesion mapping very difficult.

When I change the DICOM file number according to anatomical slice order (for example DICOM 9113095, Anatomical slice number 6, becomes DICOM 9113101), I see a narrow slice of the image (narrow on the Y axis) rather than the full image (the whole Y axis). I suspect that renaming interrupts something, but not sure what.

How can I view the DICOM files in their anatomical order (like any other subject) and see the whole image rather than just a strip?

Cheers,

Ettie

Slicer ignores file and folder names when loading DICOM files. Slices are ordered based on position information embedded in each file (in “image position patient” tag). If slices in Slicer appear in wrong order then most likely the DICOM files are written incorrectly.

Make sure you import data into Slicer’s DICOM browser and load it from the DICOM browser. Do not use “Add data dialog” for loading DICOM files, especially if you have DICOM files dispersed in multiple folders or the files have random names.

if you still have problems then the best is if you can share an anonymized data set (upload to a file sharing service and paste the link here).

I have the same problem. It started when I updated to most recent stable version of slicer.