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