update client command doc

This commit is contained in:
Dhanya Maliakal
2017-08-16 19:06:17 +02:00
parent 24d6d2c24a
commit 45681f86ce
9 changed files with 560 additions and 18 deletions

View File

@ -56,14 +56,15 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<p>For additional questions concerning the indexing of the detector, please refer to the SLS Detectors FAQ documentation.</p>
<p>The commands are sudivided into different pages depending on their functionalities:</p>
<ul>
<li><a class="el" href="acquisition.html">Acquition commands</a> Acquisition: commands to start/stop the acquisition and retrieve data</li>
<li><a class="el" href="config.html">Configuration commands</a> Configuration: commands to configure the detector</li>
<li><a class="el" href="acquisition.html">Acquisition</a>: commands to start/stop the acquisition and retrieve data</li>
<li><a class="el" href="config.html">Configuration</a>: commands to configure the detector</li>
<li><a class="el" href="data.html">Data postprocessing</a>: commands to process the data - mainly for MYTHEN except for rate corrections.</li>
<li><a class="el" href="settings.html">Settings</a>: commands to define detector settings/threshold.</li>
<li><a class="el" href="output.html">Output</a>: commands to define output file destination and format</li>
<li><a class="el" href="actions.html">Actions</a>: commands to define scripts to be executed during the acquisition flow</li>
<li><a class="el" href="network.html">Network</a>: commands to setup the network between client, detector and receiver</li>
<li><a class="el" href="receiver.html">Receiver</a>: commands to configure the receiver</li>
<li><a class="el" href="ctb.html">Chiptest board</a>: commands specific for the new chiptest board as pattern generator</li>
<li><a class="el" href="test.html">Developer</a>: commands to be used only for software debugging. Avoid using them! </li>
</ul>
</div>