You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered this error: 'Index exceeds the number of array elements. Index must not exceed 0.' The error occurs in DoseEngines.matRad_DoseEngineBase/calcDoseForward at line 256, where the loop for k = 1:stf(i).numOfBixelsPerRay(j) is executed. I checked that numOfBixelsPerRay is [] in field 2, where the number of rays is 1, and the values in field 1 are small. How can I fix this error, especially since I have 2 phases from a 4DCT, and field 2 is returning [] for numOfBixelsPerRay? Thank you for your help.
The text was updated successfully, but these errors were encountered:
This is a bit weird. This might happen when we don't find a matching energy hitting the target.
Where is the isocenter located for beam 2? Is it the same as in beam 1?
Is the stf generated or loaded from a file? There's a breaking change in v3.1, which interprets the isocenter in the world coordinates (instead of previously using an image-related coordinate system, which was annoying to manage in differently sampled grids).
Hi
I encountered this error: 'Index exceeds the number of array elements. Index must not exceed 0.' The error occurs in DoseEngines.matRad_DoseEngineBase/calcDoseForward at line 256, where the loop for k = 1:stf(i).numOfBixelsPerRay(j) is executed. I checked that numOfBixelsPerRay is [] in field 2, where the number of rays is 1, and the values in field 1 are small. How can I fix this error, especially since I have 2 phases from a 4DCT, and field 2 is returning [] for numOfBixelsPerRay? Thank you for your help.
The text was updated successfully, but these errors were encountered: