From 5c6a247bae7c19fa07f440c247007f219b7d85ed Mon Sep 17 00:00:00 2001 From: Andras Lasso Date: Thu, 4 Aug 2022 08:08:45 +0200 Subject: [PATCH] ENH: Update MultiVolumeImporter to add acquisition attributes to volume sequences Update MultiVolumeImporter to add acquisition attributes to volume sequences when importing them from DICOM. https://github.com/fedorov/MultiVolumeImporter/commit/2e8480476dc86d3ac3df098aa34c4eb112cbeb43 --- SuperBuild.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperBuild.cmake b/SuperBuild.cmake index b7bd0741695..b303280fc43 100644 --- a/SuperBuild.cmake +++ b/SuperBuild.cmake @@ -237,7 +237,7 @@ list_conditional_append(Slicer_BUILD_MultiVolumeExplorer Slicer_REMOTE_DEPENDENC Slicer_Remote_Add(MultiVolumeImporter GIT_REPOSITORY ${EP_GIT_PROTOCOL}://github.com/fedorov/MultiVolumeImporter.git - GIT_TAG db805948534563566f0a39c63e8d60fac0b63dcd + GIT_TAG c14758931e009419dd95963219e904e5b7d70bbf OPTION_NAME Slicer_BUILD_MultiVolumeImporter OPTION_DEPENDS "Slicer_BUILD_QTLOADABLEMODULES;Slicer_BUILD_MULTIVOLUME_SUPPORT;Slicer_USE_PYTHONQT" LABELS REMOTE_MODULE