I’ve got a sequence of image stacks acquired in time lapse way. I want to visualize them by creating a 4D animation. Firstly I have to convert those image stacks into a DICOM file, thus I can browse it with MultiVolumeExplorer. Under Data module, I can create a new study and export it as a DICOM. But it ended up with splitting my image stacks into folders containing individual images of corresponding stacks. How can I generate a multivolume files that can be recognized by MutltiVolumeExplorer?
1 Like
I would recommend to use Sequences extension for this. If you load all the volumes into the scene then you can import them into a replayable 4D sequence as described here: https://www.slicer.org/wiki/Documentation/Nightly/Extensions/Sequences#Creating_sequences_from_a_set_of_nodes
1 Like
It does worked out! Thank you for this recommendation!
1 Like