-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in robust optimization plan #747
Comments
Don't have enough information to judge what is going on.
|
@amitantony I actually thought that I made sure that in such cases would be caught in the code such that it always uses some sensible color window for colorbar and plotting, such tthat it doesn't error out when getting, e.g., a zero-cube from optimization. Can you check (after we know which version was used exactly by @MP1234567899 ?) |
Hello, @wahln I've been using Blaise version 2.10.1 via the GUI. I've been exporting data from TPS incrementally, organizing each phase into its own folder. Then, I've been importing this data into matRad step-by-step. However, I encountered issues specifically when working with the phase averages. An error message popped up in the command window, halting the dose influence calculation process. Error on command window >> Error using matRad_Widget/showError (line 111) Thank you |
I still don't understand what "working with the phase averages" means in the context of matRad. There is no phase averaging in matRad. I also assume that you do not use the downloaded release, but are working with a version from the dev or dev_varRBErobOpt branch (because I see that it uses the new GUI elements). |
I apologize for any confusion earlier. I utilized the AIP (Average Intensity Projection) image for planning by importing its DICOM files. Specifically, I imported DICOM files of the AIP for planning purposes. To clarify, I mentioned that I imported images for each phase (0-90) from the 4DCT, which allows me to plan for each phase individually. However, when attempting to plan using the AIP, I encountered issues. I am using matRadGUI on matRad-dev_varRBErobOpt. |
What about the structures you use on the AIP image?
To me, it looks like that something is off with geometry when dose calculation is triggered. |
I planned the Clinical Target Volume (CTV)(now set only for CTV) using OP 1, positioning the isocenter at its center. However, when I tried to calculate dose influence and optimize the plan, an error occurred, with a pop-up message on my desktop stating: "CalcDoseCallback: Error in dose calculation - Unrecognized field name 'radDepths'." Previously, I successfully planned treatments in the 0% to 90% phases using similar data from other images. It's unclear why planning works with those images but encounters issues with the current DICOM data. The data originates from the same patient's Treatment Planning System (TPS), and I suspect there might be faults within the DICOM data that are causing these issue. This issue only occurred with AIP. |
Hmm, okay. Difficult to say what is going on exactly. Do you have more information about the error? Usually, if an error is shown in the GUI, matRad will also print the Error to the Command Window of Matlab in the Background with line numbers and additional information. Can you extract more information from there? Also, you can try updating to the latest version of the dev branch (or, if you want to be a bit more on the safe side, just have a second installation of the up-to-date dev branch and try it there). |
Hi, matRad: Generating stf struct... Error in matRad_WorkflowWidget/btnCalcDose_Callback (line 411) Error in matRad_WorkflowWidget>@(hObject,eventdata)btnCalcDose_Callback(this,hObject,eventdata) (line 159) Error using matlab.ui.internal.legacyMoveGUI this error show only when I planned on AIP image in other image from only patients dosen't show this error. After that, a pop-up error labeled "propstf" appeared, causing both the CT and contour to disappear. P.S. Could you explain the differences between the HongPB algorithm and AnalyticalPB? |
This is really difficult to debug from remotely, because I don't know how the Is the error occuring only when using AnalyticalPB?
Your error seems to mostly be related with matRad not being able to get correct WEPL from within the patient. Some sources of errors I could think of:
|
Hi,
I used 4DCT data with 10 phases for robust optimization in matRad. However, I encountered an issue when planning in the average phase. The optimization only ran for one iteration and produced warnings and errors in the MATLAB command window. I suspect there might be an error with how the image was exported from my TPS, since optimization works for other individual phases from the same 4DCT data.
Error showed about using caxis; limits must be a 2-element , matRad_plotColorbar, matRad_ViewingWidget/UpdatePlot
I get an error when using gantry angles of xx and xx degrees without including couch rotation. However, if I add couch rotation while keeping the same gantry angles, the optimization completes, but the resulting dose distribution is unusual.
Thank you.
The text was updated successfully, but these errors were encountered: