You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the DICOM standard says "Segment Number (0062,0004) shall be unique within each Instance, start at a value of 1, and increase monotonically by 1.". Dcmtk correctly enforces this and throws an error.
The text was updated successfully, but these errors were encountered:
Currently, only segments with a positive mask get copied to the
SegmentSequence
:pydicom-seg/pydicom_seg/writer.py
Lines 165 to 170 in ee1aba7
However, the DICOM standard says "Segment Number (0062,0004) shall be unique within each Instance, start at a value of 1, and increase monotonically by 1.". Dcmtk correctly enforces this and throws an error.
The text was updated successfully, but these errors were encountered: