Skip to content

Typo in read_ithera.py prevents attributes from being written to HDF5 #74

@piterk100

Description

@piterk100

Hi, I found a typo in read_ithera.py. It causes this function not to write attributes into the .hdf5 file.

patato/io/ithera/read_ithera.py -> class iTheraMSOT(ReaderInterface) -> def _get_datasets(self):

pat_attributes["PREPROCESSING_ALGORITHM"] = (
"iThera " + attributes["SingalFilterType"]
)

Singal -> Signal

After fixing the typo, the attributes are written correctly into the HDF5 file.

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