Skip to content

Add a two-stage mechanism to store data on the currently opened datafile

Ammar Nejati requested to merge correctExperimentLoadSave into develop

If the chosen path for saving is the same as the path of the current dataset file, then a two-step process is used to avoid HDF5 errors:

  1. Create a temporary file to store the data.
  2. After writing is finished, rename the temporary file to the original given path.
Edited by Ammar Nejati

Merge request reports