Open rozmar opened 1 week ago
I'll make a clickable picture that indicates if photostim trials occured
I just realized that we should always run robocopy to check for completeness, even if we use shutil.copytree(). Currently it only checks for the existence of the directory, but it could even be an empty dir, which could not be enough if the transfer process is aborted during transfer (this happened today by accident)
The photostim experiments generate a lot of files and copytree uses only half of the bandwidth to copy. Can you implement robocopy as an option? (e.g. add a checkbox for using robocopy)