-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspriority-medium
Description
Currently, anonymization is handled at the DICOM level. However, it could be easier for users to handle anonymization at the stage they make a BIDS Incremental.
Anonymization would be added in the BIDS Incremental constructor (__init__). It would use the attributesToAnonymize list in imageHandling.py in combination with the makeDicomFieldBidsCompatible method to remove the fields from the imageMetadata dictionary.
Ideally, this behavior should be controlled by a constructor flag anonymizeMetadata.
Additional Enhancement:
- Have the user specify what fields to remove, or what 'sets' of fields to remove (e.g., location data, scanner data, personal data)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspriority-medium