Color scale for segmentations

Operating system: MacOS
Slicer version: 5.2.2

I originally had two DICOM series of a CT head: one is the original scan and the second is a processed series that shows some kind of map of hypodensities. I could not make a direct overlay in Slicer with the DICOM on DICOM so I used dicom2nifty in a python script and made the overlay by importing it as a segmentation. Now I have 3 questions:

  1. Is there a way to make an overlay in Slicer from DICOMs directly?
  2. Each time it picks default colors for the loaded segmentations, but it should actually be a blue to red colorscale. I only found the colorscale option for volumes but not segmentations. Is there a way I can do this with segmentations? And can I do this each time I import a .nii file as segmentation if it has a certain amount of layers?
  3. I’m not interested in adding parts to the segmentation, but mostly in removing artefacts. Is there an easy way to use the segmentation tools, e.g. the erase tool, on all segmentations at once?

It seems that your image is not a segmentation but a scalar overlay. You can load that as a “Volume”, choose a nice colormap for its display in Volumes module, and set it as Foreground volume to show it above the brain image.

Thank you, but now it’s not possible to edit the volume as I could do with segmentations. E.g. the part within the ventricle is not what I am looking for so I would like to be able to manually remove artefacts from the volume.


Is that possible?

The background is now always coloured as well, which is not needed. Wouldn’t it be better to work with it as a segmentation?

In the end the goal with these maps will be to remove artefacts en then use the automatically contoured area as ‘the lesion’, so therefore I think a segmentation would be more ideal?