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