BakingTray
  • BakingTray Documentation
  • Getting Started
    • Hardware requirements
    • Known issues
    • Initial Installation
      • Software installation
      • Setting up ScanImage
    • Hardware setup
      • Motor Setup
        • PI stage setup
        • Calibrating a linear actuator
        • Verifying stage motions
      • Setting up a VT1000 vibratome
      • Setting up the laser
    • Finishing the install
      • Check the noise on your amplifiers
      • Starting BakingTray
      • Settings Files
      • Calibration
        • Basic calibrating procedures
        • Calibrating image size
        • Achieving high stitching accuracy
        • Fine-tuning positioning accuracy
        • Stitching tweak walkthrough
    • Stitching data
  • Users
    • Introduction
    • Sample preparation
    • User Guide
      • Starting BakingTray
      • Step 0: Loading the sample
      • Step 1: Setting imaging parameters
      • Step 2: Preparing the sample
      • Step 3: Selecting the imaging area
      • Step 4: Starting the acquisition
      • Step 5: Concluding the acquisition
      • Setting up checklist
      • Resuming an acquisition
      • Manual ROI acquisitions
    • Excitation choices
    • Choosing imaging settings
    • Troubleshooting
      • Hardware problems
      • Computer problems
      • Cutting problems
      • Imaging problems
    • Data structure
    • autoROI
  • Developers
    • Developers
      • Code overview
      • Developer notes
      • Motion control classes
      • The recipe file
      • Auto-ROI
      • Simulated mode
      • Contributing
    • FAQ
    • Gallery
Powered by GitBook
On this page
  • Stopping an acquisition early
  • Post-acquisition tasks
  1. Users
  2. User Guide

Step 5: Concluding the acquisition

PreviousStep 4: Starting the acquisitionNextSetting up checklist

Last updated 6 months ago

Once the requested number of sections have been acquired, the acquisition will stop automatically and the laser and PMTs will be switched off. If this is an auto-ROI acquisition, it will stop automatically if no tissue found.

Stopping an acquisition early

Should you wish to stop the acquisition earlier, hit the "Stop" button in the acquire GUI. You will then be presented with a window asking you if you want to halt right now or at the end of the current section. There is also a checkbox indicating if you want the acquisition to be marked as "Finished". If this is checked, a signal is sent to syncAndCrunch (a file called FINISHED is made in the sample directory) to to start stitching. Note that after manually halting the acquisition, the PMTs are turned off but the laser remains on. If you wish to turn off the laser, enter the laser GUI and press "Turn Off".

Post-acquisition tasks

The following are common tasks you will need to perform on the analysis PC after acquisition is complete.

  • You will optionally compress the raw unstitched tiles for long-term storage with the compressRawData .

  • Crop excess imaged area if this is a single sample using the stitchit.sampleSplitter tool. Cropping is especially important if you performed an auto-ROI acquisition as the algorithm sometimes images an excessively large area in a small number of sections and this greatly bloats the stitched image size compared to the unstitched raw tiles.

  • If you imaged multiple brains you will use the stitchit.sampleSplitter to split these into separate data directories.

  • Copy data to a remote server and delete the local copy on the analysis PC with the transferToServer ..

The Python package exists for assisting with data compression and transferring data to a remote server.

command line tool
command line tool
btpytools