diff --git a/README.md b/README.md index 410af1eba..51b764d82 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Detailed documentation can be found on the [official site.](https://www.psi.ch/detectors/users-support) ### Binaries -Documentation to obtain the binaries via the conda package is available [here.](https://github.com/slsdetectorgroup/sls_detector_software) +Documentation to obtain the binaries via the conda package is available for [lib](https://github.com/slsdetectorgroup/sls_detector_lib) and [gui](https://github.com/slsdetectorgroup/sls_detector_gui) ### Source code One can also obtain the source code from this repository and compile while realizing the setup dependencies as required. @@ -19,7 +19,7 @@ Requirements: Qt 4.8 and Qwt 6.0 ``` If either of them does not exist, the GUI client will not be built. -* Calibration wizards
+* Advanced user Calibration wizards
Requirements: ROOT ``` export ROOTSYS=/usr/local/root-5.34 @@ -43,6 +43,7 @@ Usage: [-c] [-b] [-h] [-d HDF5 directory] [-j]
* -r: Build/Rebuilds only receiver
* -g: Build/Rebuilds only gui
* -j: Number of threads to compile through
+ * -e: Debug mode Basic Option: ./cmk.sh -b @@ -86,5 +87,5 @@ 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 + sls_detector_acquire sls_detector_get slsDetectorGui sls_detector_help sls_detector_put slsReceiver slsMultiReceiver ``` diff --git a/manual/docs/pdf/Eiger_short.pdf b/manual/docs/pdf/Eiger_short.pdf new file mode 100644 index 000000000..9422810c3 Binary files /dev/null and b/manual/docs/pdf/Eiger_short.pdf differ diff --git a/manual/manual-client/Eiger_short.pdf b/manual/manual-client/Eiger_short.pdf index 5bfa9ada2..9422810c3 100644 Binary files a/manual/manual-client/Eiger_short.pdf and b/manual/manual-client/Eiger_short.pdf differ