Repository for code running the lab's multi-photon imaging experiments at the Bruker Ultima Investigator scope. Unites Arduino, Prairie View, and GenTL machine cameras in Python.
Mozilla Public License 2.0
8
stars
3
forks
source link
Set temporary save location for "Live Scan" single images between sessions? #131
In between each recording session for mice, a new "Live Scan" must be performed as the user goes down the GRIN/brain/whatever they're looking at. These "Live Scans" generate single images (see #130) that are placed in a team's microscopy directory that aren't used for anything. So maybe in between each session, a temporary save directory should be assigned, something like:
E:\.temp
So the Single Images are never placed in the raw 2p directory in the first place...
I've changed my mind. For now, I'll have the transfer script ignore any "Live Scan" single image directories when rsyncing and delete them from the microscopy folder. Closing until I get to do this one day...
In between each recording session for mice, a new "Live Scan" must be performed as the user goes down the GRIN/brain/whatever they're looking at. These "Live Scans" generate single images (see #130) that are placed in a team's microscopy directory that aren't used for anything. So maybe in between each session, a temporary save directory should be assigned, something like:
E:\.temp
So the
Single Images
are never placed in the raw 2p directory in the first place...