You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CERR FORUM
Hi,
I am reading in a plan generated with BrainLab iplan. The error
message from MATLAB window is attached in the following. Can anybody
tell me what's wrong? I am using MATLAB R2009b and CERR version
CERR3pt3Beta1_Nov_18_2009. Many thanks in advance,
Error in ==> populate_planC_dose_field at 144
if (imgOri(1)==1)
Error in ==> populate_planC_field at 163
dataS(dosesAdded+1).(names{i}) =
populate_planC_dose_field(names{i},
RTDOSE(doseNum), doseobj, rtPlans);
Error in ==> dcmdir2planC at 32
cellData = populate_planC_field(cellNames{i}, dcmdir_PATIENT);
Error in ==> CERRImportDCM4CHE at 84
planC = dcmdir2planC(combinedDcmdirS);
Error in ==> CERR at 120
CERRImportDCM4CHE;
??? Error while evaluating uicontrol Callback
howardc
unread,
Feb 12, 2012, 7:14:58 PM2/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CERR FORUM
FYI. I spotted the problem. Somehow when I exported the plan from
iplan, there was an extra dose file whose size is tiny (~7kb compared
to the regular dose file ~20mb). After I removed this tiny "dose"
file, the errors went away.