-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnumerical_aperture.html
76 lines (70 loc) · 2.96 KB
/
numerical_aperture.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!-- comment -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="stylesheet" href="stylesheets/prism.css">
<script src="javascript/python-highlighting/prism.js"></script>
<script async src="javascript/Minimal-MathJax/MathJax.js?config=TeX-AMS_CHTML"></script>
<script src="javascript/update_figures.js"></script>
<script src="javascript/reference_list/reference_list.js"></script>
<title>amsikking: Numerical aperture</title>
</head>
<body>
<header>
<nav>
<ul>
<li><h1 style="margin-top: 0rem; margin-left: 1rem; margin-right: 1rem">amsikking:</h1></li>
<li><a href="https://amsikking.github.io/">Homepage</a></li>
<li><a href="https://github.com/amsikking/microscope_objectives">GitHub</a></li>
</ul>
</nav>
</header>
<main>
<h1>Microscope objectives</h1>
<p>An introduction to 'infinity' corrected microscope objectives.</p>
<a href="./index.html">Contents</a>
<section>
<h2>Numerical aperture</h2>
<p>
The numerical aperture \(NA\) is usually provided by the manufacturer:
\[ NA = n \sin\theta \tag{1}\]
where \(n\) is the refractive index of the object and \(\theta\) is the
collection half angle
(<a class="citation" href="https://www.pearson.com/en-us/subject-catalog/p/Hecht-Optics-5th-Edition/P200000006793/9780137526420"
title="Optics, 5th edition; E. Hecht;
p220, ISBN-13: 9780133977226, ISBN-13: 9780137526420 (eBook),
(2016)">Hecht 2016</a>). The \(NA\) is often used to calculate other properties
of an objective, but this should be done with caution:
</p>
<ul>
<li>
The objective should, at minimum, <em>collect</em> at the specified \(NA\)
on the <em>optic axis</em> (or to within a tolerance of a few %). However, it may
not image stigmatically at this \(NA\) and so the <em>effective</em> angular
collection for a given property of the lens (e.g. resolution) may be lower.
</li>
<li>
The <em>off axis</em> \(NA\) may be further reduced, not only from the limits
of the optical design, but by purposeful <em>vignetting</em> from a physical stop
or aperture, which directly removes the aberrated light that is often most
pronounced at the highest angles and away from the optic axis.
</li>
<li>Whilst the <em>design</em> may indeed show (via simulation) that a perfectly
made lens would deliver a certain \(NA\). Real world manufacturing and
tolerancing may further limit or reduce the final angular range that gives
diffraction limited imaging.
</li>
</ul>
<figure>
<img src="figures/numerical_aperture.png" alt="numerical_aperture.png">
<figcaption>
(<a href="figures/objective_sketches.odp">.odp sketch</a>)
</figcaption>
</figure>
</section>
</main>
</body>
</html>