Hello, I am about to do segmentation on dataset that has more than 5000 slices. I would like to delete even slices or maybe keep every 3rd or 4th slice and get rid of the rest. Is there any way how to do this? Thank you, David
You cant do that once you imported the data. However if your data is in form of imagestack then you can use ImageStacks module in slicermorph extension to skip a slice or two or moreā¦
Also remember that keeping every 3th or 4th slice, you will have quite anistoropic data. Depending on what you are segmenting that may not be ideal.
Explore the options in SlicerMorph and Slicer. If you are segmenting a specific region, import only that (use the ROI option in ImageStacks
). Or if you need the whole thing, but want to reduce the memory consumption, consider using CropVolume
and enter a reduction factor of 1.25. This will reduce your data volume by 2, while keeping your dataset isotropic (assuming it was originally isotropic).