I am trying to segment some ultrasound images. I imported the whole DICOM into Slicer but the images are out of order.
Is there a way to sort the images so they are in order and if so, is there a way to scroll through and look at all of them to select the best image (most applicable image) to segment for the project?
It could make sense to sort ultrasound images based on instance number in DICOMImageSequencePlugin.py. You can find this file on your computer in the Slicer installation folder. You can modify it in any editor and your changes take effect when you restart Slicer. Only a few localized changes are needed in the file, so most AI chatbots should be able to do it. Once the plugin works well, you can contribute your changes to Slicer core by creating a pull request on github.