From 948eb455e2a277c2e761391b873f7f9702a7bc0a Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Tue, 10 Oct 2017 12:15:04 +0200 Subject: [PATCH 1/2] editing release text, in between, need to still fix eiger server with new eror status functionality --- RELEASE.txt | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index 584488c54..ca6fd8e35 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -55,7 +55,7 @@ Changes in User Interface User ---- - 1. Added a few advanced user functions in slsDetectorUser class. + 3. Added a few advanced user functions in slsDetectorUser class. @@ -68,15 +68,15 @@ New Features Client ------ - 1. Parallelized more commands to detector. Beneficial for large multi detector systems. + 2. Parallelized more commands to detector. Beneficial for large multi detector systems. - 2. One can set "threaded" to 0 in the config file and acquire from command line. It will + 3. One can set "threaded" to 0 in the config file and acquire from command line. It will not give you progress, but might be faster for large multi detector systems. Receiver -------- - 1. Added silent mode to receiver using command r_silent [i] from client. + 4. Added silent mode to receiver using command r_silent [i] from client. It might be beneficial for max frame rate applications. @@ -86,6 +86,15 @@ Resolved Issues --- 1. (Eiger) in advanced mode: Loading trimbits and gui complains of different trimbits and sets all trimbits to 0. This has been resolved now. + Client + ------ + 2. Made it easier to disable the standard receiver and fixing bugs related to the use of a + custom one. + + Detector Server + --------------- + 3. (Eiger): Status will return error if there was the unlikely trouble reading status + register in the front end board. Earlier, it would only return idle. Known Issues @@ -97,8 +106,8 @@ Known Issues detector level. - Server - ------ + Detector Server + --------------- 1. (Eiger) The hardware mac of the detector is used (not relayed back to the client). For 1 GbE, the hardware IP of the detector is used (also not relayed back to the client). From c755a5b602ed3970103b4773f0cdd1cd4e7bf5da Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Thu, 19 Oct 2017 14:41:46 +0200 Subject: [PATCH 2/2] bug fix to release.txt from the merge --- RELEASE.txt | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index ca6fd8e35..730a51859 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,5 +1,5 @@ SLS Detector Package 3.0.1 released on 2017-09-27 -================================================================================ +================================================= @@ -86,15 +86,6 @@ Resolved Issues --- 1. (Eiger) in advanced mode: Loading trimbits and gui complains of different trimbits and sets all trimbits to 0. This has been resolved now. - Client - ------ - 2. Made it easier to disable the standard receiver and fixing bugs related to the use of a - custom one. - - Detector Server - --------------- - 3. (Eiger): Status will return error if there was the unlikely trouble reading status - register in the front end board. Earlier, it would only return idle. Known Issues