docs/_build/html/tutorial/adding_channels.html

changeset 11
79fea4145278
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/_build/html/tutorial/adding_channels.html	Fri May 11 13:25:05 2012 +0200
@@ -0,0 +1,184 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    
+    <title>Adding a channel &mdash; Single Calculus Chain 0.2 documentation</title>
+    
+    <link rel="stylesheet" href="../_static/nature.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:    '../',
+        VERSION:     '0.2',
+        COLLAPSE_INDEX: false,
+        FILE_SUFFIX: '.html',
+        HAS_SOURCE:  true
+      };
+    </script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+    <link rel="top" title="Single Calculus Chain 0.2 documentation" href="../index.html" />
+    <link rel="up" title="Tutorial" href="../tutorial.html" />
+    <link rel="next" title="Adding products" href="adding_products.html" />
+    <link rel="prev" title="Adding equipment" href="adding_telescopelaser.html" /> 
+  </head>
+  <body>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="adding_products.html" title="Adding products"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="adding_telescopelaser.html" title="Adding equipment"
+             accesskey="P">previous</a> |</li>
+        <li><a href="../index.html">Single Calculus Chain 0.2 documentation</a> &raquo;</li>
+          <li><a href="../tutorial.html" accesskey="U">Tutorial</a> &raquo;</li> 
+      </ul>
+    </div>  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body">
+            
+  <div class="section" id="adding-a-channel">
+<h1>Adding a channel<a class="headerlink" href="#adding-a-channel" title="Permalink to this headline">¶</a></h1>
+<p>After adding a system, a telescope and a laser to the database, you need to add a new channel.
+To do this, click on the <strong>HOI channels</strong> in the <em>System settings</em> panel.
+This will take you to a page with a list of all availabe channels that are connected with your lidar systems.
+This list should be empty if this is the first time you add a system.</p>
+<p>To add a new channel to the database click on <strong>Add HOI channel</strong> at the top right of the screen.
+This will take you to a new page were you can fill in the needed information. As before, the fields in <strong>bold</strong>
+are mandatory and you will need to fill them before you can save you new system.</p>
+<p>The fileds you have to fill here are more, as many of these are used during the processing of measurements.</p>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">There is a last step, different from the previous cases, when saving a new channel. You need to connect your  channel with
+a lidar system before you save, or else all your entry will be lost. Read carefully through this document (or directly
+the <a class="reference internal" href="#connect-channel-to-system"><em>last section</em></a>) to avoid any problems.</p>
+</div>
+<div class="section" id="fill-in-the-fields">
+<h2>Fill in the fields<a class="headerlink" href="#fill-in-the-fields" title="Permalink to this headline">¶</a></h2>
+<p>To start using the single calculus chain you will need to fill the following fields:</p>
+<dl class="docutils">
+<dt>Name</dt>
+<dd>The name of the channel ex. &#8220;355&#8221;, &#8220;1064 analog&#8221; etc.</dd>
+<dt>Telescope</dt>
+<dd>The telescope that is used for this channel</dd>
+<dt>Laser</dt>
+<dd>The laser that is used for this channel</dd>
+<dt>Interference filter center</dt>
+<dd>The center of the interference filter in nm</dd>
+<dt>Interference filter FWHM</dt>
+<dd>The FWHM of the interference filter in nm</dd>
+<dt>Emission wavelength</dt>
+<dd>The emission wavelength of the laser used for this channel</dd>
+<dt>Field of view</dt>
+<dd>The field of view realated to this channel in mrad</dd>
+<dt>Raw range resolution</dt>
+<dd>The raw range resolution of the measured data in m</dd>
+<dt>Dead time</dt>
+<dd>The dead of the detector in ns. You should fill in this in case
+of a photon counting detector.</dd>
+<dt>Trigger delay</dt>
+<dd>The trigger delay value for the channel in ns. Fill in 0 if not needed.</dd>
+<dt>Scattering mechanism</dt>
+<dd>The scattering mechanism that is involved in this channel. Select the appropriate value from the drop-down list.</dd>
+<dt>Dead time correction type</dt>
+<dd>The dead time correction type to be applied. Select <em>Not defined</em> if none needs to be defined.</dd>
+<dt>Background mode</dt>
+<dd>The way to calculate the singal background. Select <em>Not defined</em> if none needs to be defined.</dd>
+<dt>Signal type</dt>
+<dd>The type of the singal that is measured, ex. &#8220;elT&#8221; for total elastic, &#8220;vrRN2&#8221; for vibrational-rotational
+Raman signal from Nitrogen melecules etc. See <a class="reference internal" href="../details/adding_channels.html#signal-types"><em>Signal types</em></a> for details.</dd>
+<dt>Detection mode</dt>
+<dd>The detection mode of this channel.</dd>
+</dl>
+</div>
+<div class="section" id="connecting-to-a-system">
+<span id="connect-channel-to-system"></span><h2>Connecting to a system<a class="headerlink" href="#connecting-to-a-system" title="Permalink to this headline">¶</a></h2>
+<p>Before you finish, you need to attach your channel to one of your systems. To do this, go at the bottom of the page and
+select your system from the drop-down list in the <strong>System channels</strong> area.</p>
+<p>When you are done, press the <strong>save</strong> button at the bottom right of the page.
+This will take you back to the list of your channels.
+If everything went OK your new channel you just added should appear in the list.</p>
+</div>
+</div>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sphinxsidebar">
+        <div class="sphinxsidebarwrapper">
+  <h3><a href="../index.html">Table Of Contents</a></h3>
+  <ul>
+<li><a class="reference internal" href="#">Adding a channel</a><ul>
+<li><a class="reference internal" href="#fill-in-the-fields">Fill in the fields</a></li>
+<li><a class="reference internal" href="#connecting-to-a-system">Connecting to a system</a></li>
+</ul>
+</li>
+</ul>
+
+  <h4>Previous topic</h4>
+  <p class="topless"><a href="adding_telescopelaser.html"
+                        title="previous chapter">Adding equipment</a></p>
+  <h4>Next topic</h4>
+  <p class="topless"><a href="adding_products.html"
+                        title="next chapter">Adding products</a></p>
+  <h3>This Page</h3>
+  <ul class="this-page-menu">
+    <li><a href="../_sources/tutorial/adding_channels.txt"
+           rel="nofollow">Show Source</a></li>
+  </ul>
+<div id="searchbox" style="display: none">
+  <h3>Quick search</h3>
+    <form class="search" action="../search.html" method="get">
+      <input type="text" name="q" />
+      <input type="submit" value="Go" />
+      <input type="hidden" name="check_keywords" value="yes" />
+      <input type="hidden" name="area" value="default" />
+    </form>
+    <p class="searchtip" style="font-size: 90%">
+    Enter search terms or a module, class or function name.
+    </p>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="adding_products.html" title="Adding products"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="adding_telescopelaser.html" title="Adding equipment"
+             >previous</a> |</li>
+        <li><a href="../index.html">Single Calculus Chain 0.2 documentation</a> &raquo;</li>
+          <li><a href="../tutorial.html" >Tutorial</a> &raquo;</li> 
+      </ul>
+    </div>
+    <div class="footer">
+        &copy; Copyright 2012, SCC team.
+      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
+    </div>
+  </body>
+</html>
\ No newline at end of file

mercurial