Jeff Miller
Jeff Miller
I have used that- I basically wrote this script to be a more extensive version of that one. On Tue, Mar 3, 2015 at 1:12 PM, Alex Rothberg [email protected] wrote:...
Good Point! I probably won't have time to properly dig into writing a pixel anonymizer in the near-term, but if you have something in MATLAB you would like convert to...
I'd certainly be interested in helping integrate something if you contributed.
So you gave me a heart attack on this one, but have tried it and seen it delete the pixel data? I think because of this line in pydicom https://github.com/darcymason/pydicom/blob/master/source/dicom/_dicom_dict.py#L3706...
Have you seen a situation where pydicom actually puts in the e.VR for the pixel data element the string "OW" or the string "OB"? My question is that it looks...
Look at that. Thanks for catching that.
Could you submit this as a pull request?
I've ran into a similar problem that may be worth considering- I didn't want to inherit templates, but I wanted use the scope decorator on functions in the parent class...
Looking back at my code, it is not generalizable- it is using a metaclass on the parent to dynamically call scope() on preset functions on the base class when the...