From 770b749cd96dda676a3cb39990b0a6f4fb9c54b1 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 15 Mar 2024 15:08:12 -0400 Subject: [PATCH] ENH: Add GDCM patches for Secondary Capture spatial metadata Add patches to GDCM for reading pixel spacing, image orientation patient, image position patient, from DICOM secondary capture datasets in: https://github.com/malaterre/GDCM/pull/167 which are based on GDCM `release`. xref: - https://github.com/malaterre/GDCM/pull/158 - https://github.com/InsightSoftwareConsortium/ITK/issues/4109 - https://github.com/Slicer/Slicer/pull/7089 - https://github.com/InsightSoftwareConsortium/ITK/pull/4111 --- Modules/ThirdParty/GDCM/UpdateFromUpstream.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Modules/ThirdParty/GDCM/UpdateFromUpstream.sh b/Modules/ThirdParty/GDCM/UpdateFromUpstream.sh index 086231b3e905..97434714ab3d 100755 --- a/Modules/ThirdParty/GDCM/UpdateFromUpstream.sh +++ b/Modules/ThirdParty/GDCM/UpdateFromUpstream.sh @@ -7,12 +7,11 @@ shopt -s dotglob readonly name="GDCM" readonly ownership="GDCM Upstream " readonly subtree="Modules/ThirdParty/GDCM/src/gdcm" -readonly repo="https://github.com/malaterre/GDCM.git" -readonly tag="release" +readonly repo="https://github.com/InsightSoftwareConsortium/GDCM.git" +readonly tag="20240315_GDCM_PATCHES_FOR_ITK" readonly shortlog=false readonly paths=" .gitattributes - .codespellrc CMake/UseCopyright.cmake CMake/InstallMacros.cmake CMake/COPYING-CMAKE-SCRIPTS @@ -33,7 +32,6 @@ readonly paths=" Utilities/gdcm_openjpeg.h Utilities/gdcmopenjpeg Utilities/gdcmrle - Utilities/gdcmutfcpp Utilities/gdcmuuid Utilities/gdcm_uuid.h Utilities/gdcm_zlib.h