Skip to content

Commit 5ac76b0

Browse files
committed
Remove quantity code from index
1 parent 88fb5f7 commit 5ac76b0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/highdicom/image.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5192,8 +5192,6 @@ def _build_luts_multiframe(self) -> None:
51925192
(0x0020_9111, 0x0020_9057),
51935193
# RealWorldValueMappingSequence/LUTLabel
51945194
(0x0040_9096, 0x0040_9210),
5195-
# RealWorldValueMappingSequence/QuantityDefinitionSequence
5196-
(0x0040_9096, 0x0040_9220),
51975195
]:
51985196
if ptr in self._dim_ind_pointers:
51995197
# Skip if this attribute is already indexed due to being a

0 commit comments

Comments
 (0)