From a0004dc7750947259ce8c0d814c0717c2ec61a2e Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 18 Oct 2021 17:57:32 +0200 Subject: [PATCH] updated release to include lib versioning info --- RELEASE.txt | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index bb1f8e98d..872f6e040 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -22,52 +22,47 @@ This document describes the differences between v6.0.0 and v5.1.0. Client ------ + 1. Shared libraries + They are versioned from this release on. - 1. [Jungfrau] Chip version + 2. [Jungfrau] Chip version Features for chipv1.1 incorporated Command line: chipversion, API: getchipVersion gets chip version (1.0 or 1.1) chipv1.1 requires config_jungfrau.txt on detector server. - 2. [Jungfrau] Chip configuration (only chipv1.1) + 3. [Jungfrau] Chip configuration (only chipv1.1) powering on the chip and changing settings will configure the chip. Hence, required before acquisition. - 3. [Jungfrau] Settings and Gain mode + 4. [Jungfrau] Settings and Gain mode Settings can be gain0 and highgain0. Gain mode can be dynamicgain, forceswitchg1, forceswitchg2, fixg1, fixg2, fixg0. fixg0 must be used with EXTRA caution as you can damage the detector. Changing settings also changes dac values of 3 dacs () and reconfigures chip (only v1.1) - 4. [Jungfrau] Storage cells (only chipv1.1) + 5. [Jungfrau] Storage cells (only chipv1.1) Additional number of storage cells not applicable for chipv1.1. Storage cell start is only allowed from 0 - 3 for chipv1.1 (0 - 15 for chipv1.0). - 5. [Gotthard2][Jungfrau] Filter Resistor + 6. [Gotthard2][Jungfrau] Filter Resistor Command line: filterresistor, API: getFilterResistor/ setFilterResistor Previous Command: filter, setFilter/ getFilter Set Filter resistor. Increasing values for increasing resistance. [Jungfrau] only for chipv1.1. Options: [0|1]. Default is 1. [Gotthard2] Options: [0|1|2|3]. Default is 0. - 6. [Jungfrau] Filter cell (only chipv1.1) + 7. [Jungfrau] Filter cell (only chipv1.1) Command line: filtercell, API: getFilterCell/ setFilterCell Set filter cell. Options: [0-12]. Advanced user command. - 7. [Jungfrau] Comparator disable time (only chipv1.1) + 8. [Jungfrau] Comparator disable time (only chipv1.1) Command line: comp_disable_time, API: getComparatorDisableTime/ setComparatorDisableTime One can customize the period to disable comparator. - 8. [Eiger][Jungfrau] Flip rows - Command line: fliprows, API: getFlipRows/ setFlipRows - Previous command: flippeddatax, setBottom/ getBottom - [Jungfrau] Flips rows in detector only for HW v2.0. - slsReceiver and slsDetectorGui will not flip them again. - [Eiger] same as before. - 9. [Eiger][Jungfrau] Read n rows Command line: readnrows, API: getReadNRows/ setReadNRows Previous Command: readnlines, getPartialReadout/ setPartialReadout @@ -172,6 +167,12 @@ This document describes the differences between v6.0.0 and v5.1.0. [Eiger][Jungfrau] same as before. [Gotthard2] New command to set readout speed. Options: 108, 144 (in MHz) + 27. [Eiger][Jungfrau] Flip rows + Command line: fliprows, API: getFlipRows/ setFlipRows + Previous command: flippeddatax, setBottom/ getBottom + [Jungfrau] Flips rows in detector only for HW v2.0. + slsReceiver and slsDetectorGui will not flip them again. + [Eiger] same as before. Detector servers ----------------