mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-19 18:40:01 +02:00
parent
6faa4c821f
commit
8501e1fb1f
@ -619,6 +619,11 @@ This document describes the differences between v7.0.0.rc1 and v6.1.2
|
||||
Could not set dyanamic range in an Eiger Quad. Fixed.
|
||||
|
||||
|
||||
* [Eiger] Stop before first acquisition after power on
|
||||
Firmware fixed to handle a stop command before first acquisition after
|
||||
the module is powered on.
|
||||
|
||||
|
||||
* [Mythen3][Gotthard2] System clock change effects
|
||||
When changing the system clock (clkdiv 2), time settings should also be
|
||||
affected (exptime, period etc.). Fixed.
|
||||
@ -942,7 +947,7 @@ This document describes the differences between v7.0.0.rc1 and v6.1.2
|
||||
========================
|
||||
|
||||
|
||||
Eiger 17.02.2022 (v30)
|
||||
Eiger 20.02.2023 (v31)
|
||||
|
||||
Jungfrau 04.11.2022 (v1.4, HW v1.0)
|
||||
03.11.2022 (v2.4, HW v2.0)
|
||||
|
2
cmk.sh
2
cmk.sh
@ -33,7 +33,7 @@ Usage: $0 [-b] [-c] [-d <HDF5 directory>] [e] [g] [-h] [i] [-j <Number of thread
|
||||
-c: Clean
|
||||
-d: HDF5 Custom Directory
|
||||
-e: Debug mode
|
||||
-g: Build/Rebuilds only gui
|
||||
-g: Build/Rebuilds gui
|
||||
-h: Builds/Rebuilds Cmake files with HDF5 package
|
||||
-i: Builds tests
|
||||
-j: Number of threads to compile through
|
||||
|
Binary file not shown.
@ -5,7 +5,7 @@
|
||||
|
||||
#define LINKED_SERVER_NAME "eigerDetectorServer"
|
||||
|
||||
#define REQUIRED_FIRMWARE_VERSION (30)
|
||||
#define REQUIRED_FIRMWARE_VERSION (31)
|
||||
// virtual ones renamed for consistency
|
||||
// real ones keep previous name for compatibility (already in production)
|
||||
#ifdef VIRTUAL
|
||||
|
@ -10,4 +10,4 @@
|
||||
#define APIJUNGFRAU "7.0.0.rc5 0x230220"
|
||||
#define APIMYTHEN3 "7.0.0.rc5 0x230220"
|
||||
#define APIMOENCH "7.0.0.rc5 0x230220"
|
||||
#define APIEIGER "7.0.0.rc5 0x230220"
|
||||
#define APIEIGER "7.0.0.rc5 0x230221"
|
||||
|
Loading…
x
Reference in New Issue
Block a user