sjoerdk / idiscore

Deidentification of DICOM images using Attribute Confidentiality Profiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up documentation regarding deepcopy / modification in place

sjoerdk opened this issue · comments

IDIS Core version: 1.0.1
Python version: Any
Operating System:  Any

Description

Follow up from #106. Commit 6be8769 changed main processing method from deepcopy to direct modification of the input.
This is however not reflected in all docstrings and documentation. Fix