Skip to content

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

@TBurlacu-tud

Description

@TBurlacu-tud

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions