Brian Mark Anderson, PhD
Brian Mark Anderson, PhD
@lassoan Thank you! I did not realize we were using an older version of Slicer, or how the views changed things. We'd originally stayed away from the keyhole technique because...
This issue is addressed in the pull request #800
I appreciate the thoughts, but I beg the point that this is not mean to be a private SOP Class @scaramallion, this is the SOP class that the Varian Halcyon...
Thank you all! So just to clarify, the user would then apply the following for Halcyon Plans ```python from pynetdicom import register_uid from pynetdicom.service_class import StorageServiceClass register_uid( "1.2.246.352.70.1.70", "HalcyonPlan", StorageServiceClass,...
xD Thanks, I've edited it
Hi Darius, Thanks for reaching out! First off, the indexes do not correspond to _any_ aspect of the DICOM, they are completely arbitrary numbers which iterate from 0 up to...
Hi Darius, Sorry for the delayed response. What do you mean by RS file? I assume you mean structure file? The program should function with this. Each of your 4DCTs...
Also, if you are trying to order them based on index, you could look at the 'Description' Could do it this way: ``` for phase_image in reader.series_instances_dictionary.values(): phase = phase_image.Description...
was this helpful at all?
That's great! And no worries, the apology is all mine for taking so long in my response. I'm glad everything is working =), and thanks for sharing how you solved...