Commit Graph

58 Commits

Author SHA1 Message Date
ae44b2eedf DiffractionExperiment: Remove indexing period (indexing works at the same pace as spot finding) 2023-04-13 15:30:25 +02:00
94e6254746 JFJochBroker: More parameters tunable from configuration file, more user friendly, can select detector remotely 2023-04-13 15:09:19 +02:00
b9fa8f5e0a JFJochBrokerParser: added more parsers for broker configuration (YAML in the future?) 2023-04-13 14:08:01 +02:00
89703baa45 DetectorSetup: Added class that describes detector (geometry, calibration, hostname, etc.) => in the future this should be abstract class 2023-04-13 12:55:20 +02:00
90af364f68 JFJochBrokerParser: Add detector geometry parser 2023-04-13 11:49:47 +02:00
9508459db0 DiffractionExperiment: Add test for exporting DetectorConfig with/without detector module hostnames 2023-04-13 11:48:51 +02:00
54fefc50f5 DetectorWrapper: Use sendSoftwareTrigger/setMaster from slsDetectorPackage 2023-04-13 11:05:28 +02:00
5b112f1ee4 DiffractionExperiment: slsDetectorPackage use string for server version 2023-04-13 11:04:04 +02:00
ee33e309c3 Update slsDetectorPackage to v. 7.0.1
Signed-off-by: Filip Leonarski <filip.leonarski@psi.ch>
2023-04-13 11:00:39 +02:00
85bcb25af3 DiffractionExperiment: Store detector module hostname 2023-04-13 10:55:20 +02:00
dbf50d33e9 DiffractionExperiment: Detector Geometry can be modified with a setter function 2023-04-13 10:35:22 +02:00
4dab54decb Merge branch 'detector_geometry' into 'main'
Detector Geometry customization

See merge request jungfraujoch/nextgendcu!2
2023-04-12 19:22:15 +00:00
0973f3725d Detector Geometry customization 2023-04-12 19:22:13 +00:00
94ba13b3a1 JFJochException: OpenCAPIError -> AcquisitionDeviceError 2023-04-11 17:14:15 +02:00
5ff2eb321d Merge branch 'raw_eth' into 'main'
Raw Ethernet: working in tests

See merge request jungfraujoch/nextgendcu!1
2023-04-11 14:21:29 +00:00
c4e70ca038 Raw Ethernet: working in tests 2023-04-11 14:21:28 +00:00
49cf0dfa01 CMake: Add DL and RT libraries 2023-04-10 22:39:34 +02:00
de2cfd15dc CMake: minor fix 2023-04-10 22:25:20 +02:00
d53e298735 CMake: CUDA is compulsory only for receiver and tests 2023-04-10 22:10:08 +02:00
85e927367e HDF5Sum: Fix 2023-04-10 22:09:34 +02:00
aefe95920c DataMessage: use it in ZMQImagePuller, StreamWriter, HDF5DataFile, HDF5Writer 2023-04-10 21:33:36 +02:00
b70382e05a JFJochFrameSerializer: add indexing_result 2023-04-10 20:43:08 +02:00
b42af7d10d JFJochBroker: Get measurement statistics 2023-04-10 20:43:08 +02:00
6f0d9e70b7 DiffractionExperiment: Simplify Compression() 2023-04-10 17:47:46 +02:00
d921e64224 Move all image analysis related code to image_analysis/ directory 2023-04-08 23:59:35 +02:00
d2971bc83b Remove libtiff dependency + update README.md 2023-04-08 23:40:28 +02:00
fe620b1411 Add gRPC <-> http gateway 2023-04-08 22:55:45 +02:00
094d68beea CMake: Update default gRPC version 2023-04-08 20:32:40 +02:00
1bb490bfa3 Frontend: Update for Python gRPC <-> http bridge 2023-04-08 20:32:40 +02:00
53c2e0bb0d JFJochBroker: Add GetCalibrationStatistics 2023-04-08 19:10:51 +02:00
762b58e14c MlxRawEthDevice: Change constructor signature 2023-04-07 18:42:35 +02:00
f9dd39b5b6 IBWrappers: handle error checksum 2023-04-07 18:38:54 +02:00
0d9057b497 UDPReceiver: Adapt interface 2023-04-07 18:34:24 +02:00
14d8414c62 jfjoch_receiver: Integrate MlxRawEthDevice + small clean-up in MlxRawEthDevice 2023-04-07 18:34:24 +02:00
8b65feca8f Clean-up: merge JFJOCH_USE_NUMA_H and JFJOCH_USE_NUMA, remove two unnecessary helper programs 2023-04-07 16:30:08 +02:00
0c31fda381 jfjoch_action_test: refactor to remove MakeAcquisitionDevice 2023-04-07 14:14:06 +02:00
980c8de136 IBReceiver: Work in progress 2023-04-07 14:12:53 +02:00
940764ff2f IBVerbs is optional 2023-04-07 13:28:09 +02:00
bffaa17bcd ProcessJFPacket: Doesn't include JF conversion 2023-04-07 13:21:06 +02:00
2c9d97c198 JFCalibrationPerfTest: More fine-grained locking 2023-04-07 11:20:19 +02:00
f7e23e963f JFCalibrationPerfTest: Add packet processing test 2023-04-07 10:51:45 +02:00
56b4f98165 ProcessJFPacket: Fix locking 2023-04-07 10:51:28 +02:00
f44cb55252 jf_packet.h: renamed, moved to jungfrau/, and slightly refactored 2023-04-07 10:00:07 +02:00
32f9bb4973 JFCalibrationTest: Moved back to tests/ folder 2023-04-07 09:49:42 +02:00
2714dae562 ProcessJFPacket: Moved to jungfrau/, so it is accessible without IB verbs and other dependencies 2023-04-07 09:49:00 +02:00
6f82d3a75a IBReceiver: Fixes to ARP header 2023-04-06 21:25:32 +02:00
8fea8bac3b IBReceiver: Pin to NUMA node 2023-04-06 20:58:25 +02:00
428beaa75b IBReceiver/UDPReceiver: Work in progress -> early multithreading suppoer 2023-04-06 20:51:44 +02:00
7cf160e7a9 ProcessJFPacket: Add atomic counter 2023-04-06 20:18:28 +02:00
21bebb1623 ProcessJFPacket: Can handle multiple modules for conversion 2023-04-06 20:07:37 +02:00