David Craft
unread,Jan 25, 2012, 12:09:17 PM1/25/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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
Does anyone know what causes this error when doing a QIB IMRT beamlet
calculation:
The IndexLow vector has some negative entries, which causes the crash,
but I'm wondering why this is and how to get around it.
...
Get ray trace for beam 179.
Elapsed time is 0.956717 seconds.
Get ray trace for beam 180.
Elapsed time is 0.335994 seconds.
Compute doses to structure number 11 for beam 1.
numPBs = 90
??? Subscript indices must either be real positive integers or
logicals.
Error in ==> GetPBConsts at 49
DepthLow=DepthTableV(IndexLow);
Error in ==> updateQIBInfluence at 151
[A_zV, a_zV, B_zV, b_zV] = GetPBConsts(radDepthV,
IM.beams(j).beamEnergy, QIBDataS, 'nearest');
Error in ==> updateIMRTP at 88
IM = updateQIBInfluence(IM, structROIV, sampleRateV, updateM);
Error in ==> IMRTPGui at 1171
IMDosimetry = updateIMRTP(ud.IM);
49 DepthLow=DepthTableV(IndexLow);