Add link to pdf

This commit is contained in:
Thomas Dehaeze 2021-02-19 11:13:39 +01:00
parent a7eeca3b04
commit 4ea67805c0
2 changed files with 38 additions and 29 deletions

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<!-- 2021-02-19 ven. 11:10 --> <!-- 2021-02-19 ven. 11:13 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>NASS - Short Stroke Metrology</title> <title>NASS - Short Stroke Metrology</title>
<meta name="generator" content="Org mode" /> <meta name="generator" content="Org mode" />
@ -39,13 +39,16 @@
<h2>Table of Contents</h2> <h2>Table of Contents</h2>
<div id="text-table-of-contents"> <div id="text-table-of-contents">
<ul> <ul>
<li><a href="#orge8c6134">1. Measurement Principle</a></li> <li><a href="#orgbab5500">1. Measurement Principle</a></li>
<li><a href="#org4742c55">2. X-Y-Z measurement</a></li> <li><a href="#org8f0a94b">2. X-Y-Z measurement</a></li>
<li><a href="#org0ca496a">3. Tilt measurement</a></li> <li><a href="#orgda8f2a5">3. Tilt measurement</a></li>
<li><a href="#org4a349c9">4. Conclusion</a></li> <li><a href="#org6ff8891">4. Conclusion</a></li>
</ul> </ul>
</div> </div>
</div> </div>
<hr>
<p>This report is also available as a <a href="./short-stroke-metrology.pdf">pdf</a>.</p>
<hr>
<p> <p>
The goal of this document is to analyze the feasibility of a short stroke metrology system for the NASS using fixed interferemoter and the same reflector as for the long stroke metrology system. The goal of this document is to analyze the feasibility of a short stroke metrology system for the NASS using fixed interferemoter and the same reflector as for the long stroke metrology system.
@ -55,22 +58,22 @@ The goal of this document is to analyze the feasibility of a short stroke metrol
It is structured as follow: It is structured as follow:
</p> </p>
<ul class="org-ul"> <ul class="org-ul">
<li>Section <a href="#orgcce215b">1</a>: the meaurement principle is described.</li> <li>Section <a href="#org81efe49">1</a>: the meaurement principle is described.</li>
<li>Section <a href="#org7f61293">2</a>: the requirements for the interferometers measuring translations are described</li> <li>Section <a href="#orga41b53c">2</a>: the requirements for the interferometers measuring translations are described</li>
<li>Section <a href="#orgd21778d">3</a>: the same is done for the rotations</li> <li>Section <a href="#org8b209d1">3</a>: the same is done for the rotations</li>
</ul> </ul>
<div id="outline-container-orge8c6134" class="outline-2"> <div id="outline-container-orgbab5500" class="outline-2">
<h2 id="orge8c6134"><span class="section-number-2">1</span> Measurement Principle</h2> <h2 id="orgbab5500"><span class="section-number-2">1</span> Measurement Principle</h2>
<div class="outline-text-2" id="text-1"> <div class="outline-text-2" id="text-1">
<p> <p>
<a id="orgcce215b"></a> <a id="org81efe49"></a>
</p> </p>
<p> <p>
Here are the defined wanted displacement of the reflector that should be inside the measurement stroke of the metrology system. Here are the defined wanted displacement of the reflector that should be inside the measurement stroke of the metrology system.
The defined translations and rotations are defined with respect to the frame shown in Figure <a href="#org26e55bb">1</a>. The defined translations and rotations are defined with respect to the frame shown in Figure <a href="#org25ba32a">1</a>.
</p> </p>
<div class="org-src-container"> <div class="org-src-container">
<pre class="src src-matlab">d_x = 0; <span class="org-comment">% Wanted translation of the reflector in the x direction [m]</span> <pre class="src src-matlab">d_x = 0; <span class="org-comment">% Wanted translation of the reflector in the x direction [m]</span>
@ -82,14 +85,14 @@ R_y = 0; <span class="org-comment">% Wanted rotation of the reflector along
</div> </div>
<div id="org26e55bb" class="figure"> <div id="org25ba32a" class="figure">
<p><img src="figs/short_stroke_metrology_concept.png" alt="short_stroke_metrology_concept.png" /> <p><img src="figs/short_stroke_metrology_concept.png" alt="short_stroke_metrology_concept.png" />
</p> </p>
<p><span class="figure-number">Figure 1: </span>Short Stroke Metrology - Concept. Blue interferometers are used to measure the X-Y-Z motion of the reflector. Red interferometers are used to measure tilt motion of the reflector.</p> <p><span class="figure-number">Figure 1: </span>Short Stroke Metrology - Concept. Blue interferometers are used to measure the X-Y-Z motion of the reflector. Red interferometers are used to measure tilt motion of the reflector.</p>
</div> </div>
<p> <p>
Here are the approximate dimensions shown in Figure <a href="#org26e55bb">1</a>: Here are the approximate dimensions shown in Figure <a href="#org25ba32a">1</a>:
</p> </p>
<ul class="org-ul"> <ul class="org-ul">
<li>\(d_0 \approx 10\,[mm]\)</li> <li>\(d_0 \approx 10\,[mm]\)</li>
@ -106,15 +109,15 @@ R = 250e<span class="org-type">-</span>3; <span class="org-comment">% [m]</span>
</div> </div>
</div> </div>
<div id="outline-container-org4742c55" class="outline-2"> <div id="outline-container-org8f0a94b" class="outline-2">
<h2 id="org4742c55"><span class="section-number-2">2</span> X-Y-Z measurement</h2> <h2 id="org8f0a94b"><span class="section-number-2">2</span> X-Y-Z measurement</h2>
<div class="outline-text-2" id="text-2"> <div class="outline-text-2" id="text-2">
<p> <p>
<a id="org7f61293"></a> <a id="orga41b53c"></a>
</p> </p>
<p> <p>
The geometry for the interferometers measuring translations is shown in Figure <a href="#org98aebff">2</a>: The geometry for the interferometers measuring translations is shown in Figure <a href="#org0718921">2</a>:
</p> </p>
<ul class="org-ul"> <ul class="org-ul">
<li>\(R = 250\,[mm]\)</li> <li>\(R = 250\,[mm]\)</li>
@ -124,7 +127,7 @@ The geometry for the interferometers measuring translations is shown in Figure <
</ul> </ul>
<div id="org98aebff" class="figure"> <div id="org0718921" class="figure">
<p><img src="figs/translation_interferometers.png" alt="translation_interferometers.png" /> <p><img src="figs/translation_interferometers.png" alt="translation_interferometers.png" />
</p> </p>
<p><span class="figure-number">Figure 2: </span>Interferometers that are measuring translation</p> <p><span class="figure-number">Figure 2: </span>Interferometers that are measuring translation</p>
@ -144,7 +147,7 @@ And we obtain:
\[ \theta \approx 8.0\,[mrad] \] \[ \theta \approx 8.0\,[mrad] \]
</p> </p>
<table id="org7dbf661" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <table id="org27e7f4b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<caption class="t-above"><span class="table-number">Table 1:</span> Specifications for the translation interferometers</caption> <caption class="t-above"><span class="table-number">Table 1:</span> Specifications for the translation interferometers</caption>
<colgroup> <colgroup>
@ -178,11 +181,11 @@ And we obtain:
</div> </div>
</div> </div>
<div id="outline-container-org0ca496a" class="outline-2"> <div id="outline-container-orgda8f2a5" class="outline-2">
<h2 id="org0ca496a"><span class="section-number-2">3</span> Tilt measurement</h2> <h2 id="orgda8f2a5"><span class="section-number-2">3</span> Tilt measurement</h2>
<div class="outline-text-2" id="text-3"> <div class="outline-text-2" id="text-3">
<p> <p>
<a id="orgd21778d"></a> <a id="org8b209d1"></a>
</p> </p>
<p> <p>
@ -201,7 +204,7 @@ And we obtain:
</p> </p>
<p> <p>
The geometry for the interferometers measuring rotations is shown in Figure <a href="#orgb2621f2">3</a>: The geometry for the interferometers measuring rotations is shown in Figure <a href="#org5e4c6eb">3</a>:
</p> </p>
<ul class="org-ul"> <ul class="org-ul">
<li>\(d_0 > 10\,[mm]\)</li> <li>\(d_0 > 10\,[mm]\)</li>
@ -210,13 +213,13 @@ The geometry for the interferometers measuring rotations is shown in Figure <a h
</ul> </ul>
<div id="orgb2621f2" class="figure"> <div id="org5e4c6eb" class="figure">
<p><img src="figs/rotation_interferometers.png" alt="rotation_interferometers.png" /> <p><img src="figs/rotation_interferometers.png" alt="rotation_interferometers.png" />
</p> </p>
<p><span class="figure-number">Figure 3: </span>Interferometers that are measuring tilt</p> <p><span class="figure-number">Figure 3: </span>Interferometers that are measuring tilt</p>
</div> </div>
<table id="org53ac3fe" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <table id="org0d63b1d" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<caption class="t-above"><span class="table-number">Table 2:</span> Specifications for the rotation interferometers</caption> <caption class="t-above"><span class="table-number">Table 2:</span> Specifications for the rotation interferometers</caption>
<colgroup> <colgroup>
@ -250,13 +253,13 @@ The geometry for the interferometers measuring rotations is shown in Figure <a h
</div> </div>
</div> </div>
<div id="outline-container-org4a349c9" class="outline-2"> <div id="outline-container-org6ff8891" class="outline-2">
<h2 id="org4a349c9"><span class="section-number-2">4</span> Conclusion</h2> <h2 id="org6ff8891"><span class="section-number-2">4</span> Conclusion</h2>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<p class="author">Author: Dehaeze Thomas</p> <p class="author">Author: Dehaeze Thomas</p>
<p class="date">Created: 2021-02-19 ven. 11:10</p> <p class="date">Created: 2021-02-19 ven. 11:13</p>
</div> </div>
</body> </body>
</html> </html>

View File

@ -40,6 +40,12 @@
#+PROPERTY: header-args:latex+ :post pdf2svg(file=*this*, ext="png") #+PROPERTY: header-args:latex+ :post pdf2svg(file=*this*, ext="png")
:END: :END:
#+begin_export html
<hr>
<p>This report is also available as a <a href="./short-stroke-metrology.pdf">pdf</a>.</p>
<hr>
#+end_export
* Introduction :ignore: * Introduction :ignore:
The goal of this document is to analyze the feasibility of a short stroke metrology system for the NASS using fixed interferemoter and the same reflector as for the long stroke metrology system. The goal of this document is to analyze the feasibility of a short stroke metrology system for the NASS using fixed interferemoter and the same reflector as for the long stroke metrology system.