Imaging on an Upright ASLM

This case study outlines how to use navigate for imaging on an upright ASLM microscope. Here, the specimen is positioned with an Applied Scientific Instrumentation FTP-2000 stage, which permits imaging samples with large lateral extents. Moreover, the stage can be moved at a constant velocity during imaging, which allows for acquisition of data without delays introduced by stage communication protocols and settling times.

To achieve this, navigate receives a trigger signal from the stage controller to start image acquisition once the stage has reached the desired position and velocity. Thereafter, navigate acquires images at a constant rate until the stage has reached the end position. This mode of acquisition is termed “Constant Velocity Acquisition”, and is implemented as a feature in navigate.

Furthermore, since the stage moves at a 45 degree angle relative to the microscope detection axis, computational shearing of the data is necessary. For large data sets, this can become computationally challenging and unnecessarily results in greater data overhead owing to empty space introduced in the data. To avoid this, we also provide a guide on how to perform two axis stage scanning which removes the need for computational shearing. More information about this microscope and this method, which we refer to as mechanical shearing, can be found here.

Imaging a Z-Stack using Constant Velocity Acquisition Mode

  1. Select Continuous Scan from the dropdown next to the Acquire button. Press Acquire. This will launch a live acquisition mode.

  2. Using the Stage Control, go to a shallow Z-position in the sample. Under the Channels tab, in Stack Acquisition Settings (um) press Set Start Pos.

  3. Go to a deep Z-position in the sample. Press Set End Pos.

  4. Make sure Set Foc is 0 for both the Set Start Pos and End Pos.

  5. Type the desired step size (units um) in the Step Size dialog box in Stack Acquisition Settings (um). Note: The step size represents the optical step size. The velocity at which the stage moves during imaging accounts for the shear angle.

  6. Select the number of color channels needed imaging in the Channel tab under Channel Settings. Select the correct filter for each channel by using the dropdown menu after each channel under the Filter.

  7. Change the exposure time by changing number in the Exp. Time (ms) for each channel. For the ORCA Lightning camera using ASLM mode, the maximum exposure time is 100 ms.

  8. Set Interval to be 1.0 for each channel.

  9. Set Defocus to be 0 for each channel.

  10. Select “Constant Velocity Acquisition” from the dropdown next to the Acquire button. Press Acquire.

  11. Enter the sample parameters in the File Saving Dialog that pops up. Make sure to save to SSD drive or change buffer size in configuration file to prevent any overwriting of images. Then Press Acquire Data. The stage will move from its current position to beyond the start position. The stage then ramps up to the desired stage velocity as the stage reaches the start position. Once the stage is at the start position, the stage will send an external trigger which is received by the DAQ to begin image acquisition. The number of frames required for each channel scan is precalculated from the stage velocity, scan distance, and single frame acquisition time. Acquisition will automatically stop when the desired number of frames are acquired which also corresponds to when the stage reaches its end position. For multichannel scans, the stage returns to the start position and the process repeats until all channels are acquired.

  12. To change frame buffer size, in the CameraParameters section in the experiment.yaml file in your local navigate directory in the config folder, change databuffer_size to desired number of frames. Make sure the size of the desired number of frames isn’t above the available RAM in the computer.

Imaging a Z-Stack using two-axis scanning

  1. Select Continuous Scan from the dropdown next to the Acquire button. Press Acquire. This will launch a live acquisition mode.

  2. Using the Stage Control tab, go to a shallow z-position in the sample. Under the Channels tab, in Stack Acquisition Settings (um) press Set Start Pos.

  3. Using the Stage Control tab, Go to a deep z-position in the sample.

  4. Using the Stage Control tab, move the Focus button to match the z-axis scan distance. Make sure that the focus moves in the same direction as the z-scan.

Note

One should pay attention to both the magnitude and the direction of the scan in both Z and F. Scanning in F is accompanied with risk of crashing the stage into the objective. Importantly, the direction of travel varies depending upon the manufacturer.

  1. Move Press Set End Pos.

  2. Make sure Set Foc is the same range as Set Start Pos and End Pos.

  3. Type the desired step size (units um) in the Step Size dialog box in Stack Acquisition Settings (um).

  4. Select the number of color channels needed imaging in the Channel tab under Channel Settings. Select the correct filter for each channel by using the dropdown menu after each channel under the Filter.

  5. Change the exposure time by changing number in the Exp. Time (ms) for each channel. For the ORCA Lightning camera using ASLM mode, the minimum frame rate is 75 ms and the maximum is 100 ms.

  6. Set Interval to be 1.0 for each channel.

  7. Set Defocus to be 0 for each channel.

  8. Select “Z-Stack” from the dropdown next to the Acquire button. Press Acquire.

  9. Enter the sample parameters in the File Saving Dialog that pops up. Press Acquire Data. This will move the stage in the z-axis and the x-axis before imaging a plane during the z-stack. Move the stage at the same angle as the shearing angle removes the need for computational shearing which can be computationally cumbersome.