Judd Storrs

Results 19 comments of Judd Storrs

I don't know if this background information is helpful or not but private elements are tricky in DICOM because it's designed to allow multiple vendors to add private tags without...

Not the OP but one thing that I'm working on is a custom function to clean the Siemens CSA headers at least to the point that the contents are vouched...

I've been thinking about a couple approaches to this and familiarizing myself with the deid codebase. The solution I'd like to try is to add a new `dictionary:` section to...

Odd question and I don't know if anyone here has an answer... is it valid for the same private creator string to be reused for multiple reservations in the same...

Edit: nevermind I just realized after posting the URL that I was looking at the 2013 version (somehow comes to the top of Google for me). The latest version forbids...

https://www.medicalconnections.co.uk/kb/Number-Of-Overlays-In-Image In general, I think the most paranoid thing should be the default/supported in deid. i.e. we should verify all unused bits in the pixel data are empty on output...

Here's a python script that runs /myscript on the duck using websockets: import asyncio from websockets import connect uri = "ws://192.168.4.1/ws" async def wifiduck_run(script): async with connect(uri) as websocket: await...

I also just ran into this and didn't expect to not be able to index with the output. From what I can tell polygon() also applies `np.round(...).astype(int)` to vertices. When...

Basically what happens in the old-school overlays is that the images have "Bits Allocated" and "Bits Stored". This is a pixel-by-pixel setting and Bits Stored can be smaller than Bits...

As a slightly different suggestion: It would be great if the popup customization menu just had a "Hidden apps" entry that would present the same interface as "Hidden apps" in...