The command line arguments were:
- latex2html -split 4 angularCalibrationHowTo.tex
+ latex2html -local_icons -split 4 angularCalibrationHowTo.tex
The translation was initiated by Thattil Dhanya on 2019-04-08
The command line arguments were:
- latex2html -split 4 energyCalibrationHowTo.tex
+ latex2html -local_icons -split 4 energyCalibrationHowTo.tex
The translation was initiated by Thattil Dhanya on 2019-04-08
The command line arguments were:
- latex2html -split 4 slsDetectorClientHowTo.tex
+ latex2html -local_icons -split 4 slsDetectorClientHowTo.tex
The translation was initiated by Thattil Dhanya on 2019-04-08
The command line arguments were:
- latex2html -split 4 slsDetectorGuiHowTo.tex
+ latex2html -local_icons -split 4 slsDetectorGuiHowTo.tex
The translation was initiated by Thattil Dhanya on 2019-04-08
noise.snxxx
where xxx
is the module serial number.
-caldir should contain three subdirectories standard
, fast
and highgain
containing respectively the trimfiles standard.cal
, fast.cal
and highgain.cal
which contain an average calibration of the modules for the diffrent settings. However this can different from the correct one for each individual module even of several kev and therefore it is very important to perform an energy calibration on a module basis (see section ).
+caldir should contain three subdirectories
standard
, fast
and highgain
containing respectively the trimfiles standard.cal
, fast.cal
and highgain.cal
which contain an average calibration of the modules for the diffrent settings. However this can different from the correct one for each individual module even of several kev and therefore it is very important to perform an energy calibration on a module basis (see section ).
The default calibration files for each file will be stored in the directory according to the settings with the name calibration.snxxx
where xxx
is the module serial number.
@@ -73,16 +69,13 @@ The default calibration files for each file will be stored in the directory acco
-
+
-
+
-
+
Next: slsDetectorClient
diff --git a/docs/html/slsDetectorGuiHowTo/node8.html b/docs/html/slsDetectorGuiHowTo/node8.html
index 35e0c7545..696cb6a7f 100644
--- a/docs/html/slsDetectorGuiHowTo/node8.html
+++ b/docs/html/slsDetectorGuiHowTo/node8.html
@@ -28,16 +28,13 @@ original version by: Nikos Drakos, CBLU, University of Leeds
-
+
-
+
-
+
Next: Introduction
diff --git a/docs/html/slsDetectorGuiHowTo/node9.html b/docs/html/slsDetectorGuiHowTo/node9.html
index 243670be0..529213f0e 100644
--- a/docs/html/slsDetectorGuiHowTo/node9.html
+++ b/docs/html/slsDetectorGuiHowTo/node9.html
@@ -28,16 +28,13 @@ original version by: Nikos Drakos, CBLU, University of Leeds
-
+
-
+
-
+
Next: Acquisition
@@ -86,16 +83,13 @@ There are different ways for communicationg with your detector(s).
-
+
-
+
-
+
Next: Acquisition
diff --git a/docs/html/slsDetectorGuiHowTo/prev.png b/docs/html/slsDetectorGuiHowTo/prev.png
new file mode 100644
index 000000000..e60b8b407
Binary files /dev/null and b/docs/html/slsDetectorGuiHowTo/prev.png differ
diff --git a/docs/html/slsDetectorGuiHowTo/prev_g.png b/docs/html/slsDetectorGuiHowTo/prev_g.png
new file mode 100644
index 000000000..476d9568c
Binary files /dev/null and b/docs/html/slsDetectorGuiHowTo/prev_g.png differ
diff --git a/docs/html/slsDetectorGuiHowTo/slsDetectorGuiHowTo.html b/docs/html/slsDetectorGuiHowTo/slsDetectorGuiHowTo.html
index 16ff9258c..ca8dff2eb 100644
--- a/docs/html/slsDetectorGuiHowTo/slsDetectorGuiHowTo.html
+++ b/docs/html/slsDetectorGuiHowTo/slsDetectorGuiHowTo.html
@@ -25,12 +25,9 @@ original version by: Nikos Drakos, CBLU, University of Leeds
-
-
-
+
+
+
Next: Installation and upgrades
diff --git a/docs/html/slsDetectorGuiHowTo/up.png b/docs/html/slsDetectorGuiHowTo/up.png
new file mode 100644
index 000000000..3937e168f
Binary files /dev/null and b/docs/html/slsDetectorGuiHowTo/up.png differ
diff --git a/docs/html/slsDetectorGuiHowTo/up_g.png b/docs/html/slsDetectorGuiHowTo/up_g.png
new file mode 100644
index 000000000..54ceb6830
Binary files /dev/null and b/docs/html/slsDetectorGuiHowTo/up_g.png differ
diff --git a/docs/html/slsDetectorInstall/About_this_document.html b/docs/html/slsDetectorInstall/About_this_document.html
new file mode 100644
index 000000000..a7389a95d
--- /dev/null
+++ b/docs/html/slsDetectorInstall/About_this_document.html
@@ -0,0 +1,73 @@
+
+
+
+
+
+This document was generated using the +LaTeX2HTML translator Version 2012 (1.2) +
+Copyright © 1993, 1994, 1995, 1996,
+Nikos Drakos,
+Computer Based Learning Unit, University of Leeds.
+
+Copyright © 1997, 1998, 1999,
+Ross Moore,
+Mathematics Department, Macquarie University, Sydney.
+
+The command line arguments were:
+ latex2html -local_icons -split 16 -long_titles 5 slsDetectorInstall.tex
+
+The translation was initiated by Thattil Dhanya on 2019-04-08
+
+ +
+
+
+
+
+
+
+
+One can use the cleansharedmemory.sh
script available under the
+slsDetector Package.
+
+
+One can also just delete the files that are typically located under /dev/shm/ folder +and starts with slsDetectorPackage. + +
+One no longer has to delete segments using ipcs. + +
+
cmake
to compile and can be done in two ways:
+
+
+
+
+Use cmake to create out-of-source builds, by creating a build folder parallel to +source directory. +
+ $ cd .. + $ mkdir slsDetectorPackage-build + $ cd slsDetectorPackage-build + $ cmake ../slsDetectorPackage -DCMAKE_BUILD_TYPE=Debug -DSLS_USE_HDF5=OFF + $ make ++ +
+Use the following as an example to compile statically and using specific hdf5 +folder +
+ $ HDF5_ROOT=/opt/hdf5v1.10.0 cmake ../slsDetectorPackage +-DCMAKE_BUILD_TYPE=Debug -DSLS_USE_HDF5=ON ++ +
+After compiling, the libraries and executables will be found at `bin` directory +
+ $ ls bin/ + gui_client libSlsDetector.a libSlsDetector.so libSlsReceiver.a +libSlsReceiver.so sls_detector_acquire sls_detector_get slsDetectorGui +sls_detector_help sls_detector_put slsReceiver ++ +
+
+ +
+#Clone source code with specific release +git clone https://github.com/slsdetectorgroup/slsDetectorPackage.git --branch +4.0.0 ++
+#Clone source code with specific release +git clone https://github.com/slsdetectorgroup/sls_detector.git --branch +4.0.0 ++
+
+In such cases, the users are not expected to compile the software +themselves (which would require dedicated softwares) but only to download on the +detector board the programming files and/or software package provided by +the SLS Detectors group. + +
+
+ +
+ boot_recovery ++
+ nc -p 3000 -u bebxxx 3000 ++
+ #update back end fpga +bcp download.bit bebxxx:/fw0 + + #update front left fpga +bcp download.bit bebxxx:/febl + + #update front right fpga +bcp download.bit bebxxx:/febr + + #update kernel +bcp download.bit bebxxx:/kernel ++Please update bit files with great caution as it could make your board +inaccessible, if done incorrectly. +
+
+Update the on-board software without connecting to the detector +
+#password for the boards: root + +#Kill existing servers that are running on the detector +ssh root@beb031 killall eigerDetectorServer; + +#Copy on-board server to detector inside executables folder +scp ~/path-where-it-is/eigerDetectorServerxxx root@bebxxx:~/executables; + +#Overwrite the actual eigerDetectorServer on board +scp ~/path-where-it-is/eigerDetectorServerxxx +root@bebxxx:~/executables/eigerDetectorServer; + +#sync +ssh root@bebxxx sync; + +#reboot the eiger board ++ +
+ +
+
+One can connect to the detector by:
+
+ssh root@bebxxx +password: root ++ +
+The on-board server is in /executables folder and respawned at startup in
+/etc/rc5.d/S50board_com.sh
+
+
+
+In such cases, the users are not expected to compile the software +themselves (which would require dedicated softwares) but only to download on the +detector board the programming files and/or software package provided by +the SLS Detectors group. + +
+
+Normally, the firmware will be upgraded by us as it requires programming the +FPGA via the USB-Blaster. + +
+To upgrade the firmware you need either a working version of the Altera
+Quartus software or of the Quartus programmer, which can easily be downloaded
+from:
+
https://www.altera.com/download/programming/quartus2/pq2-index.jsp
+
+Normally, installation of the software and of the driver for the +USB-Blaster (provided together with the MYTHEN detector) are simpler under +Windows. + +
+Under Windows, the first time that you connect the USB-Blaster to one
+of your USB ports, you will be asked to install new hardware. Set the path to
+search for the driver to:
+C:\altera\80sp1\qprogrammer\drivers\usb-blasterp
(where
+C:\altera\80sp1\qprogrammer\
is assumed to be ther path where your
+Quartus version is installed).
+
+
+
+ +
telnet bchipxxx
+/etc/inittab
+#ttyS0::respawn:/gotthardDetectorServervxxx
+reboot
+ps
to ensure no gotthardDetectorServers are running
+
+tftp pcxxx -r gotthardDetectorServerxxx -g
+/etc/inittab
+ttyS0::respawn:/gotthardDetectorServervxxx
+reboot
+ps
to ensure that both the gotthardDetectorServers are
+running.
+gotthardDetectorServerxxx
+gotthardDetectorServerxxx 1953
+
+
+
+One can download and install Miniconda via + +
+https://conda.io/miniconda.html +
+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. + +
+After the installation, the binaries will be available in your path. + +
+Please remember to clear shared memory after installation. +
+#displays list of shared memeory segments +ipcs -m +#remove segments that have nattach equal to zero. They key is the first column +ipcrm -M [key] ++ +
+ +
+#Add conda channels +conda config --add channels conda-forge +conda config --add channels slsdetectorgroup + +#Install latest version +conda install sls_detector_lib +conda install sls_detector_gui + +#Install specific release +conda install sls_detector_lib=4.0.0 +conda install sls_detector_gui=4.0.0 ++
+#Add conda channels +conda config --add channels conda-forge +conda config --add channels sls_detector + +#Install latest version +conda install sls_detector + +#Install specific release +conda install sls_detector=4.0.0 ++
+
+
+
+In such cases, the users are not expected to compile the software +themselves (which would require dedicated softwares) but only to download on the +detector board the programming files and/or software package provided by +the SLS Detectors group. + +
+
+At times, one has to update the firmware, which then also requires updating the +on-board software. + +
+Jungfrau firmware can be upgraded via the SLS Detector Package +binaries from the command line. + +
+ +
telnet bchipxxx
+/etc/inittab
+#ttyS0::respawn:/jungfrauDetectorServervxxx
+reboot
+ps
to ensure no jungfrauDetectorServers are running
+
+./jungfrauDetectorServerxxx -update
+./sls_detector_get free
+slsDetectorPackage/cleansharedmemory.sh
+./sls_detector_put hostname bchipxxx
+./sls_detector_put programfpga xxx.pof
+./jungfrauDetectorServerxxx
+/etc/inittab
+ttyS0::respawn:/jungfrauDetectorServervxxx
+reboot
+ps
to ensure that both the gotthardDetectorServers are
+running.
+jungfrauDetectorServervxxx
+jungfrauDetectorServervxxx 1953
+
++
+
+ +
telnet bchipxxx
+/etc/inittab
+#ttyS0::respawn:/jungfrauDetectorServervxxx
+reboot
+ps
to ensure no gotthardDetectorServers are running
+
+tftp pcxxx -r jungfrauDetectorServervxxx -g
+/etc/inittab
+ttyS0::respawn:/jungfrauDetectorServervxxx
+reboot
+ps
to ensure that both the gotthardDetectorServers are
+running.
+jungfrauDetectorServervxxx
+jungfrauDetectorServervxxx 1953
+
+
+
+
+To upgrade the firmware you need either a working version of the Altera
+Quartus software or of the Quartus programmer, which can easily be downloaded
+from:
+
https://www.altera.com/download/programming/quartus2/pq2-index.jsp
+
+
+
+
+Normally, installation of the software and of the driver for the +USB-Blaster (provided together with the MYTHEN detector) are simpler under +Windows. + +
+Under Windows, the first time that you connect the USB-Blaster to one
+of your USB ports, you will be asked to install new hardware. Set the path to
+search for the driver to:
+C:\altera\80sp1\qprogrammer\drivers\usb-blasterp
(where
+C:\altera\80sp1\qprogrammer\
is assumed to be ther path where your
+Quartus version is installed).
+
+
+
+telnet mymcs.mydomain.com +username: root +password: pass ++
/mnt/flash/root
exists.
++killall mythenDetectorServer +ls /mnt/flash/root +#if the directory does not exist mkdir /mnt/flash/root ++
+ftp mymcs.mydomain.com +username: root +password: pass +cd /mnt/flash/root +put mythenDetectorServer +quit ++ +
+
+
/mnt/etc/inittab
ends with the line
+myid2:3:once:/mnt/flash/root/mythenDetectorServer
).
+chmod a+xrw /mnt/flash/root/mythenDetectorServer
+
+
+ yum install qt-devel ++
+To install: +
+> gunzip qt-everywhere-opensource-src-4.8.2.tar.gz +> tar xvf qt-everywhere-opensource-src-4.8.2.tar +> ./configure +> make +> make install ++By default Qt4 will be installed in /usr/local/Trolltech/Qt-4.8.2/. +
+Setup Environment + +
+One has to ensure that PATH
and LD_LIBRARY_PATH
have
+been updated to include Qt4 install path, binaries and libraries.
+Confirm by executing qmake -v
and ensuring the result points to Qt4 (not
+Qt3 or Qt5).
+
+
+If the environment is not set up, one can add the libraries and
+executables to the .bashrc by adding
+LD_LIBRARY_PATH
and PATH
:
+
+export QTDIR=/usr/local/Trolltech/Qt-4.8.2 +export PATH=$QTDIR/bin:$PATH +export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ++ +
+
QTDIR
, LD_LIBRARY_PATH
and PATH
point to
+the correct Qt4
+version.
+
++A Qwt version equal or higher than 6 is required. One can +install it: + +
+ yum install qwt-devel ++
+To install: +
+> cd qwt-6.0.0 +> qmake +> make +> make install ++By default Qwt will be installed int /usr/local/qwt-6.0.0 +
+Setup Environment + +
+One has to ensure that QWTDIR
and LD_LIBRARY_PATH
have
+been updated to include Qwt install path and libraries.
+
+
+If the environment is not set up, one can add the libraries to the
+.bashrc by adding LD_LIBRARY_PATH
:
+
+export QWTDIR=/usr/local/qwt-6.0.0/ +export LD_LIBRARY_PATH=$QWTDIR/lib:$LD_LIBRARY_PATH ++ +
+
+
+
+
+
+
+
+
+> svn co https://root.cern.ch/svn/root/trunk root ++ +
+To install: +
+> cd root +> ./configure --enable-qt +> make +> make install ++ +
+Edit your .bashrc to define the ROOTSYS enviroment variable and annd
+the libraries and executables to the LD_LIBRARY_PATH
and PATH
:
+
+export ROOTSYS=/usr/local/root-5.34 +export PATH=$ROOTSYS/bin:$PATH +export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH ++ +
+You can also download the binaries, assuming that your linux and gcc versions +match as in: +
+http://root.cern.ch/drupal/content/production-version-534 ++ +
+
+
+MYTHEN, GOTTHARD, EIGER and JUNGFRAU. + +
+The package provides software for the distributed system that comprises of +detectors, data receivers (to process detector data), and the client (to control +or monitor the system). The client and data receivers can be embedded in +the user's acquisitions system. Furthermore, the package also provides some +tools for detector calibration. + +
+
+The upgrade of the package could require an upgrade of the on-board detector +server and/or firmware running on the detector as well. + +
+
emacs ~/.bashrc
+setup_slsdet
and replace path
+with absolute path of installed directory
++function setup_slsdet +{ +export PKGPATH=[path] +export LD_LIBRARY_PATH=$PKGPATH/slsDetectorPackage/build/bin:$LD_LIBRARY_PATH +export PATH=$PKGPATH/slsDetectorPackage/build/bin:$PATH +cd $PKGPATH/slsDetectorPackage/build/bin +} ++
source ~/.bashrc
+setup_slsdet
to load the environment
+variables.
+
+One can also add the GUI environment variables if installed locally by adding
+the following in the function setup_sldet
+
+export QTDIR=/path-where-it-is/Qt-4.8.2 +export QWTDIR=/path-where-it-is/qwt-6.0.1 +export QWT3D=/path-where-it-is/qwtplot3d +export QMAKESPEC=$QTDIR/mkspecs/linux-g++ +export LD_LIBRARY_PATH=$QTDIR/lib:$QWTDIR/lib:$QWT3D/lib:$LD_LIBRARY _PATH +export PATH=$QTDIR/bin:$PATH ++ +
+
cmake
. After compiling, the libraries and executables
+will be found in `slsDetectorPackage/build/bin` directory.
+Usage: [-c] [-b] [-h] [-d HDF5 directory] [-j]
+
++Some example options for compilation: + +
+Most basic option: ./cmk.sh -b
+
+
+For only make: ./cmk.sh
+
+
+For make clean;make: ./cmk.sh -c
+
+
+For using hdf5 without custom dir /blabla: ./cmk.sh -h -d /blabla
+
+
+For rebuilding cmake without hdf5: ./cmk.sh -b
+
+
+For using multiple cores to compile faster: ./cmk.sh -j9
+
+
+For rebuilding only certain parts: ./cmk.sh -tg
(only text client and
+gui)
+
+
+
+export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH +export PATH=$PWD:$PATH ++ +
+
+ +
Anna Bergamaschi, Dhanya Thattil
+April 8, 2019
++ +
Anna Bergamaschi, Dhanya Thattil
+April 8, 2019
+. . diff --git a/docs/html/slsDetectors-FAQ/images.aux b/docs/html/slsDetectors-FAQ/images.aux deleted file mode 100644 index 075990843..000000000 --- a/docs/html/slsDetectors-FAQ/images.aux +++ /dev/null @@ -1,18 +0,0 @@ -\relax -\providecommand\hyper@newdestlabel[2]{} -\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} -\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined -\global\let\oldcontentsline\contentsline -\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} -\global\let\oldnewlabel\newlabel -\gdef\newlabel#1#2{\newlabelxx{#1}#2} -\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} -\AtEndDocument{\ifx\hyper@anchor\@undefined -\let\contentsline\oldcontentsline -\let\newlabel\oldnewlabel -\fi} -\fi} -\global\let\hyper@last\relax -\gdef\HyperFirstAtBeginDocument#1{#1} -\providecommand*\HyPL@Entry[1]{} -\HyPL@Entry{0<>} diff --git a/docs/html/slsDetectors-FAQ/images.log b/docs/html/slsDetectors-FAQ/images.log deleted file mode 100644 index dba2c2a89..000000000 --- a/docs/html/slsDetectors-FAQ/images.log +++ /dev/null @@ -1,1649 +0,0 @@ -This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) (format=latex 2018.8.23) 8 APR 2019 11:47 -entering extended mode - restricted \write18 enabled. - %&-line parsing enabled. -**./images.tex -(./images.tex -LaTeX2e <2011/06/27> -Babeland hyphenation patterns for english, dumylang, nohyphenation, lo -aded. - -(/usr/share/texlive/texmf-dist/tex/latex/base/report.cls -Document Class: report 2007/10/19 v1.4h Standard LaTeX document class -(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo -File: size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option) -) -\c@part=\count79 -\c@chapter=\count80 -\c@section=\count81 -\c@subsection=\count82 -\c@subsubsection=\count83 -\c@paragraph=\count84 -\c@subparagraph=\count85 -\c@figure=\count86 -\c@table=\count87 -\abovecaptionskip=\skip41 -\belowcaptionskip=\skip42 -\bibindent=\dimen102 -) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty -Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC) -) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty -Package: amssymb 2013/01/14 v3.01 AMS font symbols -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty -Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support -\@emptytoks=\toks14 -\symAMSa=\mathgroup4 -\symAMSb=\mathgroup5 -LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' -(Font) U/euf/m/n --> U/euf/b/n on input line 106. -)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR) -(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -Package: keyval 1999/03/16 v1.13 key=value parser (DPC) -\KV@toks@=\toks15 -) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR) -(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -Package: trig 1999/03/16 v1.09 sin cos tan (DPC) -) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg -File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live -) -Package graphics Info: Driver file: dvips.def on input line 91. -(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def -File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR) -)) -\Gin@req@height=\dimen103 -\Gin@req@width=\dimen104 -) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty -Package: verbatim 2003/08/22 v1.5q LaTeX2e package for verbatim enhancements -\every@verbatim=\toks16 -\verbatim@line=\toks17 -\verbatim@in@stream=\read1 -) (/usr/share/texlive/texmf-local/texmf-compat/tex/latex/html/html.sty (/usr/sh -are/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty -Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO) - -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty -Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO) -Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO) -Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO) -Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO) -Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO) -Package ifluatex Info: LuaTeX not detected. -Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO) -Package ifvtex Info: VTeX not detected. -Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO) -Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO) -Package ifpdf Info: pdfTeX in PDF mode is not detected. -Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO) -Package etexcmds Info: Could not find \expanded. -(etexcmds) That can mean that you are not using pdfTeX 1.50 or -(etexcmds) that some package has redefined \expanded. -(etexcmds) In the latter case, load this package earlier. -Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO) -Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO) -Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO -) -Package pdftexcmds Info: LuaTeX not detected. -Package pdftexcmds Info: \pdf@primitive is available. -Package pdftexcmds Info: \pdf@ifprimitive is available. -Package pdftexcmds Info: \pdfdraftmode is ignored in DVI mode. -Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO) -Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO -) -Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO) -Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO) -) -Package hobsub Info: Skipping package `hobsub' (already loaded). -Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO) -Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO) -Package: xcolor-patch 2011/01/30 xcolor patch -Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO) -Package atveryend Info: \enddocument detected (standard20110627). -Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO) -Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO) -Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO) -) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty -Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional -) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty -Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO) -) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty -Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO) -) -\@linkdim=\dimen105 -\Hy@linkcounter=\count88 -\Hy@pagecounter=\count89 -(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def -File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO) -) -\Hy@SavedSpaceFactor=\count90 -(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg -File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive -) -Package hyperref Info: Hyper figures OFF on input line 4443. -Package hyperref Info: Link nesting OFF on input line 4448. -Package hyperref Info: Hyper index ON on input line 4451. -Package hyperref Info: Plain pages OFF on input line 4458. -Package hyperref Info: Backreferencing OFF on input line 4463. -Package hyperref Info: Implicit mode ON; LaTeX internals redefined. -Package hyperref Info: Bookmarks ON on input line 4688. -\c@Hy@tempcnt=\count91 -(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty -\Urlmuskip=\muskip10 -Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc. -) -LaTeX Info: Redefining \url on input line 5041. -\XeTeXLinkMargin=\dimen106 -\Fld@menulength=\count92 -\Field@Width=\dimen107 -\Fld@charsize=\dimen108 -Package hyperref Info: Hyper figures OFF on input line 6295. -Package hyperref Info: Link nesting OFF on input line 6300. -Package hyperref Info: Hyper index ON on input line 6303. -Package hyperref Info: backreferencing OFF on input line 6310. -Package hyperref Info: Link coloring OFF on input line 6315. -Package hyperref Info: Link coloring with OCG OFF on input line 6320. -Package hyperref Info: PDF/A mode OFF on input line 6325. -LaTeX Info: Redefining \ref on input line 6365. -LaTeX Info: Redefining \pageref on input line 6369. -\Hy@abspage=\count93 -\c@Item=\count94 -\c@Hfootnote=\count95 -) - -Package hyperref Message: Driver (default): hdvips. - -(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hdvips.def -File: hdvips.def 2012/11/06 v6.83m Hyperref driver for dvips -(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pdfmark.def -File: pdfmark.def 2012/11/06 v6.83m Hyperref definitions for pdfmark specials -\pdf@docset=\toks18 -\pdf@box=\box26 -\pdf@toks=\toks19 -\pdf@defaulttoks=\toks20 -\HyField@AnnotCount=\count96 -\Fld@listcount=\count97 -\c@bookmark@seq@number=\count98 -(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty -Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO) -Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2 -82. -) -\Hy@SectionHShift=\skip43 -)) -Package: html 1999/07/19 v1.38 hypertext commands for latex2html (nd, hws, rrm) - -\c@lpart=\count99 -\c@lchapter=\count100 -\c@lsection=\count101 -\c@lsubsection=\count102 -\c@lsubsubsection=\count103 -\c@lparagraph=\count104 -\c@lsubparagraph=\count105 -\c@lsubsubparagraph=\count106 -\ptrfile=\write3 -) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty -Package: amsmath 2013/01/14 v2.14 AMS math features -\@mathmargin=\skip44 -For additional information on amsmath, use the `?' option. -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty -Package: amstext 2000/06/29 v2.01 -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty -File: amsgen.sty 1999/11/30 v2.0 -\@emptytoks=\toks21 -\ex@=\dimen109 -)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty -Package: amsbsy 1999/11/29 v1.2d -\pmbraise@=\dimen110 -) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty -Package: amsopn 1999/12/14 v2.01 operator names -) -\inf@bad=\count107 -LaTeX Info: Redefining \frac on input line 210. -\uproot@=\count108 -\leftroot@=\count109 -LaTeX Info: Redefining \overline on input line 306. -\classnum@=\count110 -\DOTSCASE@=\count111 -LaTeX Info: Redefining \ldots on input line 378. -LaTeX Info: Redefining \dots on input line 381. -LaTeX Info: Redefining \cdots on input line 466. -\Mathstrutbox@=\box27 -\strutbox@=\box28 -\big@size=\dimen111 -LaTeX Font Info: Redeclaring font encoding OML on input line 566. -LaTeX Font Info: Redeclaring font encoding OMS on input line 567. -\macc@depth=\count112 -\c@MaxMatrixCols=\count113 -\dotsspace@=\muskip11 -\c@parentequation=\count114 -\dspbrk@lvl=\count115 -\tag@help=\toks22 -\row@=\count116 -\column@=\count117 -\maxfields@=\count118 -\andhelp@=\toks23 -\eqnshift@=\dimen112 -\alignsep@=\dimen113 -\tagshift@=\dimen114 -\tagwidth@=\dimen115 -\totwidth@=\dimen116 -\lineht@=\dimen117 -\@envbody=\toks24 -\multlinegap=\skip45 -\multlinetaggap=\skip46 -\mathdisplay@stack=\toks25 -LaTeX Info: Redefining \[ on input line 2665. -LaTeX Info: Redefining \] on input line 2666. -) (/usr/share/texlive/texmf-dist/tex/latex/base/latexsym.sty -Package: latexsym 1998/08/17 v2.2e Standard LaTeX package (lasy symbols) -\symlasy=\mathgroup6 -LaTeX Font Info: Overwriting symbol font `lasy' in version `bold' -(Font) U/lasy/m/n --> U/lasy/b/n on input line 47. -) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/eucal.sty -Package: eucal 2009/06/22 v3.00 Euler Script fonts -LaTeX Font Info: Overwriting math alphabet `\EuScript' in version `bold' -(Font) U/eus/m/n --> U/eus/b/n on input line 33. -) (/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty -Package: amsthm 2004/08/06 v2.20 -\thm@style=\toks26 -\thm@bodyfont=\toks27 -\thm@headfont=\toks28 -\thm@notefont=\toks29 -\thm@headpunct=\toks30 -\thm@preskip=\skip47 -\thm@postskip=\skip48 -\thm@headsep=\skip49 -\dth@everypar=\toks31 -) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsxtra.sty -Package: amsxtra 1999/11/15 v1.2c -LaTeX Info: Redefining \nobreakspace on input line 65. -) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amscd.sty -Package: amscd 1999/11/29 v2.0 -\athelp@=\toks32 -\minaw@=\dimen118 -\bigaw@=\dimen119 -\minCDarrowwidth=\dimen120 -) (/usr/share/texlive/texmf-dist/tex/latex/amscls/upref.sty -Package: upref 2004/07/29 v2.01 -) (/usr/share/texlive/texmf-dist/tex/latex/tools/layout.sty -Package: layout 2000/09/25 v1.2c Show layout parameters -\oneinch=\count119 -\cnt@paperwidth=\count120 -\cnt@paperheight=\count121 -\cnt@hoffset=\count122 -\cnt@voffset=\count123 -\cnt@textheight=\count124 -\cnt@textwidth=\count125 -\cnt@topmargin=\count126 -\cnt@oddsidemargin=\count127 -\cnt@evensidemargin=\count128 -\cnt@headheight=\count129 -\cnt@headsep=\count130 -\cnt@marginparsep=\count131 -\cnt@marginparwidth=\count132 -\cnt@marginparpush=\count133 -\cnt@footskip=\count134 -\fheight=\count135 -\ref@top=\count136 -\ref@hoffset=\count137 -\ref@voffset=\count138 -\ref@head=\count139 -\ref@body=\count140 -\ref@foot=\count141 -\ref@margin=\count142 -\ref@marginwidth=\count143 -\ref@marginpar=\count144 -\Interval=\count145 -\ExtraYPos=\count146 -\PositionX=\count147 -\PositionY=\count148 -\ArrowLength=\count149 -) (/usr/share/texlive/texmf-dist/tex/latex/tools/bm.sty -Package: bm 2004/02/26 v1.1c Bold Symbol Support (DPC/FMi) -\symboldoperators=\mathgroup7 -\symboldletters=\mathgroup8 -\symboldsymbols=\mathgroup9 -\symboldlasy=\mathgroup10 -LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 138. -LaTeX Info: Redefining \bm on input line 204. -) (/usr/share/texlive/texmf-dist/tex/latex/tools/dcolumn.sty -Package: dcolumn 2001/05/28 v1.06 decimal alignment package (DPC) -(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty -Package: array 2008/09/09 v2.4c Tabular extension package (FMi) -\col@sep=\dimen121 -\extrarowheight=\dimen122 -\NC@list=\toks33 -\extratabsurround=\skip50 -\backup@length=\skip51 -)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC) -(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg -File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive -) -Package color Info: Driver file: dvips.def on input line 130. -(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def -File: dvipsnam.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR) -)) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty -Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ) -\calc@Acount=\count150 -\calc@Bcount=\count151 -\calc@Adimen=\dimen123 -\calc@Bdimen=\dimen124 -\calc@Askip=\skip52 -\calc@Bskip=\skip53 -LaTeX Info: Redefining \setlength on input line 76. -LaTeX Info: Redefining \addtolength on input line 77. -\calc@Ccount=\count152 -\calc@Cskip=\skip54 -) (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty -Package: framed 2011/10/22 v 0.96: framed or shaded text with page breaks -\OuterFrameSep=\skip55 -\fb@frw=\dimen125 -\fb@frh=\dimen126 -\FrameRule=\dimen127 -\FrameSep=\dimen128 -) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty -Package: inputenc 2008/03/30 v1.1d Input encoding file -\inpenc@prehook=\toks34 -\inpenc@posthook=\toks35 -) -\sizebox=\box29 -\lthtmlwrite=\write4 -(./images.aux - -LaTeX Warning: Label `fig:trig' multiply defined. - -) -\openout1 = `images.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 209. -LaTeX Font Info: ... okay on input line 209. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 209. -LaTeX Font Info: ... okay on input line 209. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 209. -LaTeX Font Info: ... okay on input line 209. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 209. -LaTeX Font Info: ... okay on input line 209. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 209. -LaTeX Font Info: ... okay on input line 209. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 209. -LaTeX Font Info: ... okay on input line 209. -LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 209. -LaTeX Font Info: ... okay on input line 209. -\AtBeginShipoutBox=\box30 -Package hyperref Info: Link coloring OFF on input line 209. -(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty -Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO) -) -\c@section@level=\count153 -) -LaTeX Info: Redefining \ref on input line 209. -LaTeX Info: Redefining \pageref on input line 209. -LaTeX Info: Redefining \nameref on input line 209. -\@outlinefile=\write5 -\openout5 = `images.out'. - - -latex2htmlLength hsize=349.0pt - -latex2htmlLength vsize=633.0pt - -latex2htmlLength hoffset=0.0pt - -latex2htmlLength voffset=0.0pt - -latex2htmlLength topmargin=0.0pt - -latex2htmlLength topskip=0.00003pt - -latex2htmlLength headheight=0.0pt - -latex2htmlLength headsep=0.0pt - -latex2htmlLength parskip=0.0pt plus 1.0pt - -latex2htmlLength oddsidemargin=62.0pt - -latex2htmlLength evensidemargin=62.0pt - -LaTeX Font Info: Try loading font information for U+msa on input line 233. -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd -File: umsa.fd 2013/01/14 v3.01 AMS symbols A -) -LaTeX Font Info: Try loading font information for U+msb on input line 233. -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd -File: umsb.fd 2013/01/14 v3.01 AMS symbols B -) -LaTeX Font Info: Try loading font information for U+lasy on input line 233. -(/usr/share/texlive/texmf-dist/tex/latex/base/ulasy.fd -File: ulasy.fd 1998/08/17 v2.2e LaTeX symbol font definitions -) -LaTeX Font Info: Font shape `U/lasy/b/n' in size <7> not available -(Font) Font shape `U/lasy/m/n' tried instead on input line 233. -LaTeX Font Info: Font shape `U/lasy/b/n' in size <5> not available -(Font) Font shape `U/lasy/m/n' tried instead on input line 233. -l2hSize :tex2html_wrap_inline7663:8.64003pt::8.64003pt::11.24307pt. -[1 - - - -] -File: multi_detector.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7743:89.66235pt::0.0pt::349.0pt. -[2 - - -] -File: data_receiver.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7749:184.55281pt::0.0pt::349.0pt. -[3 - - -] -l2hSize :tex2html_wrap_inline7759:6.94444pt::0.0pt::5.7049pt. -[4 - - -] -l2hSize :tex2html_wrap_inline7762:8.0pt::8.0pt::6.61115pt. -[5 - - -] -l2hSize :tex2html_wrap_inline7764:6.45831pt::0.0pt::10.50005pt. -[6 - - -] -Overfull \hbox (137.47572pt too wide) detected at line 349 -[][] [] - [] - -l2hSize :displaymath7766:397.00403pt::0.0pt::349.0pt. -[7 - - -] -File: images/normal_acquisition.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7789:99.90501pt::0.0pt::349.0pt. -[8 - - -] -File: images/gated_acquisition.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7793:121.80202pt::0.0pt::349.0pt. -[9 - - -] -File: images/trigger_acquisition.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7797:125.8976pt::0.0pt::349.0pt. -[10 - - -] -File: images/ro_trigger_acquisition.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7801:101.6309pt::0.0pt::349.0pt. -[11 - - -] -l2hSize :tex2html_wrap_inline7812:8.0pt::8.0pt::183.90987pt. -[12 - - -] -l2hSize :tex2html_wrap_inline7814:8.0pt::8.0pt::80.10426pt. -[13 - - -] -File: images/effiSiHardXRays2.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7823:337.30484pt::0.0pt::349.0pt. -[14 - - -] -l2hSize :tex2html_wrap_inline7825:6.95831pt::6.95831pt::6.52551pt. -[15 - - -] -File: images/effiThinkBackplanes.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7829:338.49672pt::0.0pt::349.0pt. -[16 - - -] -File: images/settings.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7834:178.62796pt::0.0pt::349.0pt. -[17 - - -] -File: images/thr_scan_expl.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7844:338.53587pt::0.0pt::349.0pt. -[18 - - -] -File: images/thr_scan_fluo.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7848:338.53587pt::0.0pt::349.0pt. -[19 - - -] -l2hSize :tex2html_wrap_inline7853:7.33331pt::7.33331pt::12.3681pt. -[20 - - -] -l2hSize :tex2html_wrap_inline7857:8.0pt::8.0pt::46.60414pt. -[21 - - -] -l2hSize :tex2html_wrap_inline7861:7.33331pt::7.33331pt::13.06606pt. -[22 - - -] -l2hSize :tex2html_wrap_inline7865:7.33331pt::7.33331pt::11.40282pt. -[23 - - -] -l2hSize :tex2html_wrap_inline7879:7.33331pt::7.33331pt::38.26735pt. -[24 - - -] -l2hSize :tex2html_wrap_inline7883:7.33331pt::7.33331pt::54.52422pt. -[25 - - -] -l2hSize :tex2html_wrap_inline7885:7.33331pt::7.33331pt::53.82626pt. -[26 - - -] -l2hSize :tex2html_wrap_inline7897:7.33331pt::7.33331pt::54.52422pt. -[27 - - -] -l2hSize :tex2html_wrap_inline7901:7.33331pt::7.33331pt::29.73605pt. -[28 - - -] -File: images/sample_with_fluorescence.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7908:338.53587pt::0.0pt::349.0pt. -[29 - - -] -File: images/bad_ff_col.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7914:338.49672pt::0.0pt::349.0pt. -[30 - - -] -File: images/FFSetup.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7919:250.12001pt::0.0pt::349.0pt. -[31 - - -] -l2hSize :tex2html_wrap_inline7926:6.94444pt::0.0pt::69.3889pt. -[32 - - -] -l2hSize :tex2html_wrap_inline7928:6.83331pt::0.0pt::61.56856pt. -[33 - - -] -l2hSize :tex2html_wrap_inline7930:6.94444pt::0.0pt::67.50539pt. -[34 - - -] -l2hSize :tex2html_wrap_inline7932:6.95831pt::6.95831pt::8.27783pt. -[35 - - -] -File: images/noise_thresholdscanuntrimmed.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7933:173.42374pt::0.0pt::349.0pt. -[36 - - -] -File: images/trimbitdistribution.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7937:173.42374pt::0.0pt::349.0pt. -[37 - - -] -File: images/trimbitplot.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7941:173.42374pt::0.0pt::349.0pt. -[38 - - -] -File: images/noise_thresholdscantrimmed.eps Graphic file (type eps) - -l2hSize :tex2html_wrap7945:173.42374pt::0.0pt::349.0pt. -[39 - - -] -l2hSize :tex2html_wrap_inline7954:6.45831pt::0.0pt::3.27782pt. -[40 - - -] -l2hSize :tex2html_wrap_inline7968:6.95831pt::6.95831pt::18.20673pt. -[41 - - -] -l2hSize :tex2html_wrap_inline7970:7.33331pt::7.33331pt::15.68904pt. -[42 - - -] -l2hSize :tex2html_wrap_inline7972:7.33331pt::7.33331pt::15.31837pt. -[43 - - -] -l2hSize :tex2html_wrap_inline7974:7.33331pt::7.33331pt::16.3753pt. -[44 - - -] -l2hSize :tex2html_wrap_inline7976:6.95831pt::6.95831pt::12.4237pt. -[45 - - -] -l2hSize :tex2html_wrap_inline7978:6.95831pt::6.95831pt::12.94337pt. -[46 - - -] -l2hSize :tex2html_wrap_inline7980:7.44444pt::7.44444pt::13.30219pt. -[47 - - -] -l2hSize :tex2html_wrap_indisplay7982:15.0001pt::15.0001pt::176.78307pt. -[48 - - -] -l2hSize :tex2html_wrap_indisplay7984:15.0001pt::15.0001pt::243.50876pt. -[49 - - -] -l2hSize :tex2html_wrap_indisplay7987:6.95831pt::6.95831pt::12.4237pt. -[50 - - -] -l2hSize :tex2html_wrap_indisplay7989:6.95831pt::6.95831pt::8.27783pt. -[51 - - -] -l2hSize :tex2html_wrap_indisplay7991:14.09839pt::14.09839pt::21.55309pt. -[52 - - -] -l2hSize :tex2html_wrap_indisplay7993:7.44444pt::7.44444pt::13.30219pt. -[53 - - -] -l2hSize :tex2html_wrap_indisplay7997:11.57062pt::11.57062pt::20.86682pt. -[54 - - -] -l2hSize :tex2html_wrap_indisplay7999:6.95831pt::6.95831pt::12.94337pt. -[55 - - -] -l2hSize :tex2html_wrap_indisplay8003:14.09839pt::14.09839pt::65.9936pt. -[56 - - -] -l2hSize :tex2html_wrap_indisplay8006:7.33331pt::7.33331pt::15.31837pt. -[57 - - -] -l2hSize :tex2html_wrap_indisplay8010:13.70952pt::13.70952pt::70.06917pt. -[58 - - -] -l2hSize :tex2html_wrap_indisplay8012:7.33331pt::7.33331pt::15.68904pt. -[59 - - -] -l2hSize :tex2html_wrap_indisplay8016:11.57062pt::11.57062pt::18.47997pt. -[60 - - -] -l2hSize :tex2html_wrap_indisplay8018:7.33331pt::7.33331pt::16.3753pt. -[61 - - -] -l2hSize :tex2html_wrap_indisplay8022:6.95831pt::6.95831pt::20.23274pt. -[62 - - -] -l2hSize :tex2html_wrap_inline8027:6.94444pt::0.0pt::10.47227pt. -[63 - - -] -l2hSize :tex2html_wrap_inline8029:6.94444pt::0.0pt::10.47227pt. -[64 - - -] -l2hSize :tex2html_wrap_indisplay8032:14.20952pt::14.20952pt::17.34445pt. -[65 - - -] -l2hSize :tex2html_wrap_inline8034:6.83331pt::0.0pt::7.72226pt. -[66 - - -] -l2hSize :tex2html_wrap_indisplay8036:14.20952pt::14.20952pt::53.72649pt. -[67 - - -] -l2hSize :tex2html_wrap_inline8038:6.83331pt::0.0pt::12.4445pt. -[68 - - -] -l2hSize :tex2html_wrap_inline8040:6.83331pt::0.0pt::16.05562pt. -[69 - - -] -l2hSize :tex2html_wrap_inline8042:7.33331pt::7.33331pt::9.382pt. -[70 - - -] -l2hSize :tex2html_wrap_inline8046:6.94444pt::0.0pt::47.69444pt. -[71 - - -] -l2hSize :tex2html_wrap_inline8057:6.83331pt::0.0pt::8.30907pt. -[72 - - -] -l2hSize :tex2html_wrap_inline8059:6.94444pt::0.0pt::6.02087pt. -[73 - - -] -l2hSize :tex2html_wrap_inline8061:7.44444pt::7.44444pt::54.38521pt. -[74 - - -] -l2hSize :tex2html_wrap_inline8063:7.33331pt::7.33331pt::13.45491pt. -[75 - - -] -l2hSize :tex2html_wrap_inline8065:6.94444pt::0.0pt::33.77774pt. -[76 - - -] -l2hSize :tex2html_wrap_indisplay8067:12.00008pt::12.00008pt::167.62956pt. -[77 - - -] -l2hSize :tex2html_wrap_indisplay8069:17.38873pt::17.38873pt::85.71771pt. -[78 - - -] -l2hSize :tex2html_wrap_indisplay8071:9.30559pt::9.30559pt::88.87329pt. -[79 - - -] -l2hSize :tex2html_wrap_inline8073:7.33331pt::7.33331pt::18.65598pt. -[80 - - -] -l2hSize :tex2html_wrap_inline8075:6.95831pt::6.95831pt::16.16502pt. -[81 - - -] -l2hSize :tex2html_wrap_inline8077:6.95831pt::6.95831pt::20.2889pt. -[82 - - -] -l2hSize :tex2html_wrap_inline8079:7.44444pt::7.44444pt::15.80042pt. -[83 - - -] -l2hSize :tex2html_wrap_indisplay8081:11.57062pt::11.57062pt::143.29408pt. -[84 - - -] -l2hSize :tex2html_wrap_indisplay8083:13.1577pt::13.1577pt::108.83537pt. -[85 - - -] -l2hSize :tex2html_wrap_indisplay8085:14.09839pt::14.09839pt::200.85495pt. -[86 - - -] -l2hSize :tex2html_wrap_indisplay8087:13.1577pt::13.1577pt::166.44937pt. -[87 - - -] -l2hSize :tex2html_wrap_inline8089:6.83331pt::0.0pt::11.29169pt. -[88 - - -] -l2hSize :tex2html_wrap_indisplay8091:8.0pt::8.0pt::218.09163pt. -[89 - - -] -l2hSize :tex2html_wrap_indisplay8093:8.0pt::8.0pt::38.90797pt. -[90 - - -] -l2hSize :tex2html_wrap_indisplay8095:9.97221pt::9.97221pt::101.97737pt. -[91 - - -] -l2hSize :tex2html_wrap_inline8097:7.44444pt::7.44444pt::14.9584pt. -[92 - - -] -l2hSize :tex2html_wrap_inline8099:7.44444pt::7.44444pt::85.83296pt. -[93 - - -] -l2hSize :tex2html_wrap_inline8101:6.94444pt::0.0pt::4.66672pt. -[94 - - -] -l2hSize :tex2html_wrap_indisplay8103:7.44444pt::7.44444pt::15.80042pt. -[95 - - -] -l2hSize :tex2html_wrap_indisplay8104:8.0pt::8.0pt::85.0104pt. -[96 - - -] -l2hSize :tex2html_wrap_indisplay8107:10.08334pt::10.08334pt::62.23268pt. -[97 - - -] -l2hSize :tex2html_wrap_inline8111:7.33331pt::7.33331pt::11.93237pt. -[98 - - -] -l2hSize :tex2html_wrap_inline8113:7.33331pt::7.33331pt::15.29031pt. -[99 - - -] -l2hSize :tex2html_wrap_inline8115:7.33331pt::7.33331pt::13.57112pt. -[100 - - -] -l2hSize :tex2html_wrap_inline8117:6.83331pt::0.0pt::8.40558pt. -[101 - - -] -l2hSize :tex2html_wrap_inline8119:6.95831pt::6.95831pt::17.70064pt. -[102 - - -] -l2hSize :tex2html_wrap_inline8121:6.95831pt::6.95831pt::10.88318pt. -[103 - - -] -l2hSize :tex2html_wrap_indisplay8123:35.47784pt::35.47784pt::89.30644pt. -[104 - - -] -l2hSize :tex2html_wrap_indisplay8125:14.76508pt::14.76508pt::46.29935pt. -[105 - - -] -l2hSize :tex2html_wrap_inline8127:7.44444pt::7.44444pt::15.15578pt. -[106 - - -] -l2hSize :tex2html_wrap_indisplay8131:24.8389pt::24.8389pt::178.6664pt. -[107 - - -] -l2hSize :tex2html_wrap_indisplay8133:24.8389pt::24.8389pt::157.33359pt. -[108 - - -] -l2hSize :tex2html_wrap_indisplay8135:14.09839pt::14.09839pt::42.58318pt. -[109 - - -] -l2hSize :tex2html_wrap_indisplay8137:13.70952pt::13.70952pt::54.38838pt. -[110 - - -] -l2hSize :tex2html_wrap_inline8139:7.33331pt::7.33331pt::11.94019pt. -[111 - - -] -l2hSize :tex2html_wrap_inline8141:6.95831pt::6.95831pt::16.22455pt. -[112 - - -] -l2hSize :tex2html_wrap_inline8143:6.83331pt::0.0pt::8.58684pt. -[113 - - -] -l2hSize :tex2html_wrap_inline8145:6.83331pt::0.0pt::9.70836pt. -[114 - - -] -l2hSize :tex2html_wrap_indisplay8149:18.78339pt::18.78339pt::133.39876pt. -[115 - - -] -l2hSize :tex2html_wrap_indisplay8153:18.78339pt::18.78339pt::72.13547pt. -[116 - - -] -l2hSize :tex2html_wrap_indisplay8155:9.97221pt::9.97221pt::86.40256pt. -[117 - - -] -l2hSize :tex2html_wrap_inline8166:7.33331pt::7.33331pt::30.96526pt. -[118 - - -] -l2hSize :tex2html_wrap_inline8168:7.33331pt::7.33331pt::28.48608pt. -[119 - - -] -l2hSize :tex2html_wrap_inline8170:6.94444pt::0.0pt::4.79169pt. -[120 - - -] -l2hSize :tex2html_wrap_indisplay8174:17.03902pt::17.03902pt::236.17503pt. -[121 - - -] -l2hSize :tex2html_wrap_indisplay8176:17.03902pt::17.03902pt::213.8213pt. -[122 - - -] -l2hSize :tex2html_wrap_indisplay8178:14.76508pt::14.76508pt::93.05731pt. -[123 - - -] -l2hSize :tex2html_wrap_indisplay8182:18.95773pt::18.95773pt::159.65314pt. -[124 - - -] -l2hSize :tex2html_wrap_indisplay8186:18.95773pt::18.95773pt::45.29063pt. -[125 - - -] -l2hSize :tex2html_wrap_inline8189:10.08334pt::10.08334pt::15.36986pt. -[126 - - -] -l2hSize :tex2html_wrap_inline8191:9.97221pt::9.97221pt::11.93237pt. -[127 - - -] -l2hSize :tex2html_wrap_inline8194:7.33331pt::7.33331pt::12.13338pt. -[128 - - -] -l2hSize :tex2html_wrap_inline8198:9.01662pt::9.01662pt::20.46674pt. -[129 - - -] -l2hSize :tex2html_wrap_inline8200:6.45831pt::0.0pt::6.50238pt. -[130 - - -] -l2hSize :tex2html_wrap_indisplay8202:16.17734pt::16.17734pt::71.96126pt. -[131 - - -] -l2hSize :tex2html_wrap_indisplay8204:18.33339pt::18.33339pt::63.26857pt. -[132 - - -] -l2hSize :tex2html_wrap_indisplay8206:18.33339pt::18.33339pt::103.01762pt. -[133 - - -] -l2hSize :tex2html_wrap_indisplay8208:18.33339pt::18.33339pt::136.56064pt. -[134 - - -] -l2hSize :tex2html_wrap_indisplay8210:10.50487pt::10.50487pt::123.40723pt. -[135 - - -] -l2hSize :tex2html_wrap_indisplay8214:18.95563pt::18.95563pt::92.34447pt. -[136 - - -] -l2hSize :tex2html_wrap_inline8216:7.33331pt::7.33331pt::12.34135pt. -[137 - - -] -l2hSize :tex2html_wrap_inline8218:7.33331pt::7.33331pt::11.14415pt. -[138 - - -] -l2hSize :tex2html_wrap_inline8220:6.95831pt::6.95831pt::10.42772pt. -[139 - - -] -l2hSize :tex2html_wrap_indisplay8222:18.95563pt::18.95563pt::98.11395pt. -[140 - - -] -l2hSize :tex2html_wrap_indisplay8224:18.95563pt::18.95563pt::165.03024pt. -[141 - - -] -l2hSize :tex2html_wrap_inline8230:7.33331pt::7.33331pt::20.60564pt. -[142 - - -] -l2hSize :tex2html_wrap_inline8232:7.33331pt::7.33331pt::84.43443pt. -[143 - - -] -l2hSize :tex2html_wrap_inline8234:6.45831pt::0.0pt::6.2153pt. -[144 - - -] -l2hSize :tex2html_wrap_indisplay8238:18.95563pt::18.95563pt::106.4156pt. -[145 - - -] -l2hSize :tex2html_wrap_indisplay8240:25.33836pt::25.33836pt::245.22083pt. -[146 - - -] -l2hSize :tex2html_wrap_indisplay8242:21.98627pt::21.98627pt::133.23958pt. -[147 - - -] -l2hSize :tex2html_wrap_inline8245:7.33331pt::7.33331pt::30.19405pt. -[148 - - -] -l2hSize :tex2html_wrap_inline8247:7.38586pt::7.38586pt::20.60564pt. -[149 - - -] -l2hSize :tex2html_wrap_indisplay8249:22.53354pt::22.53354pt::238.01314pt. -[150 - - -] -l2hSize :tex2html_wrap_indisplay8251:19.305pt::19.305pt::186.20044pt. -[151 - - -] -l2hSize :tex2html_wrap_inline8253:7.33331pt::7.33331pt::11.86081pt. -[152 - - -] -l2hSize :tex2html_wrap_indisplay8260:18.95563pt::18.95563pt::87.41562pt. -[153 - - -] -l2hSize :tex2html_wrap_indisplay8262:37.0153pt::37.0153pt::86.36304pt. -[154 - - -] -l2hSize :tex2html_wrap_indisplay8266:35.80026pt::35.80026pt::79.5173pt. -[155 - - -] -l2hSize :tex2html_wrap_indisplay8268:81.33606pt::81.33606pt::142.41797pt. -[156 - - -] -l2hSize :tex2html_wrap_indisplay8270:9.49002pt::9.49002pt::94.47359pt. -[157 - - -] -l2hSize :tex2html_wrap_inline8273:7.33331pt::7.33331pt::37.03535pt. -[158 - - -] -l2hSize :tex2html_wrap_inline8275:8.64003pt::8.64003pt::35.75307pt. -[159 - - -] -l2hSize :tex2html_wrap_indisplay8277:32.0153pt::32.0153pt::76.96254pt. -[160 - - -] -l2hSize :tex2html_wrap_indisplay8285:41.80032pt::41.80032pt::159.8735pt. -[161 - - -] -l2hSize :tex2html_wrap_indisplay8287:57.3461pt::57.3461pt::288.90195pt. -[162 - - -] -l2hSize :tex2html_wrap_inline8289:8.0pt::8.0pt::18.59033pt. -[163 - - -] -l2hSize :tex2html_wrap_indisplay8291:9.49002pt::9.49002pt::113.94249pt. -[164 - - -] -l2hSize :tex2html_wrap_inline8294:8.0pt::8.0pt::96.17384pt. -[165 - - -] -l2hSize :tex2html_wrap_inline8296:8.64003pt::8.64003pt::52.97522pt. -[166 - - -] -l2hSize :tex2html_wrap_indisplay8298:34.64299pt::34.64299pt::110.70132pt. -[167 - - -] -l2hSize :tex2html_wrap_indisplay8300:41.80032pt::41.80032pt::177.09566pt. -[168 - - -] -l2hSize :tex2html_wrap_indisplay8302:57.3461pt::57.3461pt::355.674pt. - -Overfull \hbox (9.67401pt too wide) in paragraph at lines 1604--1605 -[]|[] - [] - -[169 - - -] -l2hSize :tex2html_wrap_indisplay8306:9.49002pt::9.49002pt::113.94249pt. -[170 - - -] -l2hSize :tex2html_wrap_indisplay8313:11.57062pt::11.57062pt::36.07587pt. -[171 - - -] -l2hSize :tex2html_wrap_inline8317:8.64003pt::8.64003pt::25.27715pt. -[172 - - -] -l2hSize :tex2html_wrap_inline8321:6.95831pt::6.95831pt::20.1493pt. -[173 - - -] -l2hSize :tex2html_wrap_inline8325:8.64003pt::8.64003pt::25.27715pt. -[174 - - -] -l2hSize :tex2html_wrap_inline8328:7.33331pt::7.33331pt::38.93887pt. -[175 - - -] -l2hSize :tex2html_wrap_inline8330:7.33331pt::7.33331pt::12.13338pt. -[176 - - -] -l2hSize :tex2html_wrap_inline8332:7.33331pt::7.33331pt::12.13338pt. -[177 - - -] -l2hSize :tex2html_wrap_indisplay8334:17.26994pt::17.26994pt::161.63051pt. -[178 - - -] -l2hSize :tex2html_wrap_indisplay8336:19.79109pt::19.79109pt::279.2141pt. -[179 - - -] -l2hSize :tex2html_wrap_inline8338:7.33331pt::7.33331pt::28.21114pt. -[180 - - -] -l2hSize :tex2html_wrap_inline8340:6.94444pt::0.0pt::6.33339pt. -[181 - - -] -l2hSize :tex2html_wrap_indisplay8342:18.33339pt::18.33339pt::305.93774pt. -[182 - - -] -l2hSize :tex2html_wrap_indisplay8344:18.33339pt::18.33339pt::247.33661pt. -[183 - - -] -l2hSize :tex2html_wrap_indisplay8346:15.9051pt::15.9051pt::136.86096pt. -[184 - - -] -l2hSize :tex2html_wrap_indisplay8348:18.33339pt::18.33339pt::363.07938pt. - -Overfull \hbox (17.07939pt too wide) in paragraph at lines 1722--1723 -[]|[] - [] - -[185 - - -] -l2hSize :tex2html_wrap_inline8350:6.95831pt::6.95831pt::45.52538pt. -[186 - - -] -l2hSize :tex2html_wrap_inline8352:6.95831pt::6.95831pt::59.07616pt. -[187 - - -] -l2hSize :tex2html_wrap_inline8354:7.44444pt::7.44444pt::68.26837pt. -[188 - - -] -l2hSize :tex2html_wrap_inline8356:6.94444pt::0.0pt::44.04147pt. -[189 - - -] -l2hSize :tex2html_wrap_indisplay8358:18.33339pt::18.33339pt::343.0692pt. -[190 - - -] -l2hSize :tex2html_wrap_indisplay8360:16.45555pt::16.45555pt::183.95403pt. -[191 - - -] -l2hSize :tex2html_wrap_inline8362:8.0pt::8.0pt::13.9931pt. -[192 - - -] -l2hSize :tex2html_wrap_indisplay8364:16.644pt::16.644pt::103.58525pt. -[193 - - -] -l2hSize :tex2html_wrap_indisplay8366:16.45555pt::16.45555pt::113.2396pt. -[194 - - -] -l2hSize :tex2html_wrap_inline8371:7.44444pt::7.44444pt::115.7777pt. -[195 - - -] -l2hSize :tex2html_wrap_inline8375:8.14003pt::0.0pt::37.44438pt. -[196 - - -] -l2hSize :tex2html_wrap_inline8381:9.85pt::9.85pt::52.85414pt. -[197 - - -] -l2hSize :tex2html_wrap_inline8383:9.85pt::9.85pt::109.99648pt. -[198 - - -] -l2hSize :tex2html_wrap_inline8385:7.33331pt::7.33331pt::13.12505pt. -[199 - - -] -l2hSize :tex2html_wrap_inline8389:8.0pt::8.0pt::47.19098pt. -[200 - - -] -l2hSize :tex2html_wrap_inline8391:8.0pt::8.0pt::24.70149pt. -[201 - - -] -l2hSize :tex2html_wrap_inline8393:6.94444pt::0.0pt::16.8889pt. -[202 - - -] -l2hSize :tex2html_wrap_inline8395:7.44444pt::7.44444pt::20.67363pt. -[203 - - -] -l2hSize :tex2html_wrap_inline8397:6.95831pt::6.95831pt::9.80214pt. -[204 - - -] -l2hSize :tex2html_wrap_inline8399:8.0pt::8.0pt::29.07188pt. -[205 - - -] -l2hSize :tex2html_wrap_inline8401:8.0pt::8.0pt::29.07188pt. -[206 - - -] -l2hSize :tex2html_wrap_inline8409:6.95831pt::6.95831pt::10.39937pt. -[207 - - -] -l2hSize :tex2html_wrap_inline8753:8.0pt::8.0pt::37.96071pt. -[208 - - -] -l2hSize :tex2html_wrap_inline8757:8.0pt::8.0pt::21.92366pt. -[209 - - -] -l2hSize :tex2html_wrap_inline8759:7.44444pt::7.44444pt::34.66666pt. -[210 - - -] -l2hSize :tex2html_wrap_inline8761:8.0pt::8.0pt::17.32643pt. -[211 - - -] -l2hSize :tex2html_wrap_indisplay8786:7.33331pt::7.33331pt::47.68889pt. -[212 - - -] -l2hSize :tex2html_wrap_inline8788:6.95831pt::6.95831pt::9.95146pt. -[213 - - -] -l2hSize :tex2html_wrap_inline8790:6.83331pt::0.0pt::9.56946pt. -[214 - - -] -l2hSize :tex2html_wrap_indisplay8792:18.00015pt::18.00015pt::207.90103pt. -[215 - - -] -l2hSize :tex2html_wrap_indisplay8796:18.33339pt::18.33339pt::151.09164pt. -[216 - - -] -l2hSize :tex2html_wrap_indisplay8798:18.33339pt::18.33339pt::228.35915pt. -[217 - - -] -l2hSize :tex2html_wrap_indisplay8800:10.50487pt::10.50487pt::235.90079pt. -[218 - - -] -l2hSize :tex2html_wrap_inline8802:9.85pt::9.85pt::88.43417pt. -[219 - - -] -l2hSize :tex2html_wrap_indisplay8804:10.50487pt::10.50487pt::150.7605pt. -[220 - - -] -l2hSize :tex2html_wrap_inline8808:6.95831pt::6.95831pt::14.73717pt. -[221 - - -] -l2hSize :tex2html_wrap_indisplay8810:22.05098pt::22.05098pt::87.08226pt. -[222 - - -] -l2hSize :tex2html_wrap_indisplay8812:18.33339pt::18.33339pt::124.6702pt. -[223 - - -] -l2hSize :tex2html_wrap_indisplay8814:18.33339pt::18.33339pt::332.75139pt. -[224 - - -] -l2hSize :tex2html_wrap_indisplay8816:18.33339pt::18.33339pt::396.02237pt. - -Overfull \hbox (50.02238pt too wide) in paragraph at lines 2011--2012 -[]|[] - [] - -[225 - - -] -l2hSize :tex2html_wrap_indisplay8818:22.80008pt::22.80008pt::508.49103pt. - -Overfull \hbox (162.49104pt too wide) in paragraph at lines 2028--2029 -[]|[] - [] - -[226 - - -] -Package atveryend Info: Empty hook `BeforeClearDocument' on input line 2033. -Package atveryend Info: Empty hook `AfterLastShipout' on input line 2033. -(./images.aux) -Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 2033. -Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 2033. - - -Package rerunfilecheck Warning: File `images.out' has changed. -(rerunfilecheck) Rerun to get outlines right -(rerunfilecheck) or use package `bookmark'. - -Package rerunfilecheck Info: Checksums for `images.out': -(rerunfilecheck) Before: -(rerunfilecheck) After: D41D8CD98F00B204E9800998ECF8427E;0. - -LaTeX Warning: There were multiply-defined labels. - -Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 2033. - ) -Here is how much of TeX's memory you used: - 6616 strings out of 495064 - 93570 string characters out of 3182224 - 186843 words of memory out of 3000000 - 9690 multiletter control sequences out of 15000+200000 - 9425 words of font info for 38 fonts, out of 3000000 for 9000 - 14 hyphenation exceptions out of 8191 - 36i,49n,26p,738b,519s stack positions out of 5000i,500n,10000p,200000b,50000s - -Output written on images.dvi (226 pages, 163320 bytes). diff --git a/docs/html/slsDetectors-FAQ/images.out b/docs/html/slsDetectors-FAQ/images.out deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/html/slsDetectors-FAQ/img38.png b/docs/html/slsDetectors-FAQ/img38.png index 234328479..995f11c59 100644 Binary files a/docs/html/slsDetectors-FAQ/img38.png and b/docs/html/slsDetectors-FAQ/img38.png differ diff --git a/docs/html/slsDetectors-FAQ/index.html b/docs/html/slsDetectors-FAQ/index.html index e782a3a4c..53610a211 100644 --- a/docs/html/slsDetectors-FAQ/index.html +++ b/docs/html/slsDetectors-FAQ/index.html @@ -25,22 +25,18 @@ Frequently Asked Questions"> - - -
-
- +
+
+ -
+
![]()
- Next: Next: Contents - Contents
@@ -62,182 +58,182 @@ Frequently Asked Questions-
diff --git a/docs/html/slsDetectors-FAQ/next.png b/docs/html/slsDetectors-FAQ/next.png new file mode 100644 index 000000000..1628652aa Binary files /dev/null and b/docs/html/slsDetectors-FAQ/next.png differ diff --git a/docs/html/slsDetectors-FAQ/next_g.png b/docs/html/slsDetectors-FAQ/next_g.png new file mode 100644 index 000000000..9d3f59121 Binary files /dev/null and b/docs/html/slsDetectors-FAQ/next_g.png differ diff --git a/docs/html/slsDetectors-FAQ/node1.html b/docs/html/slsDetectors-FAQ/node1.html index 55ab8f22e..49339fdf0 100644 --- a/docs/html/slsDetectors-FAQ/node1.html +++ b/docs/html/slsDetectors-FAQ/node1.html @@ -26,24 +26,21 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- Contents -
- SLS Detectors Software
-
- Which programs can I use to control my detector? -
- How can I control many detectors in parallel or independently? -
- How can I configure the data receiver? -
- What are settings and calibration files for? -
- How should a configuration file look like? -
- What is the meaning of the file name? -
- Which is the sequence of the acquisition flow? -
- How can I synchronize my detector with the experiment? -
- How can several controllers be synchronized? -
- How can the detector movement and position and I0 readout be customized for my beamline? -
- In which data format are written the data?
-- General questions about detectors
-- Single photon counting detectors
-
- Which detector settings should I choose? -
- How do I chose the comparator threshold? -
- How does the flat field correction work? -
- What happens when I trim the detector? -
- In what consists the energy calibration of the detector? -
- Why should I change the dynamic range of the counters? -
- When should I enable rate correction
-- Charge Integrating detectors
-- Angular conversion
-
- How is the channel number coverted into angle? -
- How are different positions merged together? -
- Why can't I properly merge different positions?
-- About this document ...
- + -
- + -
+
![]()
- Next: Next: SLS Detectors Software - Up: Up: SLS Detectors Frequently Asked - Previous: Previous: SLS Detectors Frequently Asked
@@ -56,142 +53,142 @@ Contents-
diff --git a/docs/html/slsDetectors-FAQ/node10.html b/docs/html/slsDetectors-FAQ/node10.html index 96049bee1..56f7111e4 100644 --- a/docs/html/slsDetectors-FAQ/node10.html +++ b/docs/html/slsDetectors-FAQ/node10.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- SLS Detectors Software
-
- Which programs can I use to control my detector? -
- How can I control many detectors in parallel or independently? -
- How can I configure the data receiver? -
- What are settings and calibration files for? -
- How should a configuration file look like? -
- What is the meaning of the file name? -
- Which is the sequence of the acquisition flow? -
- How can I synchronize my detector with the experiment? -
- How can several controllers be synchronized? -
- How can the detector movement and position and I0 readout be customized for my beamline? -
- In which data format are written the data?
-- General questions about detectors
-- Single photon counting detectors
-
- Which detector settings should I choose? -
- How do I chose the comparator threshold? -
- How does the flat field correction work? -
- What happens when I trim the detector? -
- In what consists the energy calibration of the detector? -
- Why should I change the dynamic range of the counters? -
- When should I enable rate correction
-- Charge Integrating detectors
-- Angular conversion
- + -
- + -
- + -
+
![]()
- Next: Next: What is the meaning - Up: Up: SLS Detectors Software - Previous: Previous: GOTTHARD - Contents
diff --git a/docs/html/slsDetectors-FAQ/node11.html b/docs/html/slsDetectors-FAQ/node11.html index 777f7aad5..588bc3e91 100644 --- a/docs/html/slsDetectors-FAQ/node11.html +++ b/docs/html/slsDetectors-FAQ/node11.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Which is the sequence - Up: Up: SLS Detectors Software - Previous: Previous: How should a configuration - Contents
diff --git a/docs/html/slsDetectors-FAQ/node12.html b/docs/html/slsDetectors-FAQ/node12.html index c8d3a6bc4..81c67cd95 100644 --- a/docs/html/slsDetectors-FAQ/node12.html +++ b/docs/html/slsDetectors-FAQ/node12.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: How can I synchronize - Up: Up: SLS Detectors Software - Previous: Previous: What is the meaning - Contents
@@ -309,30 +305,26 @@ where i si the file index and p is the stop script parameter.
- -- + -
- + -
- + -
+
![]()
- Next: Next: How can I synchronize - Up: Up: SLS Detectors Software - Previous: Previous: What is the meaning - Contents diff --git a/docs/html/slsDetectors-FAQ/node13.html b/docs/html/slsDetectors-FAQ/node13.html index 9818c0738..2236a1f18 100644 --- a/docs/html/slsDetectors-FAQ/node13.html +++ b/docs/html/slsDetectors-FAQ/node13.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: How can several controllers - Up: Up: SLS Detectors Software - Previous: Previous: Which is the sequence - Contents
@@ -167,30 +163,26 @@ Read Out Trigger mode: the external trigger signal defines the beginning of the
- -- + -
- + -
- + -
+
![]()
- Next: Next: How can several controllers - Up: Up: SLS Detectors Software - Previous: Previous: Which is the sequence - Contents diff --git a/docs/html/slsDetectors-FAQ/node14.html b/docs/html/slsDetectors-FAQ/node14.html index 21603af2a..5cbd5aa80 100644 --- a/docs/html/slsDetectors-FAQ/node14.html +++ b/docs/html/slsDetectors-FAQ/node14.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: How can the detector - Up: Up: SLS Detectors Software - Previous: Previous: How can I synchronize - Contents
@@ -75,30 +71,26 @@ After the configuration, the synchronization of the controllers will be complete
- -- + -
- + -
- + -
+
![]()
- Next: Next: How can the detector - Up: Up: SLS Detectors Software - Previous: Previous: How can I synchronize - Contents diff --git a/docs/html/slsDetectors-FAQ/node15.html b/docs/html/slsDetectors-FAQ/node15.html index 2f0c7d705..92eba89c0 100644 --- a/docs/html/slsDetectors-FAQ/node15.html +++ b/docs/html/slsDetectors-FAQ/node15.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: In which data format - Up: Up: SLS Detectors Software - Previous: Previous: How can several controllers - Contents
@@ -75,30 +71,26 @@ A simple high-level solution in case you need to maintain the software for sever
- -- + -
- + -
- + -
+
![]()
- Next: Next: In which data format - Up: Up: SLS Detectors Software - Previous: Previous: How can several controllers - Contents diff --git a/docs/html/slsDetectors-FAQ/node16.html b/docs/html/slsDetectors-FAQ/node16.html index 8bf36de18..1e7ddd5d1 100644 --- a/docs/html/slsDetectors-FAQ/node16.html +++ b/docs/html/slsDetectors-FAQ/node16.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: GOTTHARD - Up: Up: SLS Detectors Software - Previous: Previous: How can the detector - Contents
@@ -71,11 +67,11 @@ For the other detectors the files are written in binary format, and must be deco Subsections diff --git a/docs/html/slsDetectors-FAQ/node17.html b/docs/html/slsDetectors-FAQ/node17.html index 3d817e62a..05ada5ed2 100644 --- a/docs/html/slsDetectors-FAQ/node17.html +++ b/docs/html/slsDetectors-FAQ/node17.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: EIGER - Up: Up: In which data format - Previous: Previous: In which data format - Contents
@@ -122,30 +118,26 @@ On a side note, when you use the data call back, we also give you the derived fr
- -- + -
- + -
- + -
+
![]()
- Next: Next: EIGER - Up: Up: In which data format - Previous: Previous: In which data format - Contents diff --git a/docs/html/slsDetectors-FAQ/node18.html b/docs/html/slsDetectors-FAQ/node18.html index a22731724..ed84c1ff2 100644 --- a/docs/html/slsDetectors-FAQ/node18.html +++ b/docs/html/slsDetectors-FAQ/node18.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: JUNGFRAU - Up: Up: In which data format - Previous: Previous: GOTTHARD - Contents
diff --git a/docs/html/slsDetectors-FAQ/node19.html b/docs/html/slsDetectors-FAQ/node19.html index 35065e1ca..a9128adab 100644 --- a/docs/html/slsDetectors-FAQ/node19.html +++ b/docs/html/slsDetectors-FAQ/node19.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: General questions about detectors - Up: Up: In which data format - Previous: Previous: EIGER - Contents
diff --git a/docs/html/slsDetectors-FAQ/node2.html b/docs/html/slsDetectors-FAQ/node2.html index 2f1e9a67c..34593dd1c 100644 --- a/docs/html/slsDetectors-FAQ/node2.html +++ b/docs/html/slsDetectors-FAQ/node2.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Which programs can I - Up: Up: SLS Detectors Frequently Asked - Previous: Previous: Contents - Contents
@@ -65,46 +61,46 @@ SLS Detectors Software Subsections-
diff --git a/docs/html/slsDetectors-FAQ/node20.html b/docs/html/slsDetectors-FAQ/node20.html index a3135c3eb..03a3e88e2 100644 --- a/docs/html/slsDetectors-FAQ/node20.html +++ b/docs/html/slsDetectors-FAQ/node20.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- Which programs can I use to control my detector? -
- How can I control many detectors in parallel or independently?
-- How can I configure the data receiver? -
- What are settings and calibration files for?
-- How should a configuration file look like? -
- What is the meaning of the file name? -
- Which is the sequence of the acquisition flow? -
- How can I synchronize my detector with the experiment? -
- How can several controllers be synchronized? -
- How can the detector movement and position and I0 readout be customized for my beamline? -
- In which data format are written the data?
- + -
- + -
- + -
+
![]()
- Next: Next: In which X-ray energy - Up: Up: SLS Detectors Frequently Asked - Previous: Previous: JUNGFRAU - Contents
@@ -65,16 +61,16 @@ General questions about detectors Subsections diff --git a/docs/html/slsDetectors-FAQ/node21.html b/docs/html/slsDetectors-FAQ/node21.html index d0cddaf69..d8bfea887 100644 --- a/docs/html/slsDetectors-FAQ/node21.html +++ b/docs/html/slsDetectors-FAQ/node21.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Sensors - Up: Up: General questions about detectors - Previous: Previous: General questions about detectors - Contents
@@ -66,9 +62,9 @@ What limits the energy range in which the detector can be used is defined both b Subsections diff --git a/docs/html/slsDetectors-FAQ/node22.html b/docs/html/slsDetectors-FAQ/node22.html index 5bcb7cd7c..ad302d8a4 100644 --- a/docs/html/slsDetectors-FAQ/node22.html +++ b/docs/html/slsDetectors-FAQ/node22.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Frontend electronics - Up: Up: In which X-ray energy - Previous: Previous: In which X-ray energy - Contents
@@ -111,30 +107,26 @@ For higher energies it is also possible to use different sesnor materials as CdT
- -- + -
- + -
- + -
+
![]()
- Next: Next: Frontend electronics - Up: Up: In which X-ray energy - Previous: Previous: In which X-ray energy - Contents diff --git a/docs/html/slsDetectors-FAQ/node23.html b/docs/html/slsDetectors-FAQ/node23.html index c07ea94a2..476c75403 100644 --- a/docs/html/slsDetectors-FAQ/node23.html +++ b/docs/html/slsDetectors-FAQ/node23.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: What limits the maximum - Up: Up: In which X-ray energy - Previous: Previous: Sensors - Contents
@@ -101,30 +97,26 @@ Settings to be chosen for the MYTHEN detector as a function of the X-ray energy
- -- + -
- + -
- + -
+
![]()
- Next: Next: What limits the maximum - Up: Up: In which X-ray energy - Previous: Previous: Sensors - Contents diff --git a/docs/html/slsDetectors-FAQ/node24.html b/docs/html/slsDetectors-FAQ/node24.html index aa482e3ec..feccbe68a 100644 --- a/docs/html/slsDetectors-FAQ/node24.html +++ b/docs/html/slsDetectors-FAQ/node24.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Single photon counting detectors - Up: Up: General questions about detectors - Previous: Previous: Frontend electronics - Contents
@@ -77,30 +73,26 @@ In case the board has some memory that can be accessed by the hardware, this is
- -- + -
- + -
- + -
+
![]()
- Next: Next: Single photon counting detectors - Up: Up: General questions about detectors - Previous: Previous: Frontend electronics - Contents diff --git a/docs/html/slsDetectors-FAQ/node25.html b/docs/html/slsDetectors-FAQ/node25.html index 6ce7dfa91..884d2acec 100644 --- a/docs/html/slsDetectors-FAQ/node25.html +++ b/docs/html/slsDetectors-FAQ/node25.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Which detector settings should - Up: Up: SLS Detectors Frequently Asked - Previous: Previous: What limits the maximum - Contents
@@ -65,44 +61,44 @@ Single photon counting detectors Subsections-
diff --git a/docs/html/slsDetectors-FAQ/node26.html b/docs/html/slsDetectors-FAQ/node26.html index 22d04594d..6d9b35a5a 100644 --- a/docs/html/slsDetectors-FAQ/node26.html +++ b/docs/html/slsDetectors-FAQ/node26.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- Which detector settings should I choose?
-- How do I chose the comparator threshold? -
- How does the flat field correction work?
-- What happens when I trim the detector?
-- In what consists the energy calibration of the detector?
-- Why should I change the dynamic range of the counters? -
- When should I enable rate correction
- + -
- + -
- + -
+
![]()
- Next: Next: MYTHEN - Up: Up: Single photon counting detectors - Previous: Previous: Single photon counting detectors - Contents
@@ -75,7 +71,7 @@ In the following is a description of the energy and intensity range coverd by th Subsections diff --git a/docs/html/slsDetectors-FAQ/node27.html b/docs/html/slsDetectors-FAQ/node27.html index e893143e2..74ac107de 100644 --- a/docs/html/slsDetectors-FAQ/node27.html +++ b/docs/html/slsDetectors-FAQ/node27.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: How do I chose - Up: Up: Which detector settings should - Previous: Previous: Which detector settings should - Contents
diff --git a/docs/html/slsDetectors-FAQ/node28.html b/docs/html/slsDetectors-FAQ/node28.html index f0424d3f2..b4d6a1dff 100644 --- a/docs/html/slsDetectors-FAQ/node28.html +++ b/docs/html/slsDetectors-FAQ/node28.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: How does the flat - Up: Up: Single photon counting detectors - Previous: Previous: MYTHEN - Contents
@@ -277,30 +273,26 @@ Example of data from a sample emitting fluorescent light and detector threshold
- -- + -
- + -
- + -
+
![]()
- Next: Next: How does the flat - Up: Up: Single photon counting detectors - Previous: Previous: MYTHEN - Contents diff --git a/docs/html/slsDetectors-FAQ/node29.html b/docs/html/slsDetectors-FAQ/node29.html index 7b72f7cc7..fbd88f52a 100644 --- a/docs/html/slsDetectors-FAQ/node29.html +++ b/docs/html/slsDetectors-FAQ/node29.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Why isn't my flat-field - Up: Up: Single photon counting detectors - Previous: Previous: How do I chose - Contents
@@ -65,9 +61,9 @@ How does the flat field correction work? Subsections diff --git a/docs/html/slsDetectors-FAQ/node3.html b/docs/html/slsDetectors-FAQ/node3.html index de66b828a..9f88c2157 100644 --- a/docs/html/slsDetectors-FAQ/node3.html +++ b/docs/html/slsDetectors-FAQ/node3.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: How can I control - Up: Up: SLS Detectors Software - Previous: Previous: SLS Detectors Software - Contents
@@ -82,30 +78,26 @@ The class slsDetectorUsers can be used as API from your acquisition software (se
- -- + -
- + -
- + -
+
![]()
- Next: Next: How can I control - Up: Up: SLS Detectors Software - Previous: Previous: SLS Detectors Software - Contents diff --git a/docs/html/slsDetectors-FAQ/node30.html b/docs/html/slsDetectors-FAQ/node30.html index b3b2c7530..0b23ffd9e 100644 --- a/docs/html/slsDetectors-FAQ/node30.html +++ b/docs/html/slsDetectors-FAQ/node30.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Dynamic acquisition of the - Up: Up: How does the flat - Previous: Previous: How does the flat - Contents
@@ -93,30 +89,26 @@ These differences get much worse in presence of fluorescent emission, but normal
- -- + -
- + -
- + -
+
![]()
- Next: Next: Dynamic acquisition of the - Up: Up: How does the flat - Previous: Previous: How does the flat - Contents diff --git a/docs/html/slsDetectors-FAQ/node31.html b/docs/html/slsDetectors-FAQ/node31.html index b2f169efc..4f9fa0b8d 100644 --- a/docs/html/slsDetectors-FAQ/node31.html +++ b/docs/html/slsDetectors-FAQ/node31.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: What happens when I - Up: Up: How does the flat - Previous: Previous: Why isn't my flat-field - Contents
@@ -88,30 +84,26 @@ Sketch of the experimental setup for a dynamic acquisition of the flat field.
- -- + -
- + -
- + -
+
![]()
- Next: Next: What happens when I - Up: Up: How does the flat - Previous: Previous: Why isn't my flat-field - Contents diff --git a/docs/html/slsDetectors-FAQ/node32.html b/docs/html/slsDetectors-FAQ/node32.html index 0beeed389..13b9d45dd 100644 --- a/docs/html/slsDetectors-FAQ/node32.html +++ b/docs/html/slsDetectors-FAQ/node32.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: MYTHEN - Up: Up: Single photon counting detectors - Previous: Previous: Dynamic acquisition of the - Contents
@@ -68,7 +64,7 @@ General remarks about trimming. Subsections diff --git a/docs/html/slsDetectors-FAQ/node33.html b/docs/html/slsDetectors-FAQ/node33.html index e646cb523..1f67514fa 100644 --- a/docs/html/slsDetectors-FAQ/node33.html +++ b/docs/html/slsDetectors-FAQ/node33.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: In what consists the - Up: Up: What happens when I - Previous: Previous: What happens when I - Contents
@@ -211,30 +207,26 @@ The authomatic loading of energy-specific trim files is not yet implemented.
- -- + -
- + -
- + -
+
![]()
- Next: Next: In what consists the - Up: Up: What happens when I - Previous: Previous: What happens when I - Contents diff --git a/docs/html/slsDetectors-FAQ/node34.html b/docs/html/slsDetectors-FAQ/node34.html index 3e9f7ba36..8e3ae3008 100644 --- a/docs/html/slsDetectors-FAQ/node34.html +++ b/docs/html/slsDetectors-FAQ/node34.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: MYTHEN - Up: Up: Single photon counting detectors - Previous: Previous: MYTHEN - Contents
@@ -69,7 +65,7 @@ General remarks about DAC to energy conversion Subsections diff --git a/docs/html/slsDetectors-FAQ/node35.html b/docs/html/slsDetectors-FAQ/node35.html index e5afa700e..a46b1f027 100644 --- a/docs/html/slsDetectors-FAQ/node35.html +++ b/docs/html/slsDetectors-FAQ/node35.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Why should I change - Up: Up: In what consists the - Previous: Previous: In what consists the - Contents
@@ -131,30 +127,26 @@ Reading and analyzing the data takes some time, but, after a while, a canvas sho
- -- + -
- + -
- + -
+
![]()
- Next: Next: Why should I change - Up: Up: In what consists the - Previous: Previous: In what consists the - Contents diff --git a/docs/html/slsDetectors-FAQ/node36.html b/docs/html/slsDetectors-FAQ/node36.html index 0c872cdb8..180cd7537 100644 --- a/docs/html/slsDetectors-FAQ/node36.html +++ b/docs/html/slsDetectors-FAQ/node36.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: When should I enable - Up: Up: Single photon counting detectors - Previous: Previous: MYTHEN - Contents
diff --git a/docs/html/slsDetectors-FAQ/node37.html b/docs/html/slsDetectors-FAQ/node37.html index e9cf013d8..addd5fcea 100644 --- a/docs/html/slsDetectors-FAQ/node37.html +++ b/docs/html/slsDetectors-FAQ/node37.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: How can I choose - Up: Up: Single photon counting detectors - Previous: Previous: Why should I change - Contents
@@ -62,7 +58,7 @@ When should I enable rate correction Subsections diff --git a/docs/html/slsDetectors-FAQ/node38.html b/docs/html/slsDetectors-FAQ/node38.html index 0015696ef..fa4a84313 100644 --- a/docs/html/slsDetectors-FAQ/node38.html +++ b/docs/html/slsDetectors-FAQ/node38.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Charge Integrating detectors - Up: Up: When should I enable - Previous: Previous: When should I enable - Contents
diff --git a/docs/html/slsDetectors-FAQ/node39.html b/docs/html/slsDetectors-FAQ/node39.html index ac9e6b435..08b68e570 100644 --- a/docs/html/slsDetectors-FAQ/node39.html +++ b/docs/html/slsDetectors-FAQ/node39.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: (Dynamic) Gain Switching - Up: Up: SLS Detectors Frequently Asked - Previous: Previous: How can I choose - Contents
@@ -66,13 +62,13 @@ Various issues concerning calibration, dynamic gain switching, data handling dat Subsections diff --git a/docs/html/slsDetectors-FAQ/node4.html b/docs/html/slsDetectors-FAQ/node4.html index 9eed8faeb..ed4fe1867 100644 --- a/docs/html/slsDetectors-FAQ/node4.html +++ b/docs/html/slsDetectors-FAQ/node4.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Examples - Up: Up: SLS Detectors Software - Previous: Previous: Which programs can I - Contents
@@ -106,36 +102,32 @@ Scketch of a possible complex system architecture composed of several detector, Subsections
- -- + -
- + -
- + -
+
![]()
- Next: Next: Examples - Up: Up: SLS Detectors Software - Previous: Previous: Which programs can I - Contents diff --git a/docs/html/slsDetectors-FAQ/node40.html b/docs/html/slsDetectors-FAQ/node40.html index 82331a354..bbb88e6da 100644 --- a/docs/html/slsDetectors-FAQ/node40.html +++ b/docs/html/slsDetectors-FAQ/node40.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Pedestals - Up: Up: Charge Integrating detectors - Previous: Previous: Charge Integrating detectors - Contents
diff --git a/docs/html/slsDetectors-FAQ/node41.html b/docs/html/slsDetectors-FAQ/node41.html index 11e6eb850..7695c580a 100644 --- a/docs/html/slsDetectors-FAQ/node41.html +++ b/docs/html/slsDetectors-FAQ/node41.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Energy calibration - Up: Up: Charge Integrating detectors - Previous: Previous: (Dynamic) Gain Switching - Contents
diff --git a/docs/html/slsDetectors-FAQ/node42.html b/docs/html/slsDetectors-FAQ/node42.html index d33f151b5..526982840 100644 --- a/docs/html/slsDetectors-FAQ/node42.html +++ b/docs/html/slsDetectors-FAQ/node42.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Data processing - Up: Up: Charge Integrating detectors - Previous: Previous: Pedestals - Contents
diff --git a/docs/html/slsDetectors-FAQ/node43.html b/docs/html/slsDetectors-FAQ/node43.html index 9fc7b56a6..a2739cec0 100644 --- a/docs/html/slsDetectors-FAQ/node43.html +++ b/docs/html/slsDetectors-FAQ/node43.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Angular conversion - Up: Up: Charge Integrating detectors - Previous: Previous: Energy calibration - Contents
diff --git a/docs/html/slsDetectors-FAQ/node44.html b/docs/html/slsDetectors-FAQ/node44.html index e30c790f4..99c067259 100644 --- a/docs/html/slsDetectors-FAQ/node44.html +++ b/docs/html/slsDetectors-FAQ/node44.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: How is the channel - Up: Up: SLS Detectors Frequently Asked - Previous: Previous: Data processing - Contents
@@ -65,60 +61,60 @@ Angular conversion Subsections-
diff --git a/docs/html/slsDetectors-FAQ/node45.html b/docs/html/slsDetectors-FAQ/node45.html index 2099216ab..e95bb5719 100644 --- a/docs/html/slsDetectors-FAQ/node45.html +++ b/docs/html/slsDetectors-FAQ/node45.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- How is the channel number coverted into angle? -
- How are different positions merged together?
-
- Introduction -
- Basic binning -
- Advanced binning -
- Poisson and normal statistics for diffraction -
- Average vs. weighted average -
- Scaling Poisson variates -
- Bibliography
-- Why can't I properly merge different positions?
- + -
- + -
- + -
+
![]()
- Next: Next: How are different positions - Up: Up: Angular conversion - Previous: Previous: Angular conversion - Contents
@@ -82,8 +78,7 @@ can be determined using the three geometric parameters- [mm], as in Fig.
. + [mm], as in Fig.
. The detector group uses instead the 3 parameters center
![]()
- -- + -
- + -
- + -
+
![]()
- Next: Next: How are different positions - Up: Up: Angular conversion - Previous: Previous: Angular conversion - Contents diff --git a/docs/html/slsDetectors-FAQ/node46.html b/docs/html/slsDetectors-FAQ/node46.html index 1c8f4f3fa..4dfac76ff 100644 --- a/docs/html/slsDetectors-FAQ/node46.html +++ b/docs/html/slsDetectors-FAQ/node46.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Introduction - Up: Up: Angular conversion - Previous: Previous: How is the channel - Contents
@@ -66,54 +62,54 @@ How are different positions merged together? Subsections-
diff --git a/docs/html/slsDetectors-FAQ/node47.html b/docs/html/slsDetectors-FAQ/node47.html index 1d2d877f7..07a022766 100644 --- a/docs/html/slsDetectors-FAQ/node47.html +++ b/docs/html/slsDetectors-FAQ/node47.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- Introduction
-- Basic binning
-- Advanced binning -
- Poisson and normal statistics for diffraction -
- Average vs. weighted average
-
- Simple average -
- Zero-skipping average -
- Weighted average: definition and relationship with
-
- Straight Poisson (zero-skipping) weighted average -
- Mighell-Poisson weighted average -
- Comparison -
- Analytical comparison of averages -
- Numerical comparison of averages
-- Scaling Poisson variates -
- Bibliography
- + -
- + -
- + -
+
![]()
- Next: Next: Notation - Up: Up: How are different positions - Previous: Previous: How are different positions - Contents
@@ -63,9 +59,9 @@ Introduction Subsections diff --git a/docs/html/slsDetectors-FAQ/node48.html b/docs/html/slsDetectors-FAQ/node48.html index 8877b2ec6..87f57e0a8 100644 --- a/docs/html/slsDetectors-FAQ/node48.html +++ b/docs/html/slsDetectors-FAQ/node48.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Observables - Up: Up: Introduction - Previous: Previous: Introduction - Contents
diff --git a/docs/html/slsDetectors-FAQ/node49.html b/docs/html/slsDetectors-FAQ/node49.html index 72267c7a0..4ccc1a523 100644 --- a/docs/html/slsDetectors-FAQ/node49.html +++ b/docs/html/slsDetectors-FAQ/node49.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Basic binning - Up: Up: Introduction - Previous: Previous: Notation - Contents
@@ -145,30 +141,26 @@ counts divided by time and angular width as the real observable.
- -- + -
- + -
- + -
+
![]()
- Next: Next: Basic binning - Up: Up: Introduction - Previous: Previous: Notation - Contents diff --git a/docs/html/slsDetectors-FAQ/node5.html b/docs/html/slsDetectors-FAQ/node5.html index 0fbbe52df..32924337a 100644 --- a/docs/html/slsDetectors-FAQ/node5.html +++ b/docs/html/slsDetectors-FAQ/node5.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: How can I configure - Up: Up: How can I control - Previous: Previous: How can I control - Contents
diff --git a/docs/html/slsDetectors-FAQ/node50.html b/docs/html/slsDetectors-FAQ/node50.html index 806da474e..b593aad7a 100644 --- a/docs/html/slsDetectors-FAQ/node50.html +++ b/docs/html/slsDetectors-FAQ/node50.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Special nasty cases - Up: Up: How are different positions - Previous: Previous: Observables - Contents
@@ -589,36 +585,32 @@ $"> Subsections
- -- + -
- + -
- + -
+
![]()
- Next: Next: Special nasty cases - Up: Up: How are different positions - Previous: Previous: Observables - Contents diff --git a/docs/html/slsDetectors-FAQ/node51.html b/docs/html/slsDetectors-FAQ/node51.html index f10262488..bca8635fa 100644 --- a/docs/html/slsDetectors-FAQ/node51.html +++ b/docs/html/slsDetectors-FAQ/node51.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Advanced binning - Up: Up: Basic binning - Previous: Previous: Basic binning - Contents
diff --git a/docs/html/slsDetectors-FAQ/node52.html b/docs/html/slsDetectors-FAQ/node52.html index 99bbab52d..0ffc3bb78 100644 --- a/docs/html/slsDetectors-FAQ/node52.html +++ b/docs/html/slsDetectors-FAQ/node52.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Poisson and normal statistics - Up: Up: How are different positions - Previous: Previous: Special nasty cases - Contents
diff --git a/docs/html/slsDetectors-FAQ/node53.html b/docs/html/slsDetectors-FAQ/node53.html index 4f23db9ad..e8e8d64af 100644 --- a/docs/html/slsDetectors-FAQ/node53.html +++ b/docs/html/slsDetectors-FAQ/node53.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Average vs. weighted average - Up: Up: How are different positions - Previous: Previous: Advanced binning - Contents
@@ -284,30 +280,26 @@ to maximizing the proper Poisson-likelihood.
- -- + -
- + -
- + -
+
![]()
- Next: Next: Average vs. weighted average - Up: Up: How are different positions - Previous: Previous: Advanced binning - Contents diff --git a/docs/html/slsDetectors-FAQ/node54.html b/docs/html/slsDetectors-FAQ/node54.html index e99295e19..631f84c10 100644 --- a/docs/html/slsDetectors-FAQ/node54.html +++ b/docs/html/slsDetectors-FAQ/node54.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Simple average - Up: Up: How are different positions - Previous: Previous: Poisson and normal statistics - Contents
@@ -65,25 +61,25 @@ Average vs. weighted average Subsections-
diff --git a/docs/html/slsDetectors-FAQ/node55.html b/docs/html/slsDetectors-FAQ/node55.html index ef80615c3..e789b0377 100644 --- a/docs/html/slsDetectors-FAQ/node55.html +++ b/docs/html/slsDetectors-FAQ/node55.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- Simple average -
- Zero-skipping average -
- Weighted average: definition and relationship with
-
- Straight Poisson (zero-skipping) weighted average -
- Mighell-Poisson weighted average -
- Comparison -
- Analytical comparison of averages -
- Numerical comparison of averages
- + -
- + -
- + -
+
![]()
- Next: Next: Zero-skipping average - Up: Up: Average vs. weighted average - Previous: Previous: Average vs. weighted average - Contents
diff --git a/docs/html/slsDetectors-FAQ/node56.html b/docs/html/slsDetectors-FAQ/node56.html index 4a4c55a62..8bd9e8a31 100644 --- a/docs/html/slsDetectors-FAQ/node56.html +++ b/docs/html/slsDetectors-FAQ/node56.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Weighted average: definition and - Up: Up: Average vs. weighted average - Previous: Previous: Simple average - Contents
diff --git a/docs/html/slsDetectors-FAQ/node57.html b/docs/html/slsDetectors-FAQ/node57.html index 141e073f0..1dddc1064 100644 --- a/docs/html/slsDetectors-FAQ/node57.html +++ b/docs/html/slsDetectors-FAQ/node57.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Straight Poisson (zero-skipping) weighted - Up: Up: Average vs. weighted average - Previous: Previous: Zero-skipping average - Contents
@@ -230,30 +226,26 @@ Specializing now to the two cases above,
- -- + -
- + -
- + -
+
![]()
- Next: Next: Straight Poisson (zero-skipping) weighted - Up: Up: Average vs. weighted average - Previous: Previous: Zero-skipping average - Contents diff --git a/docs/html/slsDetectors-FAQ/node58.html b/docs/html/slsDetectors-FAQ/node58.html index a3be66395..bef72da9c 100644 --- a/docs/html/slsDetectors-FAQ/node58.html +++ b/docs/html/slsDetectors-FAQ/node58.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Mighell-Poisson weighted average - Up: Up: Average vs. weighted average - Previous: Previous: Weighted average: definition and - Contents
diff --git a/docs/html/slsDetectors-FAQ/node59.html b/docs/html/slsDetectors-FAQ/node59.html index a064330b8..cfe96a114 100644 --- a/docs/html/slsDetectors-FAQ/node59.html +++ b/docs/html/slsDetectors-FAQ/node59.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Comparison - Up: Up: Average vs. weighted average - Previous: Previous: Straight Poisson (zero-skipping) weighted - Contents
diff --git a/docs/html/slsDetectors-FAQ/node6.html b/docs/html/slsDetectors-FAQ/node6.html index 41c632847..3c75872dc 100644 --- a/docs/html/slsDetectors-FAQ/node6.html +++ b/docs/html/slsDetectors-FAQ/node6.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: What are settings and - Up: Up: SLS Detectors Software - Previous: Previous: Examples - Contents
@@ -105,30 +101,26 @@ The client will take care of communicating with the data receiver and the detect
- -- + -
- + -
- + -
+
![]()
- Next: Next: What are settings and - Up: Up: SLS Detectors Software - Previous: Previous: Examples - Contents diff --git a/docs/html/slsDetectors-FAQ/node60.html b/docs/html/slsDetectors-FAQ/node60.html index 54d4b300d..91667d502 100644 --- a/docs/html/slsDetectors-FAQ/node60.html +++ b/docs/html/slsDetectors-FAQ/node60.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Analytical comparison of averages - Up: Up: Average vs. weighted average - Previous: Previous: Mighell-Poisson weighted average - Contents
@@ -139,30 +135,26 @@ there instead we may neglect terms - -- + -
- + -
- + -
+
![]()
- Next: Next: Analytical comparison of averages - Up: Up: Average vs. weighted average - Previous: Previous: Mighell-Poisson weighted average - Contents diff --git a/docs/html/slsDetectors-FAQ/node61.html b/docs/html/slsDetectors-FAQ/node61.html index 9b01f23fd..0abd1c7e1 100644 --- a/docs/html/slsDetectors-FAQ/node61.html +++ b/docs/html/slsDetectors-FAQ/node61.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Numerical comparison of averages - Up: Up: Average vs. weighted average - Previous: Previous: Comparison - Contents
@@ -311,30 +307,26 @@ the M-P weighted average instead of the simple average is negligible.
- -- + -
- + -
- + -
+
![]()
- Next: Next: Numerical comparison of averages - Up: Up: Average vs. weighted average - Previous: Previous: Comparison - Contents diff --git a/docs/html/slsDetectors-FAQ/node62.html b/docs/html/slsDetectors-FAQ/node62.html index a6680a5e1..eadc969fa 100644 --- a/docs/html/slsDetectors-FAQ/node62.html +++ b/docs/html/slsDetectors-FAQ/node62.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Scaling Poisson variates - Up: Up: Average vs. weighted average - Previous: Previous: Analytical comparison of averages - Contents
@@ -942,30 +938,26 @@ even simple operations as scaling data lead to the necessity of abandoning Poiss
- -- + -
- + -
- + -
+
![]()
- Next: Next: Scaling Poisson variates - Up: Up: Average vs. weighted average - Previous: Previous: Analytical comparison of averages - Contents diff --git a/docs/html/slsDetectors-FAQ/node63.html b/docs/html/slsDetectors-FAQ/node63.html index 24516404b..474bac8b8 100644 --- a/docs/html/slsDetectors-FAQ/node63.html +++ b/docs/html/slsDetectors-FAQ/node63.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Bibliography - Up: Up: How are different positions - Previous: Previous: Numerical comparison of averages - Contents
@@ -431,30 +427,26 @@ are exactly the same as if both distributions were to be normal.
- -- + -
- + -
- + -
+
![]()
- Next: Next: Bibliography - Up: Up: How are different positions - Previous: Previous: Numerical comparison of averages - Contents diff --git a/docs/html/slsDetectors-FAQ/node64.html b/docs/html/slsDetectors-FAQ/node64.html index 49969cac3..334596905 100644 --- a/docs/html/slsDetectors-FAQ/node64.html +++ b/docs/html/slsDetectors-FAQ/node64.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: Why can't I properly - Up: Up: How are different positions - Previous: Previous: Scaling Poisson variates - Contents
diff --git a/docs/html/slsDetectors-FAQ/node65.html b/docs/html/slsDetectors-FAQ/node65.html index 01796a296..e0274b400 100644 --- a/docs/html/slsDetectors-FAQ/node65.html +++ b/docs/html/slsDetectors-FAQ/node65.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: About this document ... - Up: Up: Angular conversion - Previous: Previous: Bibliography - Contents
@@ -83,30 +79,26 @@ It could also be that the geometry of your housing with the flat window and shor
- -- + -
- + -
- + -
+
![]()
- Next: Next: About this document ... - Up: Up: Angular conversion - Previous: Previous: Bibliography - Contents diff --git a/docs/html/slsDetectors-FAQ/node66.html b/docs/html/slsDetectors-FAQ/node66.html index 658376351..97fc24599 100644 --- a/docs/html/slsDetectors-FAQ/node66.html +++ b/docs/html/slsDetectors-FAQ/node66.html @@ -24,26 +24,22 @@ original version by: Nikos Drakos, CBLU, University of Leeds -- + -
- + -
- + -
+
![]()
- Up: Up: SLS Detectors Frequently Asked - Previous: Previous: Why can't I properly - Contents
@@ -67,8 +63,7 @@ Copyright © 1997, 1998, 1999, Mathematics Department, Macquarie University, Sydney.The command line arguments were:
- latex2html slsDetectors-FAQ.tex + latex2html -local_icons slsDetectors-FAQ.texThe translation was initiated by Thattil Dhanya on 2019-04-08
diff --git a/docs/html/slsDetectors-FAQ/node7.html b/docs/html/slsDetectors-FAQ/node7.html index 9434fd33f..1a4eaf940 100644 --- a/docs/html/slsDetectors-FAQ/node7.html +++ b/docs/html/slsDetectors-FAQ/node7.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: MYTHEN - Up: Up: SLS Detectors Software - Previous: Previous: How can I configure - Contents
@@ -80,38 +76,34 @@ In the following, the architecture of the settingsdir and caldir i Subsections
- -- + -
- + -
- + -
+
![]()
- Next: Next: MYTHEN - Up: Up: SLS Detectors Software - Previous: Previous: How can I configure - Contents diff --git a/docs/html/slsDetectors-FAQ/node8.html b/docs/html/slsDetectors-FAQ/node8.html index 27c4e67c9..3126c28b5 100644 --- a/docs/html/slsDetectors-FAQ/node8.html +++ b/docs/html/slsDetectors-FAQ/node8.html @@ -26,30 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: GOTTHARD - Up: Up: What are settings and - Previous: Previous: What are settings and - Contents
@@ -74,30 +70,26 @@ The default calibration files for each file will be stored in the directory acco
- -- + -
- + -
- + -
+
![]()
- Next: Next: GOTTHARD - Up: Up: What are settings and - Previous: Previous: What are settings and - Contents diff --git a/docs/html/slsDetectors-FAQ/node9.html b/docs/html/slsDetectors-FAQ/node9.html index 54b087efa..c2c4907bc 100644 --- a/docs/html/slsDetectors-FAQ/node9.html +++ b/docs/html/slsDetectors-FAQ/node9.html @@ -25,30 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - -- + -
- + -
- + -
+
![]()
- Next: Next: How should a configuration - Up: Up: What are settings and - Previous: Previous: MYTHEN - Contents
diff --git a/docs/html/slsDetectors-FAQ/prev.png b/docs/html/slsDetectors-FAQ/prev.png new file mode 100644 index 000000000..e60b8b407 Binary files /dev/null and b/docs/html/slsDetectors-FAQ/prev.png differ diff --git a/docs/html/slsDetectors-FAQ/prev_g.png b/docs/html/slsDetectors-FAQ/prev_g.png new file mode 100644 index 000000000..476d9568c Binary files /dev/null and b/docs/html/slsDetectors-FAQ/prev_g.png differ diff --git a/docs/html/slsDetectors-FAQ/slsDetectors-FAQ.html b/docs/html/slsDetectors-FAQ/slsDetectors-FAQ.html index e782a3a4c..53610a211 100644 --- a/docs/html/slsDetectors-FAQ/slsDetectors-FAQ.html +++ b/docs/html/slsDetectors-FAQ/slsDetectors-FAQ.html @@ -25,22 +25,18 @@ Frequently Asked Questions"> - --
-
- +
+
+ -
+
![]()
- Next: Next: Contents - Contents
@@ -62,182 +58,182 @@ Frequently Asked Questions-
diff --git a/docs/html/slsDetectors-FAQ/up.png b/docs/html/slsDetectors-FAQ/up.png new file mode 100644 index 000000000..3937e168f Binary files /dev/null and b/docs/html/slsDetectors-FAQ/up.png differ diff --git a/docs/html/slsDetectors-FAQ/up_g.png b/docs/html/slsDetectors-FAQ/up_g.png new file mode 100644 index 000000000..54ceb6830 Binary files /dev/null and b/docs/html/slsDetectors-FAQ/up_g.png differ diff --git a/docs/pdf/angularCalibrationHowTo.pdf b/docs/pdf/angularCalibrationHowTo.pdf index ea4c1c034..eb23bd90f 100644 Binary files a/docs/pdf/angularCalibrationHowTo.pdf and b/docs/pdf/angularCalibrationHowTo.pdf differ diff --git a/docs/pdf/energyCalibrationHowTo.pdf b/docs/pdf/energyCalibrationHowTo.pdf index e1cdf00e6..528ebee7a 100644 Binary files a/docs/pdf/energyCalibrationHowTo.pdf and b/docs/pdf/energyCalibrationHowTo.pdf differ diff --git a/docs/pdf/slsDetectorClientDocs.pdf b/docs/pdf/slsDetectorClientDocs.pdf index 8d14a6482..36e57d287 100644 Binary files a/docs/pdf/slsDetectorClientDocs.pdf and b/docs/pdf/slsDetectorClientDocs.pdf differ diff --git a/docs/pdf/slsDetectorClientHowTo.pdf b/docs/pdf/slsDetectorClientHowTo.pdf index 225ae9501..f1b27c108 100644 Binary files a/docs/pdf/slsDetectorClientHowTo.pdf and b/docs/pdf/slsDetectorClientHowTo.pdf differ diff --git a/docs/pdf/slsDetectorGuiHowTo.pdf b/docs/pdf/slsDetectorGuiHowTo.pdf index 64379feea..9230a6b5d 100644 Binary files a/docs/pdf/slsDetectorGuiHowTo.pdf and b/docs/pdf/slsDetectorGuiHowTo.pdf differ diff --git a/docs/pdf/slsDetectorInstall.pdf b/docs/pdf/slsDetectorInstall.pdf index 0eb1cd7a3..69bba08e1 100644 Binary files a/docs/pdf/slsDetectorInstall.pdf and b/docs/pdf/slsDetectorInstall.pdf differ diff --git a/docs/pdf/slsDetectorUsersDocs.pdf b/docs/pdf/slsDetectorUsersDocs.pdf index fb5cca45b..e8dc56a05 100644 Binary files a/docs/pdf/slsDetectorUsersDocs.pdf and b/docs/pdf/slsDetectorUsersDocs.pdf differ diff --git a/docs/pdf/slsDetectors-FAQ.pdf b/docs/pdf/slsDetectors-FAQ.pdf index c3de57f37..fb67bfb1e 100644 Binary files a/docs/pdf/slsDetectors-FAQ.pdf and b/docs/pdf/slsDetectors-FAQ.pdf differ diff --git a/slsDetectorInstall/About_this_document.html b/slsDetectorInstall/About_this_document.html index 1dc303159..a7389a95d 100644 --- a/slsDetectorInstall/About_this_document.html +++ b/slsDetectorInstall/About_this_document.html @@ -24,20 +24,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -- Contents -
- SLS Detectors Software
-
- Which programs can I use to control my detector? -
- How can I control many detectors in parallel or independently? -
- How can I configure the data receiver? -
- What are settings and calibration files for? -
- How should a configuration file look like? -
- What is the meaning of the file name? -
- Which is the sequence of the acquisition flow? -
- How can I synchronize my detector with the experiment? -
- How can several controllers be synchronized? -
- How can the detector movement and position and I0 readout be customized for my beamline? -
- In which data format are written the data?
-- General questions about detectors
-- Single photon counting detectors
-
- Which detector settings should I choose? -
- How do I chose the comparator threshold? -
- How does the flat field correction work? -
- What happens when I trim the detector? -
- In what consists the energy calibration of the detector? -
- Why should I change the dynamic range of the counters? -
- When should I enable rate correction
-- Charge Integrating detectors
-- Angular conversion
-
- How is the channel number coverted into angle? -
- How are different positions merged together? -
- Why can't I properly merge different positions?
-- About this document ...
+
-
+
-
+
-
+
![]()
Up: SLS Detectors software installation @@ -65,7 +61,7 @@ Copyright © 1997, 1998, 1999, Mathematics Department, Macquarie University, Sydney.The command line arguments were:
- latex2html -split 16 -long_titles 5 slsDetectorInstall.tex + latex2html -local_icons -split 16 -long_titles 5 slsDetectorInstall.texThe translation was initiated by Thattil Dhanya on 2019-04-08
diff --git a/slsDetectorInstall/Binaries.html b/slsDetectorInstall/Binaries.html index 67af79332..0d2141539 100644 --- a/slsDetectorInstall/Binaries.html +++ b/slsDetectorInstall/Binaries.html @@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Install Binaries via Conda @@ -122,20 +118,16 @@ However, only control commands work, not the data acquisition itself. -+
-
+
-
+
-
+
![]()
Next: Install Binaries via Conda diff --git a/slsDetectorInstall/Clean_Shared_Memory.html b/slsDetectorInstall/Clean_Shared_Memory.html index 570013ca3..6789e33b6 100644 --- a/slsDetectorInstall/Clean_Shared_Memory.html +++ b/slsDetectorInstall/Clean_Shared_Memory.html @@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Software Upgrade diff --git a/slsDetectorInstall/Compilation.html b/slsDetectorInstall/Compilation.html index ff1dcbaf9..436f00dd9 100644 --- a/slsDetectorInstall/Compilation.html +++ b/slsDetectorInstall/Compilation.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Using script cmk.sh diff --git a/slsDetectorInstall/Contents.html b/slsDetectorInstall/Contents.html index 9b9ce5d6a..5cb8cda97 100644 --- a/slsDetectorInstall/Contents.html +++ b/slsDetectorInstall/Contents.html @@ -28,16 +28,13 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
![]()
Next: The Software Package diff --git a/slsDetectorInstall/Directly_using_cmake.html b/slsDetectorInstall/Directly_using_cmake.html index bf8511119..ecfef0721 100644 --- a/slsDetectorInstall/Directly_using_cmake.html +++ b/slsDetectorInstall/Directly_using_cmake.html @@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Setting environment variables diff --git a/slsDetectorInstall/Download_Source_Code.html b/slsDetectorInstall/Download_Source_Code.html index 13f6836c6..58f2f621d 100644 --- a/slsDetectorInstall/Download_Source_Code.html +++ b/slsDetectorInstall/Download_Source_Code.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Requirements diff --git a/slsDetectorInstall/EIGER.html b/slsDetectorInstall/EIGER.html index 38bee98bc..2f1fe099f 100644 --- a/slsDetectorInstall/EIGER.html +++ b/slsDetectorInstall/EIGER.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: EIGER Firmware diff --git a/slsDetectorInstall/EIGER_Firmware.html b/slsDetectorInstall/EIGER_Firmware.html index 838e9e165..c7f61a6e9 100644 --- a/slsDetectorInstall/EIGER_Firmware.html +++ b/slsDetectorInstall/EIGER_Firmware.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: EIGER On-board Software diff --git a/slsDetectorInstall/EIGER_On_board_Software.html b/slsDetectorInstall/EIGER_On_board_Software.html index ab075caa9..96acc7a2b 100644 --- a/slsDetectorInstall/EIGER_On_board_Software.html +++ b/slsDetectorInstall/EIGER_On_board_Software.html @@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: JUNGFRAU diff --git a/slsDetectorInstall/GOTTHARD.html b/slsDetectorInstall/GOTTHARD.html index 285278796..caeaff559 100644 --- a/slsDetectorInstall/GOTTHARD.html +++ b/slsDetectorInstall/GOTTHARD.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: GOTTHARD Firmware diff --git a/slsDetectorInstall/GOTTHARD_Firmware.html b/slsDetectorInstall/GOTTHARD_Firmware.html index 48a9a6e1c..92288e133 100644 --- a/slsDetectorInstall/GOTTHARD_Firmware.html +++ b/slsDetectorInstall/GOTTHARD_Firmware.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: GOTTHARD On-board Software @@ -124,20 +120,16 @@ connector. -+
-
+
-
+
-
+
![]()
Next: GOTTHARD On-board Software diff --git a/slsDetectorInstall/GOTTHARD_On_board_Software.html b/slsDetectorInstall/GOTTHARD_On_board_Software.html index eb359722a..6f5ed1ccc 100644 --- a/slsDetectorInstall/GOTTHARD_On_board_Software.html +++ b/slsDetectorInstall/GOTTHARD_On_board_Software.html @@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: EIGER diff --git a/slsDetectorInstall/Install_Binaries_via_Conda.html b/slsDetectorInstall/Install_Binaries_via_Conda.html index 7b2f9e4ec..866995275 100644 --- a/slsDetectorInstall/Install_Binaries_via_Conda.html +++ b/slsDetectorInstall/Install_Binaries_via_Conda.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Install via Source Code diff --git a/slsDetectorInstall/Install_via_Source_Code.html b/slsDetectorInstall/Install_via_Source_Code.html index 8bd27f933..a075195c7 100644 --- a/slsDetectorInstall/Install_via_Source_Code.html +++ b/slsDetectorInstall/Install_via_Source_Code.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Download Source Code diff --git a/slsDetectorInstall/JUNGFRAU.html b/slsDetectorInstall/JUNGFRAU.html index f7e4562e8..13d4d587a 100644 --- a/slsDetectorInstall/JUNGFRAU.html +++ b/slsDetectorInstall/JUNGFRAU.html @@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: JUNGFRAU Firmware diff --git a/slsDetectorInstall/JUNGFRAU_Firmware.html b/slsDetectorInstall/JUNGFRAU_Firmware.html index dd19b22f7..26dd544af 100644 --- a/slsDetectorInstall/JUNGFRAU_Firmware.html +++ b/slsDetectorInstall/JUNGFRAU_Firmware.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: JUNGFRAU On-board Software @@ -166,20 +162,16 @@ running. -+
-
+
-
+
-
+
![]()
Next: JUNGFRAU On-board Software diff --git a/slsDetectorInstall/JUNGFRAU_On_board_Software.html b/slsDetectorInstall/JUNGFRAU_On_board_Software.html index 70cb9b0e3..bddcfe9aa 100644 --- a/slsDetectorInstall/JUNGFRAU_On_board_Software.html +++ b/slsDetectorInstall/JUNGFRAU_On_board_Software.html @@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: About this document ... diff --git a/slsDetectorInstall/MYTHEN.html b/slsDetectorInstall/MYTHEN.html index 35c61c832..ae6ff73dd 100644 --- a/slsDetectorInstall/MYTHEN.html +++ b/slsDetectorInstall/MYTHEN.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: MYTHEN Firmware diff --git a/slsDetectorInstall/MYTHEN_Firmware.html b/slsDetectorInstall/MYTHEN_Firmware.html index eb9742aad..6816bf517 100644 --- a/slsDetectorInstall/MYTHEN_Firmware.html +++ b/slsDetectorInstall/MYTHEN_Firmware.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: MYTHEN On-board Software @@ -110,20 +106,16 @@ connector. -+
-
+
-
+
-
+
![]()
Next: MYTHEN On-board Software diff --git a/slsDetectorInstall/MYTHEN_On_board_Software.html b/slsDetectorInstall/MYTHEN_On_board_Software.html index 018c3c7f1..e94a07543 100644 --- a/slsDetectorInstall/MYTHEN_On_board_Software.html +++ b/slsDetectorInstall/MYTHEN_On_board_Software.html @@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: GOTTHARD diff --git a/slsDetectorInstall/Qt4_Installation_GUI.html b/slsDetectorInstall/Qt4_Installation_GUI.html index 0945ae6dd..772b196d2 100644 --- a/slsDetectorInstall/Qt4_Installation_GUI.html +++ b/slsDetectorInstall/Qt4_Installation_GUI.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Qwt Installation for GUI diff --git a/slsDetectorInstall/Qwt_Installation_GUI.html b/slsDetectorInstall/Qwt_Installation_GUI.html index 1029eedcc..b12bf4d84 100644 --- a/slsDetectorInstall/Qwt_Installation_GUI.html +++ b/slsDetectorInstall/Qwt_Installation_GUI.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Root Installation for Calibration diff --git a/slsDetectorInstall/Requirements.html b/slsDetectorInstall/Requirements.html index cce5cb4eb..9ec4f93b4 100644 --- a/slsDetectorInstall/Requirements.html +++ b/slsDetectorInstall/Requirements.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Qt4 Installation for GUI @@ -126,20 +122,16 @@ discussed in the next sections. -+
-
+
-
+
-
+
![]()
Next: Qt4 Installation for GUI diff --git a/slsDetectorInstall/Root_Installation_Calibrati.html b/slsDetectorInstall/Root_Installation_Calibrati.html index 3cd53ad8e..a2ee349f5 100644 --- a/slsDetectorInstall/Root_Installation_Calibrati.html +++ b/slsDetectorInstall/Root_Installation_Calibrati.html @@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Compilation diff --git a/slsDetectorInstall/Setting_environment_variabl.html b/slsDetectorInstall/Setting_environment_variabl.html index 1609b993f..6292d3e7f 100644 --- a/slsDetectorInstall/Setting_environment_variabl.html +++ b/slsDetectorInstall/Setting_environment_variabl.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Using .bashrc file diff --git a/slsDetectorInstall/Software_Package.html b/slsDetectorInstall/Software_Package.html index 9b0399e69..1829b38a6 100644 --- a/slsDetectorInstall/Software_Package.html +++ b/slsDetectorInstall/Software_Package.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Binaries diff --git a/slsDetectorInstall/Software_Upgrade.html b/slsDetectorInstall/Software_Upgrade.html index 8f3ccb09a..099cae61d 100644 --- a/slsDetectorInstall/Software_Upgrade.html +++ b/slsDetectorInstall/Software_Upgrade.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: MYTHEN diff --git a/slsDetectorInstall/Using_bashrc_file.html b/slsDetectorInstall/Using_bashrc_file.html index 125dcb027..76e373418 100644 --- a/slsDetectorInstall/Using_bashrc_file.html +++ b/slsDetectorInstall/Using_bashrc_file.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Without .bashrc file diff --git a/slsDetectorInstall/Using_script_cmk_sh.html b/slsDetectorInstall/Using_script_cmk_sh.html index 6276fd5be..ab8a89c0f 100644 --- a/slsDetectorInstall/Using_script_cmk_sh.html +++ b/slsDetectorInstall/Using_script_cmk_sh.html @@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Directly using cmake diff --git a/slsDetectorInstall/Without_bashrc_file.html b/slsDetectorInstall/Without_bashrc_file.html index fadd5922d..bc57eb718 100644 --- a/slsDetectorInstall/Without_bashrc_file.html +++ b/slsDetectorInstall/Without_bashrc_file.html @@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds -+
-
+
-
+
-
+
![]()
Next: Clean Shared Memory diff --git a/slsDetectorInstall/contents.png b/slsDetectorInstall/contents.png new file mode 100644 index 000000000..0c752c66c Binary files /dev/null and b/slsDetectorInstall/contents.png differ diff --git a/slsDetectorInstall/index.html b/slsDetectorInstall/index.html index e760d615f..5da964aaa 100644 --- a/slsDetectorInstall/index.html +++ b/slsDetectorInstall/index.html @@ -25,16 +25,12 @@ original version by: Nikos Drakos, CBLU, University of Leeds --
-
+
+
+
-
+
![]()
Next: Contents diff --git a/slsDetectorInstall/next.png b/slsDetectorInstall/next.png new file mode 100644 index 000000000..1628652aa Binary files /dev/null and b/slsDetectorInstall/next.png differ diff --git a/slsDetectorInstall/next_g.png b/slsDetectorInstall/next_g.png new file mode 100644 index 000000000..9d3f59121 Binary files /dev/null and b/slsDetectorInstall/next_g.png differ diff --git a/slsDetectorInstall/prev.png b/slsDetectorInstall/prev.png new file mode 100644 index 000000000..e60b8b407 Binary files /dev/null and b/slsDetectorInstall/prev.png differ diff --git a/slsDetectorInstall/prev_g.png b/slsDetectorInstall/prev_g.png new file mode 100644 index 000000000..476d9568c Binary files /dev/null and b/slsDetectorInstall/prev_g.png differ diff --git a/slsDetectorInstall/slsDetectorInstall.html b/slsDetectorInstall/slsDetectorInstall.html index e760d615f..5da964aaa 100644 --- a/slsDetectorInstall/slsDetectorInstall.html +++ b/slsDetectorInstall/slsDetectorInstall.html @@ -25,16 +25,12 @@ original version by: Nikos Drakos, CBLU, University of Leeds --
-
+
+
+
-
+
![]()
Next: Contents diff --git a/slsDetectorInstall/up.png b/slsDetectorInstall/up.png new file mode 100644 index 000000000..3937e168f Binary files /dev/null and b/slsDetectorInstall/up.png differ diff --git a/slsDetectorInstall/up_g.png b/slsDetectorInstall/up_g.png new file mode 100644 index 000000000..54ceb6830 Binary files /dev/null and b/slsDetectorInstall/up_g.png differ