mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 00:00:02 +02:00
changes to documentation
This commit is contained in:
parent
64c18469bd
commit
12e4530702
28
RELEASE.txt
28
RELEASE.txt
@ -63,14 +63,32 @@ CONTENTS
|
||||
Firmware Requirements
|
||||
=====================
|
||||
|
||||
Please refer to the link below for more details on the firmware versions.
|
||||
https://www.psi.ch/detectors/firmware.
|
||||
|
||||
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:
|
||||
08.02.2018 (50um and 25um Master)
|
||||
09.02.2018 (25 um Slave): Solves bugs.
|
||||
-Can not be upgraded remotely.
|
||||
|
||||
|
||||
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>.
|
||||
|
||||
|
||||
|
||||
|
@ -31,7 +31,7 @@ Frequently Asked Questions">
|
||||
Frequently Asked Questions</H1>
|
||||
<P ALIGN=CENTER><STRONG>Anna Bergamaschi</STRONG>
|
||||
</P>
|
||||
<BR><P ALIGN=CENTER><B>Date:</B> February 23, 2018</P>
|
||||
<BR><P ALIGN=CENTER><B>Date:</B> February 27, 2018</P>
|
||||
|
||||
<HR>
|
||||
|
||||
|
@ -31,7 +31,7 @@ Frequently Asked Questions">
|
||||
Frequently Asked Questions</H1>
|
||||
<P ALIGN=CENTER><STRONG>Anna Bergamaschi</STRONG>
|
||||
</P>
|
||||
<BR><P ALIGN=CENTER><B>Date:</B> February 23, 2018</P>
|
||||
<BR><P ALIGN=CENTER><B>Date:</B> February 27, 2018</P>
|
||||
|
||||
<HR>
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
@ -34,7 +34,8 @@ $(HTMLS): $(TEXS) $(MAINTEXS)
|
||||
$(shell test -d $(DESTDIR)/html/$@ && rm -fr $(DESTDIR)/html/$@)
|
||||
echo "***************************** $@"
|
||||
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
|
||||
mv $@ $(DESTDIR)/html
|
||||
|
||||
|
@ -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 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
|
||||
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
|
||||
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}
|
||||
@ -118,6 +124,7 @@ conda install sls_detector=SL6_3.0.1
|
||||
\end{verbatim}
|
||||
\end{itemize}
|
||||
|
||||
|
||||
\clearpage
|
||||
\section{Install via Source Code}
|
||||
This section is useful if one wants to use the API and embed it in their
|
||||
|
Loading…
x
Reference in New Issue
Block a user