You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/user_guide/case_studies/acquire_exASLM.rst
+70-47
Original file line number
Diff line number
Diff line change
@@ -2,55 +2,32 @@
2
2
Imaging on an Upright ASLM
3
3
==========================
4
4
5
-
This is a case study in using the software to image with an upright ASLM microscope. The upright ASLM equipped with an ASI FTP2000 and an ASLM microscope in an upright configuration. This microscope configuration allows for imaging across large scan ranges and imaging during scanning which we term constant velocity acquisition. This tutorial aims to show how it is possible to image the sample while imaging in both ASLM mode and normal lightsheet mode.
5
+
This case study outlines how to use **navigate** for imaging on an upright ASLM microscope.
6
+
Here, the specimen is positioned with an Applied Scientific Instrumentation FTP-2000 stage, which
7
+
permits imaging samples with large lateral extents. Moreover, the stage can be moved at a constant
8
+
velocity during imaging, which allows for acquisition of data without delays introduced by stage communication protocols and
9
+
settling times.
6
10
11
+
To achieve this, **navigate** receives a `trigger signal <http://www.asiimaging.com/docs/scan_module>`_
12
+
from the stage controller to start image acquisition once
13
+
the stage has reached the desired position and velocity. Thereafter, **navigate** acquires images
14
+
at a constant rate until the stage has reached the end position. This mode of acquisition is termed
15
+
"Constant Velocity Acquisition", and is implemented as a feature in **navigate**.
7
16
8
-
Loading and finding the sample
9
-
==============================
10
-
11
-
#. Load the sample on the microscope.
12
-
#. Select "Continuous Scan" from the dropdown next to the :guilabel:`Acquire` button.
13
-
Press :guilabel:`Acquire`. This will launch a live acquisition mode.
14
-
#. Scroll around with the stage either via joystick or using the controls in the
15
-
:guilabel:`Stage Control` tab until the sample comes into view.
16
-
#. Set the resonant galvo :guilabel:`Galvo 0` to 0.3 to mitigate any striping artifacts
17
-
during imaging.
18
-
19
-
.. z_stack:
20
-
21
-
Imaging a Z-Stack using Stop and Settle Mode
22
-
============================================
23
-
24
-
#. Select :guilabel:`Continuous Scan` from the dropdown next to the :guilabel:`Acquire` button.
25
-
Press :guilabel:`Acquire`. This will launch a live acquisition mode.
26
-
#. Using the :guilabel:`Stage Control`, go to a shallow z-position in the sample.
27
-
Under the :guilabel:`Channels` tab, in :guilabel:`Stack Acquisition Settings (um)`
28
-
press :guilabel:`Set Start Pos`.
29
-
#. Go to a deep z-position in the sample. Press :guilabel:`Set End Pos`.
30
-
#. Make sure :guilabel:`Set Foc` is ``0`` for both the :guilabel:`Set Start Pos` and
31
-
:guilabel:`End Pos`.
32
-
#. Type the desired step size (units um) in the :guilabel:`Step Size` dialog box in
33
-
:guilabel:`Stack Acquisition Settings (um)`. Step size can only be in increments of
34
-
0.1 and the minimum is 0.2.
35
-
#. Select the number of color channels needed imaging in the :guilabel:`Channel tab`
36
-
under :guilabel:`Channel Settings`. Select the correct filter for each channel by
37
-
using the dropdown menu after each channel under the :guilabel:`Filter`.
38
-
#. Change the exposure time by changing number in the :guilabel:`Exp. Time (ms)` for
39
-
each channel. For the ORCA Lightning camera using ASLM mode, the minimum frame rate
40
-
is 75 ms and the maximum is 100 ms.
41
-
#. Set :guilabel:`Interval` to be ``1.0`` for each channel.
42
-
#. Set :guilabel:`Defocus` to be ``0`` for each channel.
43
-
#. Select "Z-Stack" from the dropdown next to the :guilabel:`Acquire` button.
44
-
Press :guilabel:`Acquire`.
45
-
#. Enter the sample parameters in the :guilabel:`File Saving Dialog` that pops up.
46
-
Press :guilabel:`Acquire Data`.
17
+
Furthermore, since the stage moves at a 45 degree angle relative to the microscope detection axis,
18
+
computational shearing of the data is necessary. For large data sets, this can become computationally challenging and
19
+
unnecessarily results in greater data overhead owing to empty space introduced in the data.
20
+
To avoid this, we also provide a guide on how to perform two axis stage
21
+
scanning which removes the need for computational shearing.
22
+
More information about this microscope and this method, which we refer to as mechanical shearing, can be found
0 commit comments