-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtransmission.html
52 lines (48 loc) · 1.75 KB
/
transmission.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
<!-- 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: Transmission</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>Transmission</h2>
<p>
The many elements that usually make up an objective lens
<em>reflect and absorb</em> the collected light, typically
reducing the overall transmission by 10-20%. So it is important to
check the transmittance curve for the intended wavelength range,
for example here is the data for a Nikon 100x1.35 Silicone
objective (MRD73950):
</p>
<figure>
<img src="figures/Nikon_MRD73950_transmission.png" alt="Nikon_MRD73950_transmission.png">
<figcaption>
Transmission curve for a Nikon 100x1.35 Silicone objective (MRD73950)
</figcaption>
</figure>
</section>
</main>
</body>
</html>