View 3 CT scans that are orthogonal perspectives of the same scan

I have figured out a way to do this, but I would appreciate if anyone with experience could tell me if I’ve done it right.

The CT scans in my dataset consist of the axial, sagittal, and coronal perspectives in separate files. Although I perform segmentation on the axial perspective, viewing the other perspectives are important for accurate segmentation.

How I view the 3 scans of different perspectives is as follows:

  1. Load the axial, sagittal and coronal scans in the DICOM viewer
  2. Go to “View Controllers” and change the Green view to show the coronal scan and the Yellow view to show the sagittal scan. I leave the dropdown next to the file name as “reformat”, instead of changing it to axial, sagittal or coronal

Is leaving it in “reformat” the appropriate way to do this?
Also, I notice Slicer 3D performs gantry tilt correction. If I use the linked crosshair, will it actually point to the right spot in the sagittal and coronal scans, since they are separate scans and not just 3d reconstructions of the original scan?

Thanks!

Unfortunately, many hospitals discard the original thin-slice CTs and only save 3 volumes with thick slices. This is not a problem for human readers, as they review the image in the 3 standard orientations, but for any 3D processing, segmentation, visualization, these 3 volumes contain much less information than the original volume.

You cannot recover the information that is lost when they deleted the original thin-slice image. If you want to get highest-quality segmentaitons then you have to demand imaging technicians to save the original high-resolution 3D image not just these thick-slice reconstructions.

You don’t need to worry about this, Segment Editor will automatically align the view planes to match the closest axis of segmentation’s internal labelmap image when you start editing the segmentation.

Yes, Slicer will show the correct positions in all views. However, if you do segmentation, I would recommend to choose the volume from the 3 that contains the most useful details, harden the transform and resample the volume to have isotropic resolution (same resolution along all 3 axes) using Crop Volume module, and then use this volume as source volume for segmentation. Hardening the transform makes it easier to use the segmentation results in other software (not all software can apply non-linear transforms on images and segmentations) and the isotropic resolution allows storing finer details in the segmentation than what can be stored in a thick-slice volume.

Thanks for the detailed response! I’m doing segmentation on the axial volume as it is what’s done in literature.

Also, I must have characterised it wrongly, but it wasn’t gantry tilt, but rather the correction for uneven spacing between slices.
“Images are not equally spaced (a difference of -0.999998 vs 3 in spacings was detected). Slicer will apply a transform to this series trying to regularize the volume. Please use caution.”
Would you also recommend hardening this transform?
If I do not harden this transform, how would it affect the segmentation exported as a NIFTI file?

Lastly, is it important to resample the volume to have isotropic resolution if the segmentations are in 1 plane only? Currently, my segmentation output has fine resolution in the axial plane, but coarse resolution in the other planes, and this matches the idea of a thick-slice axial volume.

I would think that resampling would be adding detail in the superior-inferior axis that doesn’t exist, duplicating isotropic voxels up to the slice thickness, and not affecting the volume calculation anyways. Perhaps you are saying that I could use the coronal and sagittal scans as segmentation references, and when painting them in, the isotropic segmentation (based on the resampled axial scan) can pick up the detail?

Is it possible to resample and combine all 3 CT scans?