mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-29 17:40:01 +02:00
updating release.txt, version API
This commit is contained in:
parent
0781344117
commit
cea6c30ded
56
RELEASE.txt
56
RELEASE.txt
@ -1,52 +1,59 @@
|
|||||||
SLS Detector Package 4.0.0 released on 2018-08-22
|
SLS Detector Package 4.0.0 released on 2018-08-23
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
INTRODUCTION
|
INTRODUCTION
|
||||||
|
|
||||||
This document describes the differences between 4.0.0 and 3.2.0 releases.
|
This document describes the differences between 4.0.0 and 3.1.4 releases.
|
||||||
|
|
||||||
The conda package of the binaries can be downloaded from
|
Download
|
||||||
|
--------
|
||||||
|
|
||||||
https://github.com/slsdetectorgroup/sls_detector_software.git
|
The Source Code (Default C++ API):
|
||||||
|
https://github.com/slsdetectorgroup/slsDetectorPackage
|
||||||
|
|
||||||
The Python interface to the software package (including the package) is at
|
The Conda Package:
|
||||||
|
https://github.com/slsdetectorgroup/sls_detector_software
|
||||||
|
|
||||||
https://github.com/slsdetectorgroup/sls_detector.git
|
The Python Interface (including the package):
|
||||||
|
https://github.com/slsdetectorgroup/sls_detector
|
||||||
|
|
||||||
Manual (both HTML and pdf versions) are provided in
|
|
||||||
|
|
||||||
manual/docs/
|
Documentation
|
||||||
|
-------------
|
||||||
|
|
||||||
Documentation from Source Code can be found for the Command Line and C++ API in
|
Manual (HTML & PDF):
|
||||||
|
https://www.psi.ch/detectors/documentation
|
||||||
|
slsDetectorPackage/manual/docs/
|
||||||
|
|
||||||
html:
|
Command Line Documentation:
|
||||||
manual/docs/html/slsDetectorClientDocs/index.html
|
manual/docs/html/slsDetectorClientDocs/index.html
|
||||||
manual/docs/html/slsDetectorUsersDocs/index.html
|
|
||||||
pdf:
|
|
||||||
manual/docs/pdf/slsDetectorClientDocs.pdf
|
manual/docs/pdf/slsDetectorClientDocs.pdf
|
||||||
|
|
||||||
|
C++ API Documentation:
|
||||||
|
manual/docs/html/slsDetectorUsersDocs/index.html
|
||||||
manual/docs/pdf/slsDetectorUsersDocs.pdf
|
manual/docs/pdf/slsDetectorUsersDocs.pdf
|
||||||
|
|
||||||
Documentation to the python API is available at
|
C++ API Example:
|
||||||
|
manual/manual-api/mainClient.cpp
|
||||||
|
manual/manual-api/mainReceiver.cpp
|
||||||
|
|
||||||
|
Python API Documentation:
|
||||||
https://slsdetectorgroup.github.io/sls_detector/
|
https://slsdetectorgroup.github.io/sls_detector/
|
||||||
|
|
||||||
Example for detector and receiver API can be found in
|
Further Documentation:
|
||||||
|
|
||||||
manual/manual-api
|
|
||||||
|
|
||||||
User documentation can also be accessed directly at this location:
|
|
||||||
|
|
||||||
https://www.psi.ch/detectors/users-support
|
https://www.psi.ch/detectors/users-support
|
||||||
|
|
||||||
Please send any software related questions or comments to:
|
|
||||||
|
|
||||||
|
Support
|
||||||
|
-------
|
||||||
|
|
||||||
|
General Software related:
|
||||||
dhanya.thattil@psi.ch
|
dhanya.thattil@psi.ch
|
||||||
anna.bergamaschi@psi.ch
|
anna.bergamaschi@psi.ch
|
||||||
|
|
||||||
Please send any python related questions or comments to:
|
Python related:
|
||||||
|
|
||||||
erik.frojdh@psi.ch
|
erik.frojdh@psi.ch
|
||||||
|
|
||||||
|
|
||||||
@ -63,7 +70,6 @@ CONTENTS
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Firmware Requirements
|
Firmware Requirements
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
@ -79,8 +85,8 @@ Firmware Requirements
|
|||||||
|
|
||||||
Jungfrau
|
Jungfrau
|
||||||
========
|
========
|
||||||
Minimum compatible version : 26.02.2018
|
Minimum compatible version : 15.06.2018
|
||||||
Latest version : 26.02.2018
|
Latest version : 15.06.2018
|
||||||
|
|
||||||
|
|
||||||
Detector Upgrade
|
Detector Upgrade
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/** API versions */
|
/** API versions */
|
||||||
#define APIRECEIVER 0x180517
|
#define APIRECEIVER 0x180718
|
||||||
#define APIEIGER 0x180820
|
#define APIEIGER 0x180820
|
||||||
#define APIJUNGFRAU 0x180820
|
#define APIJUNGFRAU 0x180820
|
||||||
#define APIGOTTHARD 0x180820
|
#define APIGOTTHARD 0x180820
|
||||||
|
Loading…
x
Reference in New Issue
Block a user