docs/_build/html/tutorial/adding_telescopelaser.html

changeset 11
79fea4145278
equal deleted inserted replaced
10:f6927689a3b2 11:79fea4145278
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 equipment &mdash; 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 channels" href="adding_channels.html" />
31 <link rel="prev" title="Adding a system" href="adding_system.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_channels.html" title="Adding channels"
42 accesskey="N">next</a> |</li>
43 <li class="right" >
44 <a href="adding_system.html" title="Adding a system"
45 accesskey="P">previous</a> |</li>
46 <li><a href="../index.html">Single Calculus Chain 0.2 documentation</a> &raquo;</li>
47 <li><a href="../tutorial.html" accesskey="U">Tutorial</a> &raquo;</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-equipment">
57 <h1>Adding equipment<a class="headerlink" href="#adding-equipment" title="Permalink to this headline">¶</a></h1>
58 <p>After adding a system to the database, we need to add at least one telescope and one laser before you add a channel.</p>
59 <div class="section" id="telescope">
60 <h2>Telescope<a class="headerlink" href="#telescope" title="Permalink to this headline">¶</a></h2>
61 <p>To add a new telescope, click on the <strong>HOI telescopes</strong> in the <em>System settings</em> panel.
62 This will take you to a page with a list of all availabe telescopes that are connected with your station.
63 This list should be empty if this is the first time you add a telescope.</p>
64 <p>To add a new telescope to the database click on <strong>Add HOI telescope</strong> at the top right of the screen.
65 This will take you to a new page were you can fill in the needed information. Once again, the fields in <strong>bold</strong>
66 are mandatory and you will need to fill them before you can save you new telescope.</p>
67 <p>The fields you need to add are:</p>
68 <dl class="docutils">
69 <dt>Type</dt>
70 <dd>The telescope type</dd>
71 <dt>Diameter</dt>
72 <dd>The diameter of the primary mirror in mm</dd>
73 <dt>Focal length</dt>
74 <dd>The equivalent focal length of the telescope in mm</dd>
75 <dt>Full overlap height</dt>
76 <dd>The height where the full overlap is achieved.</dd>
77 </dl>
78 <p>When you are done, press the <strong>save</strong> button at the bottom right of the page. If no errors are present, you will return to
79 the telescope list page. Your new telescope should appear in the list.</p>
80 </div>
81 <div class="section" id="laser">
82 <h2>Laser<a class="headerlink" href="#laser" title="Permalink to this headline">¶</a></h2>
83 <p>To add a new laser, click on the <strong>HOI Laser</strong> in the <em>System settings</em> panel.
84 This will take you to a page with a list of all availabe lasers that are connected with your station.
85 This list should be empty if this is the first time you add a laser.</p>
86 <p>To add a new telescope to the database click on <strong>Add HOI laser</strong> at the top right of the screen.
87 This will take you to a new page were you can fill in the needed information. The fields in <strong>bold</strong>
88 are mandatory and you will need to fill them before you can save you new telescope.</p>
89 <p>The fields you need to add are:</p>
90 <dl class="docutils">
91 <dt>Manufacturer</dt>
92 <dd>The manufacturer of the telescope</dd>
93 <dt>Model</dt>
94 <dd>The model of the telescope</dd>
95 <dt>Repetition rate</dt>
96 <dd>The repetition rate in Hz</dd>
97 <dt>Type</dt>
98 <dd>The type of the laser (ex. Nd:YAG)</dd>
99 </dl>
100 <p>When you are done, press the <strong>save</strong> button at the bottom right of the page. If no errors are present, you will return to
101 the laser list page. The new laser you added should be present there.</p>
102 </div>
103 </div>
104
105
106 </div>
107 </div>
108 </div>
109 <div class="sphinxsidebar">
110 <div class="sphinxsidebarwrapper">
111 <h3><a href="../index.html">Table Of Contents</a></h3>
112 <ul>
113 <li><a class="reference internal" href="#">Adding equipment</a><ul>
114 <li><a class="reference internal" href="#telescope">Telescope</a></li>
115 <li><a class="reference internal" href="#laser">Laser</a></li>
116 </ul>
117 </li>
118 </ul>
119
120 <h4>Previous topic</h4>
121 <p class="topless"><a href="adding_system.html"
122 title="previous chapter">Adding a system</a></p>
123 <h4>Next topic</h4>
124 <p class="topless"><a href="adding_channels.html"
125 title="next chapter">Adding channels</a></p>
126 <h3>This Page</h3>
127 <ul class="this-page-menu">
128 <li><a href="../_sources/tutorial/adding_telescopelaser.txt"
129 rel="nofollow">Show Source</a></li>
130 </ul>
131 <div id="searchbox" style="display: none">
132 <h3>Quick search</h3>
133 <form class="search" action="../search.html" method="get">
134 <input type="text" name="q" />
135 <input type="submit" value="Go" />
136 <input type="hidden" name="check_keywords" value="yes" />
137 <input type="hidden" name="area" value="default" />
138 </form>
139 <p class="searchtip" style="font-size: 90%">
140 Enter search terms or a module, class or function name.
141 </p>
142 </div>
143 <script type="text/javascript">$('#searchbox').show(0);</script>
144 </div>
145 </div>
146 <div class="clearer"></div>
147 </div>
148 <div class="related">
149 <h3>Navigation</h3>
150 <ul>
151 <li class="right" style="margin-right: 10px">
152 <a href="../genindex.html" title="General Index"
153 >index</a></li>
154 <li class="right" >
155 <a href="adding_channels.html" title="Adding channels"
156 >next</a> |</li>
157 <li class="right" >
158 <a href="adding_system.html" title="Adding a system"
159 >previous</a> |</li>
160 <li><a href="../index.html">Single Calculus Chain 0.2 documentation</a> &raquo;</li>
161 <li><a href="../tutorial.html" >Tutorial</a> &raquo;</li>
162 </ul>
163 </div>
164 <div class="footer">
165 &copy; Copyright 2012, SCC team.
166 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
167 </div>
168 </body>
169 </html>

mercurial