docs/_build/html/tutorial/adding_system.html

Fri, 11 May 2012 13:25:05 +0200

author
ulalume3@yahoo.com
date
Fri, 11 May 2012 13:25:05 +0200
changeset 11
79fea4145278
permissions
-rw-r--r--

Restructuring the repository.

ulalume3@11 1
ulalume3@11 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
ulalume3@11 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
ulalume3@11 4
ulalume3@11 5
ulalume3@11 6 <html xmlns="http://www.w3.org/1999/xhtml">
ulalume3@11 7 <head>
ulalume3@11 8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
ulalume3@11 9
ulalume3@11 10 <title>Adding a system &mdash; Single Calculus Chain 0.2 documentation</title>
ulalume3@11 11
ulalume3@11 12 <link rel="stylesheet" href="../_static/nature.css" type="text/css" />
ulalume3@11 13 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
ulalume3@11 14
ulalume3@11 15 <script type="text/javascript">
ulalume3@11 16 var DOCUMENTATION_OPTIONS = {
ulalume3@11 17 URL_ROOT: '../',
ulalume3@11 18 VERSION: '0.2',
ulalume3@11 19 COLLAPSE_INDEX: false,
ulalume3@11 20 FILE_SUFFIX: '.html',
ulalume3@11 21 HAS_SOURCE: true
ulalume3@11 22 };
ulalume3@11 23 </script>
ulalume3@11 24 <script type="text/javascript" src="../_static/jquery.js"></script>
ulalume3@11 25 <script type="text/javascript" src="../_static/underscore.js"></script>
ulalume3@11 26 <script type="text/javascript" src="../_static/doctools.js"></script>
ulalume3@11 27 <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
ulalume3@11 28 <link rel="top" title="Single Calculus Chain 0.2 documentation" href="../index.html" />
ulalume3@11 29 <link rel="up" title="Tutorial" href="../tutorial.html" />
ulalume3@11 30 <link rel="next" title="Adding equipment" href="adding_telescopelaser.html" />
ulalume3@11 31 <link rel="prev" title="Adding a station" href="adding_station.html" />
ulalume3@11 32 </head>
ulalume3@11 33 <body>
ulalume3@11 34 <div class="related">
ulalume3@11 35 <h3>Navigation</h3>
ulalume3@11 36 <ul>
ulalume3@11 37 <li class="right" style="margin-right: 10px">
ulalume3@11 38 <a href="../genindex.html" title="General Index"
ulalume3@11 39 accesskey="I">index</a></li>
ulalume3@11 40 <li class="right" >
ulalume3@11 41 <a href="adding_telescopelaser.html" title="Adding equipment"
ulalume3@11 42 accesskey="N">next</a> |</li>
ulalume3@11 43 <li class="right" >
ulalume3@11 44 <a href="adding_station.html" title="Adding a station"
ulalume3@11 45 accesskey="P">previous</a> |</li>
ulalume3@11 46 <li><a href="../index.html">Single Calculus Chain 0.2 documentation</a> &raquo;</li>
ulalume3@11 47 <li><a href="../tutorial.html" accesskey="U">Tutorial</a> &raquo;</li>
ulalume3@11 48 </ul>
ulalume3@11 49 </div>
ulalume3@11 50
ulalume3@11 51 <div class="document">
ulalume3@11 52 <div class="documentwrapper">
ulalume3@11 53 <div class="bodywrapper">
ulalume3@11 54 <div class="body">
ulalume3@11 55
ulalume3@11 56 <div class="section" id="adding-a-system">
ulalume3@11 57 <h1>Adding a system<a class="headerlink" href="#adding-a-system" title="Permalink to this headline">ΒΆ</a></h1>
ulalume3@11 58 <p>After adding a station to the database, we need to add a new system.
ulalume3@11 59 To do this, click on the <strong>HOI systems</strong> in the <em>System settings</em> panel.
ulalume3@11 60 This will take you to a page with a list of all availabe systems that are connected with your stations. This list should
ulalume3@11 61 be empty if this is the first time you add a system.</p>
ulalume3@11 62 <div class="admonition note">
ulalume3@11 63 <p class="first admonition-title">Note</p>
ulalume3@11 64 <p class="last">In the Single Calculus Chain, a <em>HOI System</em> represents a specific configuration of a lidar system.
ulalume3@11 65 For example, if you are operating a lidar system and you use different channels during daytime and nightime,
ulalume3@11 66 you will need to register <em>two different</em> systems in the database, one for each different configuration you use.</p>
ulalume3@11 67 </div>
ulalume3@11 68 <p>To add a new system to the database click on <strong>Add HOI system</strong> at the top right of the screen.
ulalume3@11 69 This will take you to a new page were you can fill in the needed information. As before, the fields in <strong>bold</strong>
ulalume3@11 70 are mandatory and you will need to fill them before you can save you new system.</p>
ulalume3@11 71 <div class="admonition note">
ulalume3@11 72 <p class="first admonition-title">Note</p>
ulalume3@11 73 <p class="last">Not every field that is present in the database is used in the in the Single Calculs Chain.
ulalume3@11 74 Many of them are part of the Handbook of Instruments.</p>
ulalume3@11 75 </div>
ulalume3@11 76 <p>For now you will need to fill in the following fields:</p>
ulalume3@11 77 <dl class="docutils">
ulalume3@11 78 <dt>Name</dt>
ulalume3@11 79 <dd>The name of your system.</dd>
ulalume3@11 80 <dt>Station (owner)</dt>
ulalume3@11 81 <dd>From the drop-down list, select the station which this system belongs to.</dd>
ulalume3@11 82 <dt>Configuration</dt>
ulalume3@11 83 <dd>The name of the specific configuration. For example you could specify &#8220;night time&#8221; if the system you are registering
ulalume3@11 84 correspond to the night-time configuration of your system</dd>
ulalume3@11 85 <dt>Pi</dt>
ulalume3@11 86 <dd>The principle investigator of this system</dd>
ulalume3@11 87 <dt>Height asl</dt>
ulalume3@11 88 <dd>The altitude of the system above sea level (in meters).</dd>
ulalume3@11 89 </dl>
ulalume3@11 90 <p>You can leave all the other fields empty. When you are done, press the <strong>save</strong> button at the bottom right of the page.
ulalume3@11 91 This will take you back to the list of your systems. If everything went OK your new system you just added should appear
ulalume3@11 92 in the list.</p>
ulalume3@11 93 <p>We don&#8217;t have to make any more changes in this part, so you can click on <strong>Home</strong>
ulalume3@11 94 on the top left of the page to return to the starting page of the <em>admin section</em>.</p>
ulalume3@11 95 </div>
ulalume3@11 96
ulalume3@11 97
ulalume3@11 98 </div>
ulalume3@11 99 </div>
ulalume3@11 100 </div>
ulalume3@11 101 <div class="sphinxsidebar">
ulalume3@11 102 <div class="sphinxsidebarwrapper">
ulalume3@11 103 <h4>Previous topic</h4>
ulalume3@11 104 <p class="topless"><a href="adding_station.html"
ulalume3@11 105 title="previous chapter">Adding a station</a></p>
ulalume3@11 106 <h4>Next topic</h4>
ulalume3@11 107 <p class="topless"><a href="adding_telescopelaser.html"
ulalume3@11 108 title="next chapter">Adding equipment</a></p>
ulalume3@11 109 <h3>This Page</h3>
ulalume3@11 110 <ul class="this-page-menu">
ulalume3@11 111 <li><a href="../_sources/tutorial/adding_system.txt"
ulalume3@11 112 rel="nofollow">Show Source</a></li>
ulalume3@11 113 </ul>
ulalume3@11 114 <div id="searchbox" style="display: none">
ulalume3@11 115 <h3>Quick search</h3>
ulalume3@11 116 <form class="search" action="../search.html" method="get">
ulalume3@11 117 <input type="text" name="q" />
ulalume3@11 118 <input type="submit" value="Go" />
ulalume3@11 119 <input type="hidden" name="check_keywords" value="yes" />
ulalume3@11 120 <input type="hidden" name="area" value="default" />
ulalume3@11 121 </form>
ulalume3@11 122 <p class="searchtip" style="font-size: 90%">
ulalume3@11 123 Enter search terms or a module, class or function name.
ulalume3@11 124 </p>
ulalume3@11 125 </div>
ulalume3@11 126 <script type="text/javascript">$('#searchbox').show(0);</script>
ulalume3@11 127 </div>
ulalume3@11 128 </div>
ulalume3@11 129 <div class="clearer"></div>
ulalume3@11 130 </div>
ulalume3@11 131 <div class="related">
ulalume3@11 132 <h3>Navigation</h3>
ulalume3@11 133 <ul>
ulalume3@11 134 <li class="right" style="margin-right: 10px">
ulalume3@11 135 <a href="../genindex.html" title="General Index"
ulalume3@11 136 >index</a></li>
ulalume3@11 137 <li class="right" >
ulalume3@11 138 <a href="adding_telescopelaser.html" title="Adding equipment"
ulalume3@11 139 >next</a> |</li>
ulalume3@11 140 <li class="right" >
ulalume3@11 141 <a href="adding_station.html" title="Adding a station"
ulalume3@11 142 >previous</a> |</li>
ulalume3@11 143 <li><a href="../index.html">Single Calculus Chain 0.2 documentation</a> &raquo;</li>
ulalume3@11 144 <li><a href="../tutorial.html" >Tutorial</a> &raquo;</li>
ulalume3@11 145 </ul>
ulalume3@11 146 </div>
ulalume3@11 147 <div class="footer">
ulalume3@11 148 &copy; Copyright 2012, SCC team.
ulalume3@11 149 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
ulalume3@11 150 </div>
ulalume3@11 151 </body>
ulalume3@11 152 </html>

mercurial