b686b1c94d
JFModuleGainCalibration: remove dependence on pointers, which could be not updated in case of copy/assignment
leonarski_f2023-05-04 18:45:28 +02:00
d27faed668
Minor updates when trying the software on xbl-daq-38
Leonarski Filip2023-05-04 15:06:04 +02:00
d10201b502
jfjoch_action_test: Fix and adjust to recent modifications
leonarski_f2023-05-03 16:56:42 +02:00
ee6b25ac53
AcquisitionDevice: Fix some unnecessary debug printing
leonarski_f2023-05-03 16:45:16 +02:00
e5f6bba4aa
Merge branch 'jfjoch_cbor_in_place' into main
leonarski_f2023-05-02 21:18:27 +02:00
dffe5ab6b9
JFJochReceiver: Use multithreaded implementation for summation of 50+ (assuming 100 microsecond to span thread, it is 0.5% overhead at 25 ms)
leonarski_f2023-05-02 21:17:53 +02:00
ef7b6e84d7
JFJochReceiver: Compress directly to CBOR format
leonarski_f2023-05-01 21:37:55 +02:00
9d5be2a4e9
FrameTransformation: Split packing and compression
leonarski_f2023-05-01 21:27:08 +02:00
dce186f9f9
JFJochFrameSerializer: add functions to append image to buffer
leonarski_f2023-05-01 21:09:03 +02:00
af2ed525a0
JFJochFrameSerializer: for the buffer return pointer + size, not vector reference (allows for more flexibility)
leonarski_f2023-05-01 19:01:12 +02:00
60d95dc0d7
JFJochFrameSerializer: image is encoded at the very end
leonarski_f2023-05-01 18:36:58 +02:00
e48474e97c
FrameTransformations: Minor adjustments between functions
leonarski_f2023-05-01 18:36:37 +02:00
a05b59c6a5
CMake: Move CUDA part to main CMake file
leonarski_f2023-05-01 18:16:51 +02:00
bf2a23ef7e
AcquisitionDevice: Completion queue is handled by particular implementation of the device
leonarski_f2023-04-25 15:58:07 +02:00
f01f2e79d1
AcquisitionDevice: Minor adjustments to handling work requests
leonarski_f2023-04-25 11:24:44 +02:00
df15755612
AcquisitionDevice: Use work_completion_queue to read start completion message
leonarski_f2023-04-25 10:35:54 +02:00
de1d7e1c67
HLSSimulatedDevice: refactor to have HLS run as member function
leonarski_f2023-04-25 10:09:35 +02:00
14a1f6d961
FPGAAcquisitionDevice: Add a level in inheritance to group FPGA related functions for PCIe and HLS simulated devices
leonarski_f2023-04-25 09:55:36 +02:00
7be02b1ea0
DetectorWrapper: don't use sendSoftwareTrigger() yet
leonarski_f2023-04-24 15:20:09 +02:00
37b5d1a169
Move stream2.c/.h to tests => they are not part of the JFJochFrameSerialization lib
leonarski_f2023-04-19 13:36:27 +02:00
25359f0d60
CBOR: Adjust for DECTRIS stream2 compatibility: * date/time tag * initial tag self-described CBOR * series ID * fixes to typed array header in case of compression
leonarski_f2023-04-19 11:09:58 +02:00
d2df1b3ce3
CBOR: Add self describing CBOR tag at the beginning
leonarski_f2023-04-19 09:53:25 +02:00
f471e0925d
CBOR: Add summation to start message
leonarski_f2023-04-19 09:30:14 +02:00
1800538e54
ProtoBuf: AcqusitionDeviceStatistics doesn't include per-image information to reduce message size
leonarski_f2023-04-15 19:29:18 +02:00
3f87914630
LinuxSocketDevice running + change in Measure() function for better problem avoidance
leonarski_f2023-04-15 18:17:06 +02:00
f13da91f0e
jfjoch_receiver: Add Linux socket device
leonarski_f2023-04-15 15:38:31 +02:00
7302d99c8d
MlxRawEthDevice: Set to idle in case of exception
leonarski_f2023-04-15 15:34:08 +02:00
875adb9701
LinuxSocketDevice: Add basic Linux socket support
leonarski_f2023-04-15 15:33:48 +02:00
feb5fcacf3
DiffractionExperiment: Refactor IPv4 handling (now it is just base addr for detector IP)
leonarski_f2023-04-15 12:29:14 +02:00
32baaef1e4
AcquisitionDevice: IPv4 address and UDP destination port is property of the device and not of a particular run
leonarski_f2023-04-15 11:52:55 +02:00
3319306b50
PCIe driver: dedicated function to set/get IPv4
leonarski_f2023-04-15 11:30:36 +02:00
653b82d6c3
FPGA + receiver + detector: Use column ID to decode detector half-module number
leonarski_f2023-04-15 11:08:32 +02:00
a8f036da5b
Track bunchID, info, and timestamp from AcquisitionDevice to HDF5DataFile
leonarski_f2023-04-14 13:41:31 +02:00
637b710899
JFJochFrameSerializer: Add bunch_id and jf_info
leonarski_f2023-04-14 12:40:09 +02:00
9c300ca451
preview.py: Fix from DECTRIS to improve stability of preview
leonarski_f2023-04-13 21:47:35 +02:00
96a1b6e50c
Frontend: Added option to select detector
leonarski_f2023-04-13 18:12:19 +02:00
ae44b2eedf
DiffractionExperiment: Remove indexing period (indexing works at the same pace as spot finding)
leonarski_f2023-04-13 15:30:25 +02:00
94e6254746
JFJochBroker: More parameters tunable from configuration file, more user friendly, can select detector remotely
leonarski_f2023-04-13 14:55:39 +02:00
b9fa8f5e0a
JFJochBrokerParser: added more parsers for broker configuration (YAML in the future?)
leonarski_f2023-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
leonarski_f2023-04-13 12:55:20 +02:00