ImagingDataCommons / highdicom

High-level DICOM abstractions for the Python programming language
https://highdicom.readthedocs.io
MIT License
179 stars 37 forks source link

Fix SR if `SpacingBetweenSlices` is not set #315

Closed Fedalto closed 4 weeks ago

Fedalto commented 4 weeks ago

SpacingBetweenSlices is an optional DICOM tag, so it can not be present. Only add it to ImageLibraryEntryDescriptors if available.