modified user example in manual/manual-api and regenerated documentation

This commit is contained in:
Dhanya Maliakal
2017-08-24 16:47:27 +02:00
parent 598d163173
commit 319d883880
123 changed files with 166 additions and 146 deletions

View File

@ -43,7 +43,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<H1 ALIGN="CENTER">SLS Detector text clients manual</H1>
<DIV>
<P ALIGN="CENTER"><STRONG>August 22, 2017</STRONG></P>
<P ALIGN="CENTER"><STRONG>August 24, 2017</STRONG></P>
</DIV>
<P>
@ -148,7 +148,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<BR><HR>
<ADDRESS>
Thattil Dhanya
2017-08-22
2017-08-24
</ADDRESS>
</BODY>
</HTML>

View File

@ -123,7 +123,7 @@ For additional questions concerning the indexing of the detector, please refer t
<!--End of Navigation Panel-->
<ADDRESS>
Thattil Dhanya
2017-08-22
2017-08-24
</ADDRESS>
</BODY>
</HTML>

View File

@ -68,7 +68,7 @@ For additional questions concerning the acquisition flow, please refer to the <I
<BR><HR>
<ADDRESS>
Thattil Dhanya
2017-08-22
2017-08-24
</ADDRESS>
</BODY>
</HTML>

View File

@ -763,7 +763,7 @@ Debug</A>
<!--End of Navigation Panel-->
<ADDRESS>
Thattil Dhanya
2017-08-22
2017-08-24
</ADDRESS>
</BODY>
</HTML>

View File

@ -110,6 +110,7 @@ For some commands, an additional argument <code>arg</code> is needed.
<H2><A NAME="SECTION00041000000000000000">
Standard commands</A>
</H2>
All the commends return two strings, where string1 is the command, string2 is teh actual returned string.
<P>
<DL>
@ -120,10 +121,14 @@ Standard commands</A>
<DD>Dumps the current acquisition parameters of the detector to the file fname.
</DD>
<DT><STRONG>settings</STRONG></DT>
<DD>Returns the current settings of the detector.
<DD>Returns the current settings of the detector. Returns a string
<P>
</DD>
<DT><STRONG>threshold</STRONG></DT>
<DD>For photon counting detectors, returns the detector threshold in eV, -1 if undefined.
<DD>For photon counting detectors, returns the detector threshold in eV, -1 if undefined. Returns ``threshold value_in_eV''. If it fails, the returned threshold is the old set value.
<P>
</DD>
<DT><STRONG>timing</STRONG></DT>
<DD>Returns the acquisition timing mode of the detector.
@ -139,11 +144,11 @@ Refer to the detailed documentation to understand how the different timing modes
<DD>Returns if data are written to file (1) or not (0).
</DD>
<DT><STRONG>exptime</STRONG></DT>
<DD>Returns the exposure time of a single acquisition in seconds.
<DD>Returns the exposure time of a single acquisition in seconds. Example: "exptime 1.000000000''
Refer to detailed documentation to understand how the different timing modes work.
</DD>
<DT><STRONG>period</STRONG></DT>
<DD>Returns the frames period (in s).
<DD>Returns the frames period (in s). Example: ``period 1.000000000''
Refer to detailed documentation to understand how the different timing modes work.
</DD>
<DT><STRONG>delay</STRONG></DT>
@ -155,12 +160,12 @@ Refer to detailed documentation to understand how the different timing modes wor
Refer to detailed documentation to understand how the different timing modes work.
</DD>
<DT><STRONG>frames</STRONG></DT>
<DD>Returns the number of frames acquired sequentially per cycle (e.g. after each trigger), with the exposure time defined by exptime and the period defined by period (unless in gated mode).
<DD>Returns the number of frames acquired sequentially per cycle (e.g. after each trigger), with the exposure time defined by exptime and the period defined by period (unless in gated mode). Returned as a string to be interpreted as an integer ``frames integer''
Note that the total number of images is frames times cycles.
Refer to detailed documentation to understand how the different timing modes work.
</DD>
<DT><STRONG>cycles n</STRONG></DT>
<DD>Returns the number of cycles (e.g. number of triggers).
<DD>Returns the number of cycles (e.g. number of triggers). Returned as atring to be interpreted as an integer ``cycles integer''
Note that the total number of images is frames times cycles.
Refer to detailed documentation to understand how the different timing modes work.
</DD>
@ -173,7 +178,9 @@ Refer to detailed documentation to understand how the different timing modes wor
Refer to detailed documentation to understand how the different timing modes work.
</DD>
<DT><STRONG>dr</STRONG></DT>
<DD>Returns the dynamic range n (in bits) of the data for a photon counting detector.
<DD>Returns the dynamic range n (in bits) of the data for a photon counting detector. Returns a string that should be interpreted as an integer.
<P>
</DD>
<DT><STRONG>flags s</STRONG></DT>
<DD>Returns the flags set for your detector.
@ -549,7 +556,7 @@ Receiver - GOTTHARD only</A>
<DD>Returns whether the receiver in online (1) or offline (0) mode.
</DD>
<DT><STRONG>framescaught</STRONG></DT>
<DD>Returns the number of frames received.
<DD>Returns the number of frames received. Returns: "framescaught n''
</DD>
<DT><STRONG>resetframescaught n</STRONG></DT>
<DD>Sets the number of frames received to 1
@ -808,7 +815,7 @@ Advanced settings changing the analog or digital performance of the acquisition.
<!--End of Navigation Panel-->
<ADDRESS>
Thattil Dhanya
2017-08-22
2017-08-24
</ADDRESS>
</BODY>
</HTML>

View File

@ -160,7 +160,7 @@ sls_detector_put ratecorr -1
<!--End of Navigation Panel-->
<ADDRESS>
Thattil Dhanya
2017-08-22
2017-08-24
</ADDRESS>
</BODY>
</HTML>

View File

@ -61,11 +61,11 @@ Mathematics Department, Macquarie University, Sydney.
The command line arguments were: <BR>
<STRONG>latex2html</STRONG> <TT>-split 4 slsDetectorClientHowTo.tex</TT>
<P>
The translation was initiated by Thattil Dhanya on 2017-08-22
The translation was initiated by Thattil Dhanya on 2017-08-24
<BR><HR>
<ADDRESS>
Thattil Dhanya
2017-08-22
2017-08-24
</ADDRESS>
</BODY>
</HTML>

View File

@ -43,7 +43,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<H1 ALIGN="CENTER">SLS Detector text clients manual</H1>
<DIV>
<P ALIGN="CENTER"><STRONG>August 22, 2017</STRONG></P>
<P ALIGN="CENTER"><STRONG>August 24, 2017</STRONG></P>
</DIV>
<P>
@ -148,7 +148,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<BR><HR>
<ADDRESS>
Thattil Dhanya
2017-08-22
2017-08-24
</ADDRESS>
</BODY>
</HTML>