Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module 'dicompylercore' has no attribute 'dose' #366

Open
TBurlacu-tud opened this issue Jun 5, 2023 · 2 comments
Open

Module 'dicompylercore' has no attribute 'dose' #366

TBurlacu-tud opened this issue Jun 5, 2023 · 2 comments

Comments

@TBurlacu-tud
Copy link

Problem is in the title. I tried doing

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.

@bastula
Copy link
Member

bastula commented Jun 12, 2023

I'm unable to reproduce this. What version of dicompyler-core are you using?

@sama2689
Copy link

sama2689 commented Sep 7, 2023

Try downgrading dicompyler-core to version 0.5.6. This worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants