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
from dicompylercore import dose
# Dose grid summation with (tri-linear) interpolation if dose grids are not spatially coincident
grid_1 = dose.DoseGrid(dose_file_1)
grid_2 = dose.DoseGrid(dose_file_2)
as per the documentation. I also tried accessing it directly using dicompylercore.dose.DoseGrid('/foo/bar/rtdose.dcm'). Both of them returned the same lack the 'dose' attribute/name.
The text was updated successfully, but these errors were encountered:
Problem is in the title. I tried doing
as per the documentation. I also tried accessing it directly using
dicompylercore.dose.DoseGrid('/foo/bar/rtdose.dcm')
. Both of them returned the same lack the 'dose' attribute/name.The text was updated successfully, but these errors were encountered: