Update winston_lutz plot_images() - #542
brianmanderson wants to merge 1 commit into
Conversation
Enabling plotting where image.variable_axis.GANTRY, COLLIMATOR, and COUCH seemed to not be identified
|
Thanks for the suggestion. I'm not quite clear on the "it was unable to correctly split the images based on the presented axis". Can you show a code snippet of what you were doing when it incorrectly split the images? |
|
Thanks for the response! I've attached the 8 DICOM EPID files that I used to run the analysis. When running the code below without my addition I receive the following error below Traceback (most recent call last): |
|
Hey, sorry wanted to touch base on this and see if there was any update on merging this into the main branch? Thank you! |
add the center ROI stdev to kraken's summary area. * add the center ROI stdev to kraken's summary area. Approved-by: Joao Silveira Approved-by: Randy Taylor
add the center ROI stdev to kraken's summary area. * add the center ROI stdev to kraken's summary area. Approved-by: Joao Silveira Approved-by: Randy Taylor
I apologize if this is a failing of using the program on my side. I greatly appreciate PyLinac and how it has helped me and the clinic I'm a part of.
The reason I made this change is that when running wl.plot_images() it was unable to correctly split the images based on the presented axis (axis==Axis.GANTRY, COLLIMATOR, etc.)
I'm at an ELEKTA site and am using the axis_mapping feature to establish gantry, collimator, couch angles.
The program runs as expected after applying this change, and I believe it would not detrimentally impact those currently using the program.
Thank you!