changes to documentation

This commit is contained in:
maliakal_d 2018-02-27 12:09:36 +01:00
parent 64c18469bd
commit 12e4530702
7 changed files with 36 additions and 10 deletions

View File

@ -63,15 +63,33 @@ CONTENTS
Firmware Requirements Firmware Requirements
===================== =====================
Please refer to the link below for more details on the firmware versions.
https://www.psi.ch/detectors/firmware.
Gotthard Gotthard
======== ========
Minimum compatible version: old one Minimum compatible version : old one
Latest version : 08.02.2018 (50um and 25um Master)
09.02.2018 (25 um Slave)
Latest version: -Can not be upgraded remotely.
08.02.2018 (50um and 25um Master)
09.02.2018 (25 um Slave): Solves bugs.
Eiger
=====
Minimum compatible version : 16
Latest version : 21
-Can be upgraded remotely via bit files.
Jungfrau
========
Minimum compatible version : 13.11.2017
Latest version : 13.11.2017
-Can be upgraded remotely via sls_detector_put programfpga <pof>.
Changes in User Interface Changes in User Interface

View File

@ -31,7 +31,7 @@ Frequently Asked Questions">
Frequently Asked Questions</H1> Frequently Asked Questions</H1>
<P ALIGN=CENTER><STRONG>Anna Bergamaschi</STRONG> <P ALIGN=CENTER><STRONG>Anna Bergamaschi</STRONG>
</P> </P>
<BR><P ALIGN=CENTER><B>Date:</B> February 23, 2018</P> <BR><P ALIGN=CENTER><B>Date:</B> February 27, 2018</P>
<HR> <HR>

View File

@ -31,7 +31,7 @@ Frequently Asked Questions">
Frequently Asked Questions</H1> Frequently Asked Questions</H1>
<P ALIGN=CENTER><STRONG>Anna Bergamaschi</STRONG> <P ALIGN=CENTER><STRONG>Anna Bergamaschi</STRONG>
</P> </P>
<BR><P ALIGN=CENTER><B>Date:</B> February 23, 2018</P> <BR><P ALIGN=CENTER><B>Date:</B> February 27, 2018</P>
<HR> <HR>

Binary file not shown.

View File

@ -35,6 +35,7 @@ $(HTMLS): $(TEXS) $(MAINTEXS)
echo "***************************** $@" echo "***************************** $@"
latex $@.tex latex $@.tex
latex2html -split 16 -no_navigation -info "" -address "" -long_titles 5 -link 0 $@.tex latex2html -split 16 -no_navigation -info "" -address "" -long_titles 5 -link 0 $@.tex
#-show_section_numbers $@.tex
# -local_icons # -local_icons
mv $@ $(DESTDIR)/html mv $@ $(DESTDIR)/html

View File

@ -23,8 +23,8 @@
\section{The Software Package}
\section{The Software Package}
The SLS detectors software is intended to control the detectors developed by The SLS detectors software is intended to control the detectors developed by
the SLS Detectors group. The detectors currently supported are: the SLS Detectors group. The detectors currently supported are:
@ -80,9 +80,15 @@ This section is useful only if one wants to download only the binaries for
specific distribution and use the package via command line. Please refer later specific distribution and use the package via command line. Please refer later
sections to download source code and compile them.\bigskip sections to download source code and compile them.\bigskip
\noindent One can download and install Miniconda via
\url{https://conda.io/miniconda.html} \bigskip
\noindent The conda package uses Travis CI for continuous integration with \noindent The conda package uses Travis CI for continuous integration with
automatic deployment to Anaconda Cloud. One can download only the package or the automatic deployment to Anaconda Cloud. One can download only the package or the
package including the python interface. package including the python interface. \bigskip
\noindent After the installation, the binaries will be available in your path.
\begin{itemize} \begin{itemize}
@ -118,6 +124,7 @@ conda install sls_detector=SL6_3.0.1
\end{verbatim} \end{verbatim}
\end{itemize} \end{itemize}
\clearpage \clearpage
\section{Install via Source Code} \section{Install via Source Code}
This section is useful if one wants to use the API and embed it in their This section is useful if one wants to use the API and embed it in their