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
Transfer Script Copies "Single Image" Directories #130
When the user does a live scan, Prairie View outputs a single image from that collection as a reference. I don't know if that behavior can be changed yet and it might not be something that actually needs changing, but for now it places that image into the team's microscopy directory because when you run an imaging session, the new save directory is set to E:\teamname_projectname\microscopy.
Until this behavior changes in Prairie View, the transfer script should check for those directories and both delete them (since we don't use them) as well as not transfer them through rsync.
Here's an example of what the .txt file looks like with this in place, which causes issues for bruker_pipeline when ripping is started:
When the user does a live scan, Prairie View outputs a single image from that collection as a reference. I don't know if that behavior can be changed yet and it might not be something that actually needs changing, but for now it places that image into the team's microscopy directory because when you run an imaging session, the new save directory is set to
E:\teamname_projectname\microscopy
.Until this behavior changes in Prairie View, the transfer script should check for those directories and both delete them (since we don't use them) as well as not transfer them through rsync.
Here's an example of what the
.txt
file looks like with this in place, which causes issues forbruker_pipeline
when ripping is started:The last 3 directories are the problematic ones.