e0404 / photonPencilBeamKernelCalc

Set of Matlab functions computing the convolution kernels for a singular-value-decomposed pencil beam dose calculation algorithm
MIT License
8 stars 6 forks source link

Fix for the fixed number of columns in reading the tpr #5

Closed wahln closed 4 years ago

wahln commented 4 years ago

When reading the tpr, the number of columns was hardcoded. The new approach is very compact and generalizes to different number of columns.

markbangert commented 4 years ago

nice!