Hello,
When loading in Slicer, I get the following warning printed many times:
W: ContourData (3006,0050) violates maximum VR length in ContourSequence
I do not fully understand this, since the largest sequence contains about 32000 characters, and I thought that it would support until 65000 bytes.
I am generating these RTstruct using pydicom.
Is there a trick to tell pydicom to remove decimal places in the floating points to make it fit into the maximum VR length? Or is this rather a bug in dcmtk? I set ExplicitVRLittleEndian, not sure if that is relevant.
Note that Slicer seems to load the file and visualize it correctly, the only problem are the warnings in the log (of severity critical)
CT Files and RTstruct are here: Consigna UV - Arreplegant fitxer
I am using 3DSlicer 5.8.1
fyi @lassoan