Skip to content

v2.1.1

Compare
Choose a tag to compare
@georgeslabreche georgeslabreche released this 31 Dec 19:17
· 116 commits to main since this release
7ea9baf
  • Handle log and image files that have been leftover from a previous run in case of abrupt application termination.
  • Write image metadata rows in the metadata CSV file immediately after acquiring an image instead of waiting until after exiting the image acquisition loop to write every row in one go. This change will make it so that image metadata will still get saved in case of abrupt application termination.
  • Fix the stop experiment script. The process ids were not being extracted correctly for the process kill commands.