You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.