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.