pydicom / deid

best effort anonymization for medical images using python
https://pydicom.github.io/deid/
MIT License
140 stars 43 forks source link

New Sample Image #126

Closed wetzelj closed 4 years ago

wetzelj commented 4 years ago

Description

Related issues: # 125

Adding new sample image which is based on a clinically acquired Head CT.

Checklist

Open questions

None

vsoch commented 4 years ago

One nit pick - the standard I've used for naming dicom files in deid is to have all lowercase, and the extension .dcm. Does it hurt to a rename (does the rename correspond with the dicom.filename changing as well on load?)

wetzelj commented 4 years ago

Nope, it doesn't hurt at all... I'll go ahead and change it.