# Importing label maps with MultiVolumeImporter as segmentations

**URL:** https://discourse.slicer.org/t/importing-label-maps-with-multivolumeimporter-as-segmentations/24458
**Category:** Development
**Tags:** segmentation, labelmap, multivolume
**Created:** [July 22, 2022, 8:11pm UTC](https://discourse.slicer.org/t/importing-label-maps-with-multivolumeimporter-as-segmentations/24458 "2022-07-22T20:11:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![pitfall24](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/pitfall24/32/16090_2.png) [@pitfall24](https://discourse.slicer.org/u/pitfall24)
#### Post date: [July 22, 2022, 8:11pm UTC](https://discourse.slicer.org/t/importing-label-maps-with-multivolumeimporter-as-segmentations/24458/1 "2022-07-22T20:11:53Z")

</div>

I have a series of nifti files which form a 4D sequence. Using MultiVolumeImporter/Explorer I was able to view the volumes perfectly. However I also have a series of corresponding segmentations in the same nifti format which I would like to be able to import as label maps so that I can view them along with their matching volumes. I was also wondering whether it would be feasible to create closed surface representations of the segmentations as well?

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [July 23, 2022, 5:53am UTC](https://discourse.slicer.org/t/importing-label-maps-with-multivolumeimporter-as-segmentations/24458/2 "2022-07-23T05:53:19Z")

</div>

MultiVolume can conveniently replay a sequence of up to two scalar volumes and plot time-density curves - but nothing more. That’s why we developed [Sequences](https://slicer.readthedocs.io/en/latest/user_guide/modules/sequences.html) module, which can replay any kind of nodes (not just volumes but segmentations, transforms, markups, etc.), any number of them (not just two), can do it synchronized (e.g., for each volume show the corresponding segmentation), can also record changes, etc.

You can create a sequence from segmentation nodes in Sequences module’s Edit tab as described in the [documentation](https://slicer.readthedocs.io/en/latest/user_guide/modules/sequences.html#creating-sequences-from-a-set-of-nodes).
