diff --git a/RELEASE.txt b/RELEASE.txt index b63051c0c..fbdd2c3de 100644 --- a/RELEASE.txt +++ b/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 . diff --git a/manual/docs/html/slsDetectors-FAQ/index.html b/manual/docs/html/slsDetectors-FAQ/index.html index 2caf0cf83..96842379c 100644 --- a/manual/docs/html/slsDetectors-FAQ/index.html +++ b/manual/docs/html/slsDetectors-FAQ/index.html @@ -31,7 +31,7 @@ Frequently Asked Questions"> Frequently Asked Questions

Anna Bergamaschi

-

Date: February 23, 2018

+

Date: February 27, 2018


diff --git a/manual/docs/html/slsDetectors-FAQ/slsDetectors-FAQ.html b/manual/docs/html/slsDetectors-FAQ/slsDetectors-FAQ.html index 2caf0cf83..96842379c 100644 --- a/manual/docs/html/slsDetectors-FAQ/slsDetectors-FAQ.html +++ b/manual/docs/html/slsDetectors-FAQ/slsDetectors-FAQ.html @@ -31,7 +31,7 @@ Frequently Asked Questions"> Frequently Asked Questions

Anna Bergamaschi

-

Date: February 23, 2018

+

Date: February 27, 2018


diff --git a/manual/docs/pdf/slsDetectorInstall.pdf b/manual/docs/pdf/slsDetectorInstall.pdf index d46b17455..b1f58a332 100644 Binary files a/manual/docs/pdf/slsDetectorInstall.pdf and b/manual/docs/pdf/slsDetectorInstall.pdf differ diff --git a/manual/docs/pdf/slsDetectors-FAQ.pdf b/manual/docs/pdf/slsDetectors-FAQ.pdf index 9a58e3cdd..96e13c6d4 100644 Binary files a/manual/docs/pdf/slsDetectors-FAQ.pdf and b/manual/docs/pdf/slsDetectors-FAQ.pdf differ diff --git a/manual/manual-main/Makefile b/manual/manual-main/Makefile index c1934c503..7e51bc469 100644 --- a/manual/manual-main/Makefile +++ b/manual/manual-main/Makefile @@ -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 diff --git a/manual/manual-main/slsDetectorInstall.tex b/manual/manual-main/slsDetectorInstall.tex index eb57be1d6..c881da33f 100644 --- a/manual/manual-main/slsDetectorInstall.tex +++ b/manual/manual-main/slsDetectorInstall.tex @@ -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