I have a volume that was CT scanned two times. There are two DICOM series’, one for each half of the volume. I would like to display the complete volume, both halves, in Slicer. The goal is to align the two volumes and merge them together so that I can extract a particular slice from the complete volume.
That should be doable. Basic steps would be to align them first with a transform, if they overlap then you should be able to do this automatically but first manually. Then you would use crop volume to add a margin to one half big enough for the whole thing and also to crop out overlap. Then you can use the add scalar volumes module to put them together.