Skip to content

setup_ndstats_sum needs to operate on the stats plugin, not the hdf one #656

@coretl

Description

@coretl

def setup_ndstats_sum(detector: Device):
hdf = getattr(detector, "hdf", None)
assert isinstance(hdf, NDFileHDFIO), (
f"Expected {detector.name} to have 'hdf' attribute that is an NDFilHDFIO, "
f"got {hdf}"
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions