mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 10:00:40 +02:00
release notes
This commit is contained in:
parent
5ab64efe3e
commit
4b414bfddb
23
RELEASE.txt
23
RELEASE.txt
@ -1,4 +1,4 @@
|
|||||||
SLS Detector Package Major Release 7.0.3 released on 10.11.2023
|
SLS Detector Package Major Release 7.0.3 released on 13.11.2023
|
||||||
===============================================================
|
===============================================================
|
||||||
|
|
||||||
This document describes the differences between v7.0.3 and v7.0.2
|
This document describes the differences between v7.0.3 and v7.0.2
|
||||||
@ -22,25 +22,28 @@ This document describes the differences between v7.0.3 and v7.0.2
|
|||||||
Firmware
|
Firmware
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
||||||
* [Eiger] Blocking trigger on quad
|
* [Eiger] Blocking trigger on quad
|
||||||
Previously, blocking software trigger on a quad was not blocking. Fixed
|
Previously, blocking software trigger on a quad was not blocking. Fixed
|
||||||
with firmware v32.
|
with firmware v32.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Client
|
Client
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
||||||
* Limit port number max to 65535
|
* Limit port number max to 65535
|
||||||
Previously, one could set the port numbers (TCP, UDP, ZMQ) to values
|
Previously, one could set the port numbers (TCP, UDP, ZMQ) to values
|
||||||
higher than 65535 and also to 0. However, it was truncated to 16 bit
|
higher than 65535 and also to 0. However, it was truncated to 16 bit
|
||||||
in the background, but not relayed to the user.
|
in the background, but not relayed to the user.
|
||||||
Now, it will throw if it is 0 or greater than 65535 (16 bit).
|
Now, it will throw if it is 0 or greater than 65535 (16 bit).
|
||||||
|
|
||||||
|
|
||||||
* Stopping acqusition for a single or subset of modules
|
* Stopping acqusition for a single or subset of modules
|
||||||
The Detector API previously stopped all modules.
|
The Detector API previously stopped all modules.
|
||||||
Now, it takes into account which modules the user wanted to stop.
|
Now, it takes into account which modules the user wanted to stop.
|
||||||
|
|
||||||
|
|
||||||
* [Jungfrau] Stop in sync mode
|
* [Jungfrau] Stop in sync mode
|
||||||
When stopping acquisition in sync mode, only the master module sometimes
|
When stopping acquisition in sync mode, only the master module sometimes
|
||||||
returns 'Idle' state instead of 'Stopped'. The software threw an
|
returns 'Idle' state instead of 'Stopped'. The software threw an
|
||||||
@ -48,6 +51,7 @@ This document describes the differences between v7.0.3 and v7.0.2
|
|||||||
Now, it does not throw and a fix will be added to the next firmware
|
Now, it does not throw and a fix will be added to the next firmware
|
||||||
release for the different states (with SW release: v8.0.0).
|
release for the different states (with SW release: v8.0.0).
|
||||||
|
|
||||||
|
|
||||||
* [Eiger] Incorrect error message in Stop
|
* [Eiger] Incorrect error message in Stop
|
||||||
When stopping acquisition, if a half module were to give an error in a
|
When stopping acquisition, if a half module were to give an error in a
|
||||||
rare case while the others succeeded, this would result in an re-attempt
|
rare case while the others succeeded, this would result in an re-attempt
|
||||||
@ -57,21 +61,22 @@ This document describes the differences between v7.0.3 and v7.0.2
|
|||||||
immediately.
|
immediately.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Receiver
|
Receiver
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
||||||
* Limit TCP port number (command line) to max of 65535
|
* Limit TCP port number (command line) to max of 65535
|
||||||
Refer issue under 'Client'.
|
Refer issue under 'Client'.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Detector Simulator
|
Detector Simulator
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
||||||
* Limit TCP port number (command line) to max of 65535
|
* Limit TCP port number (command line) to max of 65535
|
||||||
Refer issue under 'Client'.
|
Refer issue under 'Client'.
|
||||||
|
|
||||||
|
|
||||||
* Some commands such as 'readnrows' would complain that it cannot be set
|
* Some commands such as 'readnrows' would complain that it cannot be set
|
||||||
because the detector is not idle, but was setting it anyway. Fixed.
|
because the detector is not idle, but was setting it anyway. Fixed.
|
||||||
|
|
||||||
@ -79,16 +84,19 @@ This document describes the differences between v7.0.3 and v7.0.2
|
|||||||
Gui/ Client Callback
|
Gui/ Client Callback
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
||||||
* [Jungfrau] Gui: corrected color map of gain plot
|
* [Jungfrau] Gui: corrected color map of gain plot
|
||||||
Previously, color on the gain plot did not update after the first image,
|
Previously, color on the gain plot did not update after the first image,
|
||||||
unless there were x/y min/max changes or window resizing. Fixed.
|
unless there were x/y min/max changes or window resizing. Fixed.
|
||||||
|
|
||||||
|
|
||||||
* [Jungfrau] Acquisition finished callback error status in sync mode
|
* [Jungfrau] Acquisition finished callback error status in sync mode
|
||||||
When stopping acquisition in multi module Jungfrau sync mode,
|
When stopping acquisition in multi module Jungfrau sync mode,
|
||||||
different status (master 'idle' and slaves 'stopped' in
|
different status (master 'idle' and slaves 'stopped' in
|
||||||
firmware 2.4.1 or 1.4.1) show as 'error' in acquisition finished call
|
firmware 2.4.1 or 1.4.1) show as 'error' in acquisition finished call
|
||||||
back (mainly used for gui). This is fixed.
|
back (mainly used for gui). This is fixed.
|
||||||
|
|
||||||
|
|
||||||
* [Jungfrau] Gui: Next frame number shown as 0 for inconsistency
|
* [Jungfrau] Gui: Next frame number shown as 0 for inconsistency
|
||||||
When stopping an acquisition in a multi module Jungfrau, the next
|
When stopping an acquisition in a multi module Jungfrau, the next
|
||||||
frame numbers might be different, for which the Gui shows an error message
|
frame numbers might be different, for which the Gui shows an error message
|
||||||
@ -97,13 +105,14 @@ This document describes the differences between v7.0.3 and v7.0.2
|
|||||||
that 0 is an invalid input.
|
that 0 is an invalid input.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Data Processing
|
Data Processing
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
||||||
* [Moench] Segmentation fault with moench03RawDataPrcess
|
* [Moench] Segmentation fault with moench03RawDataPrcess
|
||||||
Previously, it crashed when nframes > 0. Fixed.
|
Previously, it crashed when nframes > 0. Fixed.
|
||||||
|
|
||||||
|
|
||||||
* [Moench] Moench interpolation issues fixed.
|
* [Moench] Moench interpolation issues fixed.
|
||||||
|
|
||||||
|
|
||||||
@ -142,8 +151,8 @@ This document describes the differences between v7.0.3 and v7.0.2
|
|||||||
|
|
||||||
Eiger 02.10.2023 (v32) (updated in 7.0.3)
|
Eiger 02.10.2023 (v32) (updated in 7.0.3)
|
||||||
|
|
||||||
Jungfrau 16.05.2023 (v1.4.1, HW v1.0) (updated in 7.0.3)
|
Jungfrau 16.05.2023 (v1.4.1, HW v1.0) (updated in 7.0.2)
|
||||||
15.05.2023 (v2.4.1, HW v2.0) (updated in 7.0.3)
|
15.05.2023 (v2.4.1, HW v2.0) (updated in 7.0.2)
|
||||||
|
|
||||||
Mythen3 24.01.2023 (v1.4) (updated in 7.0.0)
|
Mythen3 24.01.2023 (v1.4) (updated in 7.0.0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user