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
From my understanding, the current version of highdicom doesn't allow for updating Segmentation objects after they are constructed. A previous version of highdicom (< 0.8.0) included the add_segments feature which allowed for adding segments to existing Segmentation objects, but this has since been deprecated.
I would like to update my Segmentation objects after they have been constructed. Since these objects are immutable, how do I work around this?