-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn_instrumentation.html
44 lines (34 loc) · 2.09 KB
/
learn_instrumentation.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
<!DOCTYPE html>
<html>
<head>
<title>Mosstool - Learn</title>
<link rel="icon" href="images/moessicon.png">
<link rel="stylesheet" type="text/css" href="css/moess_index.css">
<script type="text/javascript" src="js/lineplot_menu2.js"></script>
<script type="text/javascript" src="js/templateminerals.js"></script>
</head>
<body onload="draw_sumBHF();draw_sumCS();draw_sumQS();oxstate();" style="background-image: url(); background-size: 100%; background-position: right top; background-attachment: fixed;">
<ul class="topmenu_ul">
<div>
<li class="topmenu_ul"><img src="images/moessicon_v3b.png" alt="Mossbauer database" style="height:65px; float:left"></li>
<li class="topmenu_ul"><a class="title" href="index.html">Home</a></li>
<li class="topmenu_ul"><a class="title" href="https://mosstool.shinyapps.io/deployed/">Data Fitting</a></li>
<li class="topmenu_ul"><a class="title" href="database.html">Database</a></li>
<li class="topmenu_ul"><a class="title" href="learn.html">Learn</a></li>
<li class="topmenu_ul"><a class="title" href="links.html">Links</a></li>
<li class="topmenu_ul"><a class="title" href="about.html">About</a></li>
</div>
</ul>
<div style="width:80%; margin-top: 0%; margin-left: 10%; background-color: white; opacity: 1">
<p style="text-align: right"><i>Published online: 02.06.2019 <br>Author: James M. Byrne</i></p>
</div>
<h4>Instrumentation</h4>
<div style="width:80%; margin-top: 0%; margin-left: 10%; background-color: white; opacity: 1">
<p>In general, the Mössbauer effect requires a moving source (to impart the Doppler shift) and a necessary detector. In principle, the detectors can be placed behind the sample, as is the case with transmission geometry measurements, or behind the source as for the miniaturized Mössbauer spectrometer (MIMOS II) on board of Martian rovers which do not have the advantage of someone to prepare their samples.
</p>
<center><img src="images/MBeffect.png" style="width:600px;padding: 30px"></center>
<p>
In the vast majority of laboratory based studies, transmission mode is the preferred type of measurement.
</div>
</body>
</html>