Commit Graph

83 Commits

Author SHA1 Message Date
leonarski_f d2df1b3ce3 CBOR: Add self describing CBOR tag at the beginning 2023-04-19 09:53:25 +02:00
leonarski_f f471e0925d CBOR: Add summation to start message 2023-04-19 09:30:14 +02:00
leonarski_f 43489525c6 Frontend: Minor fix to imports 2023-04-18 20:34:51 +02:00
leonarski_f b6d3eca9e0 Frontend: Add binning function (to be tested) 2023-04-18 16:05:10 +02:00
leonarski_f 9b5228c0bd Frontend: Adjust plotting and add bkg estimate 2023-04-18 15:37:13 +02:00
leonarski_f 25cb4df0bf JFJochReceiver: Give one plot at a time 2023-04-18 14:51:51 +02:00
leonarski_f 962edaa4ad FrameSerializer: hide image data in user_data in CBOR 2023-04-18 13:35:58 +02:00
leonarski_f 001a7d86fc FPGA: For totally unknown reason making UDP metadata stream narrower results in timing not met 2023-04-17 08:02:24 +02:00
leonarski_f d25110c825 CMake: add tests to install target 2023-04-15 19:34:58 +02:00
leonarski_f c792367496 FPGA: Minor clean-up of UDP processing 2023-04-15 19:33:34 +02:00
leonarski_f dc02d1d5d9 JFCalibrationPerfTest: Fix 2023-04-15 19:31:23 +02:00
leonarski_f 1800538e54 ProtoBuf: AcqusitionDeviceStatistics doesn't include per-image information to reduce message size 2023-04-15 19:29:18 +02:00
leonarski_f 3f87914630 LinuxSocketDevice running + change in Measure() function for better problem avoidance 2023-04-15 19:13:14 +02:00
leonarski_f f13da91f0e jfjoch_receiver: Add Linux socket device 2023-04-15 15:38:31 +02:00
leonarski_f 7302d99c8d MlxRawEthDevice: Set to idle in case of exception 2023-04-15 15:34:08 +02:00
leonarski_f 875adb9701 LinuxSocketDevice: Add basic Linux socket support 2023-04-15 15:33:48 +02:00
leonarski_f feb5fcacf3 DiffractionExperiment: Refactor IPv4 handling (now it is just base addr for detector IP) 2023-04-15 12:29:14 +02:00
leonarski_f 32baaef1e4 AcquisitionDevice: IPv4 address and UDP destination port is property of the device and not of a particular run 2023-04-15 12:08:01 +02:00
leonarski_f 3319306b50 PCIe driver: dedicated function to set/get IPv4 2023-04-15 11:30:36 +02:00
leonarski_f 653b82d6c3 FPGA + receiver + detector: Use column ID to decode detector half-module number 2023-04-15 11:08:32 +02:00
leonarski_f 56251545b0 Detector wrapper: add setSynchronization 2023-04-15 10:23:30 +02:00
leonarski_f a8f036da5b Track bunchID, info, and timestamp from AcquisitionDevice to HDF5DataFile 2023-04-14 14:46:32 +02:00
leonarski_f 637b710899 JFJochFrameSerializer: Add bunch_id and jf_info 2023-04-14 12:40:09 +02:00
leonarski_f 9c300ca451 preview.py: Fix from DECTRIS to improve stability of preview 2023-04-13 21:47:35 +02:00
leonarski_f 96a1b6e50c Frontend: Added option to select detector 2023-04-13 18:12:19 +02:00
leonarski_f ae44b2eedf DiffractionExperiment: Remove indexing period (indexing works at the same pace as spot finding) 2023-04-13 15:30:25 +02:00
leonarski_f 94e6254746 JFJochBroker: More parameters tunable from configuration file, more user friendly, can select detector remotely 2023-04-13 15:09:19 +02:00
leonarski_f b9fa8f5e0a JFJochBrokerParser: added more parsers for broker configuration (YAML in the future?) 2023-04-13 14:08:01 +02:00
leonarski_f 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
leonarski_f 90af364f68 JFJochBrokerParser: Add detector geometry parser 2023-04-13 11:49:47 +02:00
leonarski_f 9508459db0 DiffractionExperiment: Add test for exporting DetectorConfig with/without detector module hostnames 2023-04-13 11:48:51 +02:00
leonarski_f 54fefc50f5 DetectorWrapper: Use sendSoftwareTrigger/setMaster from slsDetectorPackage 2023-04-13 11:05:28 +02:00
leonarski_f 5b112f1ee4 DiffractionExperiment: slsDetectorPackage use string for server version 2023-04-13 11:04:04 +02:00
leonarski_f 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
leonarski_f 85bcb25af3 DiffractionExperiment: Store detector module hostname 2023-04-13 10:55:20 +02:00
leonarski_f dbf50d33e9 DiffractionExperiment: Detector Geometry can be modified with a setter function 2023-04-13 10:35:22 +02:00
leonarski_f 4dab54decb Merge branch 'detector_geometry' into 'main'
Detector Geometry customization

See merge request jungfraujoch/nextgendcu!2
2023-04-12 19:22:15 +00:00
leonarski_f 0973f3725d Detector Geometry customization 2023-04-12 19:22:13 +00:00
leonarski_f 94ba13b3a1 JFJochException: OpenCAPIError -> AcquisitionDeviceError 2023-04-11 17:14:15 +02:00
leonarski_f 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
leonarski_f c4e70ca038 Raw Ethernet: working in tests 2023-04-11 14:21:28 +00:00
leonarski_f 49cf0dfa01 CMake: Add DL and RT libraries 2023-04-10 22:39:34 +02:00
leonarski_f de2cfd15dc CMake: minor fix 2023-04-10 22:25:20 +02:00
leonarski_f d53e298735 CMake: CUDA is compulsory only for receiver and tests 2023-04-10 22:10:08 +02:00
leonarski_f 85e927367e HDF5Sum: Fix 2023-04-10 22:09:34 +02:00
leonarski_f aefe95920c DataMessage: use it in ZMQImagePuller, StreamWriter, HDF5DataFile, HDF5Writer 2023-04-10 21:33:36 +02:00
leonarski_f b70382e05a JFJochFrameSerializer: add indexing_result 2023-04-10 20:43:08 +02:00
leonarski_f b42af7d10d JFJochBroker: Get measurement statistics 2023-04-10 20:43:08 +02:00
leonarski_f 6f0d9e70b7 DiffractionExperiment: Simplify Compression() 2023-04-10 17:47:46 +02:00
leonarski_f d921e64224 Move all image analysis related code to image_analysis/ directory 2023-04-08 23:59:35 +02:00