SOLS optimum tilt
Calculations for choosing the tilt angle in a single-objective light-sheet (SOLS) microscope.
Description
In a single-objective light-sheet (SOLS) style microscope the light-sheet consumes some of the numerical aperture (NA) from the emission path. i.e. more NA for the light-sheet gives better sectioning but less NA for collecting the emission. The trade between light-sheet and emission NA is governed by the tilt \(\theta_t\) of the 3rd microscope (\(M_3\) below). For example, some builders have used 30 degrees for \(\theta_t\). So the question is, what is the optimal* tilt?
Here's a simple analytical estimate for matching the light-sheet thickness to the axial point spread function of the emission. This may be the maximum tilt that can be effectively used, i.e. more tilting reduces emission path collection with no obvious advantage.
- To quickly see the optimum* tilt for a particular primary objective lens (\(O_1\) below) simply edit and run this Python script: SOLS_optimum_tilt.py
*Note: what is optimal really depends on the sample and application. So the point of this calculation is not to find a 'true optimum', but to highlight that this choice is important and should be considered before building a system.
Angular constraints
The SOLS architecture forces constraints on the angular ranges of the system, which can be seen in the space of objective 1 (\(O_1\)). With no tilt (\(\theta_t=0\)), microscope 3 (\(M_3\)) would simply re-image the traditional focal plane. As \(\theta_t\) increases, at some point it crosses the boundary of the \(O_1\) half angle \(\theta_1\), thereby allowing a finite amount of excitation via \(\theta_x\), but in doing so reducing the collection angle for the emission \(\theta_e\) (albeit only on one side): \[\theta_e = \theta_1 - \theta_x \tag{1}\] and, \[\theta_t = \frac{\pi}{2} - \theta_e \tag{2}\]
Matching excitation with emission
One possible criteria for optimizing the tilt angle is to match the light-sheet thickness to the axial point spread function of the emission: \[\sin\theta_e = \frac{w_0}{z_0} \tag{3}\] where, \[w_0 = \frac{\lambda_x}{\pi NA_x} \tag{4}\] and, \[z_0 = 2 \frac{n\lambda_e}{NA_e^2} \tag{5}\]