Issues with Extended Offset Table #2032
-
I am using the pyidcom's encapsulated_extended method to get the encapsulted pixel data & its corresponding extended offset table & extended offset table lenghts. But I think that the offsets in the Extended Offset Table seem to be one byte less than what the lengths of Pixel Data frames suggest. I used dcmdump tool to read the metadata. Attaching the screenshot below, As per the pixel data, the length of first frame is 1652 bytes, so the byte offset for 2nd frame should be 1660(1652+8 for the tags and length), but in the Extended Offset table(7fe0, 0001), it mentioned that the byte offset is 1659(i.e the start position of 2nd frame). Also interestingly in the Extended Offset table lengths(7fe0, 0002), it is mentioned that the length of first byte is 1651 bytes. I am not sure why there is difference in length for first frame. Any help would be appreciated! Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Thanks for letting us know, this was fixed with #1970. |
Beta Was this translation helpful? Give feedback.
Thanks for letting us know, this was fixed with #1970.