maliakal_d and GitHub
48759f440e
703rc/fix port size ( #802 )
...
* validate port numbers in client
* validate port numbers created at virtual servers and receiver process as tcp ports
2023-09-18 08:59:53 +02:00
Dhanya Thattil and GitHub
b200a2efc1
Fix jf softwre trigger and tests with real jungfrau detector ( #673 )
...
* jungfrau: software triggers do not work, fixed
* eiger test: get highvoltage must be read twice to get the real voltage
2023-02-20 15:22:46 +01:00
maliakal_d
cb8e4365e3
formatting
2023-02-14 15:08:31 +01:00
Dhanya Thattil and GitHub
572332f870
fix test for eiger half module for gap pixels ( #658 )
2023-02-14 09:22:32 +01:00
Dhanya Thattil and GitHub
e14f6981a0
Fix tests ( #647 )
...
* fixes tests
2023-02-09 15:57:05 +01:00
9ba907f9f7
added none or 0 to unset bad channels ( #632 )
...
* added none or 0 to unset bad channels
* free function split to get int array from string of arguments for badchannels
* missed a file
* allowing list for badchannels in command line
* added badchannels in python
* added size check
* more comments in Detector.h and added more tests for facny command line badchannels
* removeDuplicates accept any container, added tests
* corner cases: 1:5,6,7 or 5,6,7 or just 1:5
Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com >
2023-01-27 09:59:31 +01:00
maliakal_d
9154478702
formatting
2022-12-08 09:00:23 +01:00
maliakal_d
96e107221b
Test for moench done
2022-12-06 11:14:42 +01:00
maliakal_d
b8b9921914
fix for tests ctb
2022-12-06 11:08:49 +01:00
maliakal_d
8f68e395bd
fix m3 tests
2022-12-06 10:52:33 +01:00
maliakal_d
4614e0873a
fix to tests m3
2022-12-06 10:34:17 +01:00
maliakal_d
f8a612c0e2
fix tests to not allow setting udp interfaces at a single module level
2022-12-06 10:08:23 +01:00
maliakal_d
1cc7d512e0
tests: transmission delay cannot be got for a single module for jf and m3, resetting fpga is not an option to test others
2022-12-05 17:43:01 +01:00
maliakal_d
dae07dabf3
fixed tests to get headwareversion number instead of serial number to know ic 2.0 jf boards nd also the set master fail only if more than 1 detector (fix intests only)
2022-12-05 17:07:46 +01:00
maliakal_d
34a43bcb67
datastream help, versions fix for eiger (hardwareversion not impl), fix for tests
2022-12-05 13:09:52 +01:00
Dhanya Thattil and GitHub
61c31ed44a
txdelay for all modules ( #584 )
...
* setting txdelay for all modules for eiger, jungfrau and m3
* added txdelay in python and renamed txndelay_ to txdelay_
* call in parallel
2022-11-24 11:57:26 +01:00
Dhanya Thattil and GitHub
2ff5291f48
hardware version ( #580 )
...
* hardware version for all dets except eiger
Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com >
2022-11-24 11:24:05 +01:00
Dhanya Thattil and GitHub
911b2f678f
jungfrau module id ( #581 )
...
* connected module id to detid_jungfrau.txt
* fixed module id register in jungfrau
2022-11-23 12:01:22 +01:00
Dhanya Thattil and GitHub
e7879ee365
g2 and m3 round robin ( #559 )
...
* g2 and m3: round robin
2022-10-18 15:51:23 +02:00
Dhanya Thattil and GitHub
46bb9bc2d7
nios temp ( #557 )
...
* fixed temp read nios
* divide for eiger and dont print
2022-10-18 15:47:23 +02:00
Dhanya Thattil and GitHub
7de6f157b5
M3badchannels ( #526 )
...
* badchannels for m3 and modify for g2 (file from single and multi)
* m3: invert polarity of bit 7 and 11 signals from setmodule, allow commas in bad channel file
* badchannel file can take commas, colons and comments (also taking care of spaces at the end of channel numbers)
* tests 'badchannels' and 'Channel file reading' added, removing duplicates in badchannel list, defining macro for num counters in client side
* fix segfault when list from file is empty,
* fix tests assertion for ctbconfig (adding message) for c++11
* fixed badchannels in m3server (clocking in trimming)
* badchannel tests can be run from any folder (finds the file)
2022-09-01 15:30:04 +02:00
Dhanya Thattil and GitHub
809b0bdeb8
Jungfraumaster ( #518 )
...
* set jungfrau master only from client
* added tests, fixed a bug in ctb and moench (infinite recursion) that will never happen atm
2022-08-16 09:51:18 +02:00
Dhanya Thattil and GitHub
01696ca89b
Jungfrautrigger ( #516 )
...
* jungfrau trigger added
* added blocking trigger
2022-08-16 09:41:47 +02:00
Dhanya Thattil and GitHub
1bc4994be6
G2parallel ( #514 )
...
* g2: non parallel added
2022-08-16 09:35:39 +02:00
Dhanya Thattil and GitHub
22b9562629
G2hdi ( #510 )
...
* g2: new hdi values, write hdi value to reg, set slave/master to reg, able to set master from server config file, server command line and client
* print versions for virtual as well
2022-08-16 09:31:13 +02:00
Dhanya Thattil and GitHub
6bf9dbf6d3
Format ( #506 )
...
Formatted package
2022-08-05 15:39:34 +02:00
Dhanya Thattil and GitHub
d61741c28b
tests add to namespace sls ( #466 )
...
* tests add to namespace sls
* fixed for tests
* finish up namespace sls for tests
2022-05-23 16:17:32 +02:00
Dhanya Thattil and GitHub
8656eeec25
Revert "tests add to namespace sls ( #464 )" ( #465 )
...
This reverts commit f5745fcf18 .
2022-05-20 15:43:48 +02:00
Dhanya Thattil and GitHub
f5745fcf18
tests add to namespace sls ( #464 )
2022-05-20 15:41:37 +02:00
maliakal_d
5d16ba7e16
update release
2022-04-08 11:10:15 +02:00
Erik Fröjdh and GitHub
d8c6f9141d
Fixed crash on gendoc ( #430 )
...
Fixed by checking for help action before using the detector
added test that checks that for all helps this doesn't crash
Disabled Timer tests by default since they take ~2s
2022-04-07 16:20:54 +02:00
maliakal_d
835aa575b0
remaining for removing copydetectorserver
2022-04-05 14:55:45 +02:00
1ff35edb99
Setting dac names for CTB (C++ and Python) ( #413 )
...
# Setting DAC names for CTB
* Introduced new shared memory for CTB only
* Prepared for additional functionality
* Works from C++ and Python
Co-authored-by: Dhanya Thattil <dhanya.thattil@psi.ch >
2022-03-28 14:27:47 +02:00
maliakal_d
ef1c52ddc1
merge conflict fix
2022-03-17 08:46:04 +01:00
maliakal_d
80d31bbb10
added tests
2022-03-16 11:35:27 +01:00
maliakal_d
b6d63a8381
master tests
2022-02-28 16:28:15 +01:00
maliakal_d
92c767859f
fixed tests for next frame number for ctb and moench
2022-01-31 11:24:48 +01:00
maliakal_d
c169e6b896
fixed tests
2021-11-25 12:26:48 +01:00
maliakal_d
2fbf0d6996
to fix test changing order
2021-11-25 12:15:20 +01:00
maliakal_d
340b18ca83
Merge branch '6.0.1.rc1' of github.com:slsdetectorgroup/slsDetectorPackage into 6.0.1.rc1
2021-11-25 11:25:24 +01:00
maliakal_d
271f6da92e
tests fix
2021-11-25 11:25:18 +01:00
maliakal_d
9d20bf25c6
fix tests
2021-11-25 10:51:59 +01:00
maliakal_d
6668fef61a
fix test
2021-11-25 10:42:13 +01:00
maliakal_d
a455a95aab
fix tests
2021-11-25 10:31:19 +01:00
maliakal_d
7f7a691b25
fix test
2021-11-25 10:19:48 +01:00
maliakal_d
00d63e48bb
fix tests
2021-11-25 10:14:49 +01:00
maliakal_d
44424bcbe3
fix
2021-11-25 09:36:50 +01:00
maliakal_d
3570795469
fix test
2021-11-25 09:34:00 +01:00
maliakal_d
a9d61526ef
flip rows only for hw2.0 for jungfrau
2021-11-25 09:30:04 +01:00
maliakal_d
e7b11f3eb1
fix tets
2021-11-25 08:54:01 +01:00