mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-14 11:51:48 +02:00
updated release.txt
This commit is contained in:
27
RELEASE.txt
27
RELEASE.txt
@ -22,6 +22,8 @@ Resolved Issues
|
|||||||
------
|
------
|
||||||
1. Users class setSettings(-1) gave undefined settings. Has been fixed.
|
1. Users class setSettings(-1) gave undefined settings. Has been fixed.
|
||||||
|
|
||||||
|
2. Users class timers give more precise values now.
|
||||||
|
|
||||||
|
|
||||||
Detector Server
|
Detector Server
|
||||||
---------------
|
---------------
|
||||||
@ -29,11 +31,28 @@ Resolved Issues
|
|||||||
is made more precise now. Clock value changed from 32.1E+6 to 32.007729E+6.
|
is made more precise now. Clock value changed from 32.1E+6 to 32.007729E+6.
|
||||||
|
|
||||||
|
|
||||||
|
Receiver
|
||||||
|
--------
|
||||||
|
1. Jungfrau Single Module Master files did not link to the HDF5 data file properly.
|
||||||
|
This is fixed now.
|
||||||
|
|
||||||
|
2. Relative linking is used in the HDF5, instead of absolute now.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
New Features
|
||||||
|
============
|
||||||
|
|
||||||
|
Client
|
||||||
|
------
|
||||||
|
1. Timers can be set/retrieved individually. It has been introduced because
|
||||||
|
Gotthard 25um can have different delays for master and slave modules.
|
||||||
|
|
||||||
Receiver
|
Receiver
|
||||||
--------
|
--------
|
||||||
1. HDF5 x dimension (#images). Max made unlimited. Chunked Dataset by default.
|
1. HDF5 x dimension (#images). Max made unlimited. Chunked Dataset by default.
|
||||||
|
|
||||||
2. When receiver gets an image more than #frames, the HDF5 dataset will
|
When receiver gets an image more than #frames, the HDF5 dataset will
|
||||||
extend itself in the x dimension by another #frames. So, one can do
|
extend itself in the x dimension by another #frames. So, one can do
|
||||||
(in Jungfrau, Gotthard, NOT Eiger)
|
(in Jungfrau, Gotthard, NOT Eiger)
|
||||||
sls_detector_put resetframescaught 0
|
sls_detector_put resetframescaught 0
|
||||||
@ -43,11 +62,5 @@ Resolved Issues
|
|||||||
...
|
...
|
||||||
sls_detector_put receiver stop
|
sls_detector_put receiver stop
|
||||||
|
|
||||||
3. Jungfrau Single Module Master files did not link to the HDF5 data file properly.
|
|
||||||
This is fixed now.
|
|
||||||
|
|
||||||
4. Relative linking is used in the HDF5, instead of absolute now.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user