So it looks like I'm getting reasonable results with my initial foray
into IMRTP-based optimization. However, whenever I load the "body"
structure with showIMDose, I get a flat "purple" plot (ie everything
is very high). Yet when I construct DVH within the CERR viewer,
everything seems pretty reasonable with expected DVH behaviors for all
regions (including "body"). If I don't include the body region then
the plot is also fine. Is there something I'm doing wrong or missing?
Here are my calls:
dose3D = getIMDose(IM,x_opt,structNums);
showIMDose(dose3D,strcat('Dose_Plan',num2str(num))));
Thanks so much,
-George
--
You received this message because you are subscribed to the Google Groups "CERR FORUM" group.
To post to this group, send email to cerr-...@googlegroups.com.
To unsubscribe from this group, send email to cerr-forum+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cerr-forum?hl=en.
I will look into that. Is there a better way to show the 3D dose map?
Would it be better if I just loaded the optimized beamlet weights back
into CERR? Thanks,
-George
The method you are using to display the IMRT dose looks good. Since the DVHs
showed up correctly and the dose did not, there seems to be something wrong
with the dose display. Did you see any errors on Matlab command window? Did
you look at different CT slices to make sure that the dose is uniform across
all the slices?
- Aditya
=====================================================================
Please note that this e-mail and any files transmitted with it may be
privileged, confidential, and protected from disclosure under
applicable law. If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this
message to the intended recipient, you are hereby notified that any
reading, dissemination, distribution, copying, or other use of this
communication or any of its attachments is strictly prohibited. If
you have received this communication in error, please notify the
sender immediately by replying to this message and deleting this
message, any attachments, and all copies and backups from your
computer.
Thanks so much for responding. First of all, I'm sorry, the info I
supplied you wasn't all correct.
I just exported the DVHs from the real plan (the one used for the
patient) and what I thought would be mine and they were identical. So
maybe my new plan's DVHs are wild since I can't seem to calculate
them. Though, if I can trust the plot (without the 'body' structure
loaded) then I would think they are not, because the max seen is 81,
an expected number, differing only slightly from the real plan max of
80.6.
Aditya, I don't see any errors in the Matlab command window. The dose
profile across the slices is weird. It actually appears to be correct,
ie low for the majority of the body. However, there are 2-3 regions of
really high dose that is outside the axial slices encompassed by the
PTV... really weird. Also, by changing the window, I think I can see
the beams, which all appear to be too hot. The organs appear largely
spared so maybe I just need more constraints on the problem. I will
ask my boss about that. I hope I didn't waste too much of your time.
Thanks so much again,
-George
- Aditya