Skip to content

handle non image dicoms in image folder during dicom read in #156

Description

@bwheelz36

Some manufacturers include non image dicom files in the export.

I think this line handles these cases for the MarkerVolume:

try:
    file.pixel_array
except AttributeError:
    # some manufacturers put non image dicoms in the folder as well
    continue

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