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:
- Is there a way to make an overlay in Slicer from DICOMs directly?
- 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?
- 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?