esrf-bliss / Lima

Library for Image Acquisition
https://lima1.rtfd.io
GNU General Public License v3.0
39 stars 71 forks source link

HDF5 Filewriter is broken with MULTISET #109

Closed weninc closed 4 years ago

weninc commented 4 years ago

there is a bug in the current version of the hdf5 filewriter that causes lima to break in MULTISET writing mode. The problem is that it tries to recreate the /default property when opening the file to append new data and that property already exists causing an exception.

weninc commented 4 years ago

https://github.com/esrf-bliss/Lima/blob/7028d12530f877d2bd09c2c4c59b8388353c36b9/control/src/CtSaving_Hdf5.cpp#L357