mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
changes upto the receiver, not incl gui
This commit is contained in:
68
RELEASE.txt
68
RELEASE.txt
@ -1,11 +1,11 @@
|
|||||||
SLS Detector Package 3.0.1 released on 2017-09-20
|
SLS Detector Package 3.1.0 released on 2017-10-02
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
INTRODUCTION
|
INTRODUCTION
|
||||||
|
|
||||||
This document describes the differences between 3.0.0 and 3.0.1 release.
|
This document describes the differences between 3.1.0 and 3.0.1 release.
|
||||||
|
|
||||||
Manual (both HTML and pdf versions) are provided in
|
Manual (both HTML and pdf versions) are provided in
|
||||||
manual/docs/
|
manual/docs/
|
||||||
@ -43,68 +43,34 @@ CONTENTS
|
|||||||
|
|
||||||
Changes in User Interface
|
Changes in User Interface
|
||||||
=========================
|
=========================
|
||||||
|
Client
|
||||||
|
------
|
||||||
|
1. User Detector API for call back has been changed. Instead of providing double* data,
|
||||||
|
it will now provided in char* with the bit width. One can decode the char* to get an
|
||||||
|
array with data type of their own choosing.
|
||||||
|
|
||||||
|
|
||||||
Receiver
|
Receiver
|
||||||
--------
|
--------
|
||||||
1. Bug Fix: Example receiver users code now handles child process exit
|
2. (Eiger) Gap Pixels are included in the data provided. It can be enabled/disabled using
|
||||||
better. Example receiver code in slsDetectorsPackage/manual/manual-api
|
'gappixels' from the command line.
|
||||||
folder (mainReceiver.cpp).
|
|
||||||
|
|
||||||
2. detReceiver is now executed with [start tcp port] [number of receivers]
|
|
||||||
as arguments. By default, start tcp port is 1954 and number of receivers
|
|
||||||
is 1.
|
|
||||||
|
|
||||||
User
|
|
||||||
----
|
|
||||||
1. Added a few advanced user functions in slsDetectorUser class.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
============
|
============
|
||||||
Detector Server
|
Gui
|
||||||
---------------
|
---
|
||||||
1. (Eiger): Virtual class to execute on pc for integration.
|
1. (Jungfrau) Now features gain plot. Enabled or disabled on the fly using the check button
|
||||||
|
in the tab plot under 2D options.
|
||||||
|
|
||||||
Client
|
|
||||||
------
|
|
||||||
1. 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
|
|
||||||
not give you progress, but might be faster for large multi detector systems.
|
|
||||||
|
|
||||||
|
|
||||||
Resolved Issues
|
Resolved Issues
|
||||||
===============
|
===============
|
||||||
Gui
|
|
||||||
---
|
|
||||||
1. (Eiger) in advanced mode: Loading trimbits and gui complains of different trimbits and
|
|
||||||
sets all trimbits to 0. This has been resolved now.
|
|
||||||
|
|
||||||
|
|
||||||
Known Issues
|
Known Issues
|
||||||
============
|
============
|
||||||
Client
|
|
||||||
------
|
|
||||||
1. Changing file name prefix at the single detector level will not concatenate scan or
|
|
||||||
position variables to the file name prefix. This is now done only at the multi
|
|
||||||
detector level.
|
|
||||||
|
|
||||||
|
|
||||||
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).
|
|
||||||
|
|
||||||
2. Standard header fills x-coord in 1D. y-coord and z-coord is not implemented (3D).
|
|
||||||
|
|
||||||
|
|
||||||
Receiver
|
|
||||||
--------
|
|
||||||
|
|
||||||
3. HDF5 compression and filters are not implemented yet.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user