Commit Graph

298 Commits

Author SHA1 Message Date
0969bf662e jfjoch_action_test: Adapt 2023-07-26 11:28:45 +02:00
580cc776a1 CMake: Add L4 GPU architecture 2023-07-26 11:26:41 +02:00
ac1d358700 AcquisitionDevice: Improve detection of erroneous frames without killing data acquisition 2023-07-25 12:40:57 +02:00
0421e517fc FPGA: host writer - fix wrong req handle check + add marker in work complection for flushing frame 2023-07-25 12:40:57 +02:00
13b2e16b33 FPGA: handle better weird work request handle 2023-07-25 12:40:57 +02:00
847ca0922c FPGA: host writer error register is 8-bit 2023-07-25 12:40:57 +02:00
35b3704ccf FPGA: ignore packets with module number out of bounds + set bit in error register 2023-07-25 12:40:57 +02:00
36cfba6093 JFJochFrameSerializer: Add magic number to ensure that CBOR user data fields are consistent between receiver and writer 2023-07-06 11:23:49 +02:00
9e92e230ba JFJochFrameSerializer: Single header for all the messages 2023-07-06 10:44:01 +02:00
3774105006 jfjoch_receiver: Fix preview indexed ZMQ address 2023-07-05 14:05:24 +02:00
e3c224ccb1 jfjoch_receiver: Fix preive indexed ZMQ address 2023-07-05 14:03:10 +02:00
31e1cb159b PCIe driver: Fix path 2023-07-05 12:50:41 +02:00
f37a99e7e6 DiffractionExperiment: Remove scattering vector setting 2023-07-05 11:49:17 +02:00
2f7b46290a FPGA: Enable non-power of 2 storage cell number 2023-07-04 21:59:48 +02:00
c9b7bb5a75 JFJochStateMachine: If storage cell number > 1 start from cell 0 2023-07-04 21:38:10 +02:00
3f7c2600d0 FPGA: Allow any storage cell number from 1 to 16 2023-07-04 21:16:25 +02:00
4ce2fcf98f DiffractionExperiment: Adjust storage cell delay as a parameter 2023-07-04 21:07:40 +02:00
3067604e2a Definitions.h: shortest allowed count time is 5 us 2023-07-04 16:37:56 +02:00
52902d352e JFConversionGPU: Fix procedure in case there is no CUDA 2023-07-04 14:26:40 +02:00
7a4e75efd3 CheckConversionWithGeomTransform: Use fill value for gaps consistent with JFJochReceiver 2023-07-04 11:45:17 +02:00
9d35660cf4 DetectorGeometry: Fix module slow direction if horizontal stacking > module number 2023-07-04 11:25:19 +02:00
8a203b7cf5 gRPC: Mask application during conversion is part of internal settings and is not part of easy accessible settings (to ensure it is always applied) 2023-07-01 19:20:19 +02:00
a66ac66d0b gRPC: Changed behavior, so mask application during conversion is now default behavior 2023-06-30 13:34:45 +02:00
f9deb58d20 HDF5NXmx: Fix dimension order in SaveCBORImage 2023-06-28 21:24:07 +02:00
736d009764 HDF5DatasetWriteTest: Fix 2023-06-28 20:33:25 +02:00
831c93104d DiffractionExperiment: Add option to save calibration 2023-06-28 17:30:59 +02:00
0904e1f198 JFJochFrameSerializer: Using CBORImage for mask and calibration + writing calibration in HDF5 file 2023-06-28 17:14:09 +02:00
e472047839 JFJochCompressor: Add another template function 2023-06-28 17:13:34 +02:00
d2788a09fd JFJochFrameSerializer: Add calibration settings 2023-06-27 16:20:47 +02:00
d831300d14 JFJochFrameSerializer: Generalize 2D arrays for floats 2023-06-27 14:52:18 +02:00
04a2e9d20c DetectorWrapper: Clear synchronization prior to reconfiguring the detector 2023-06-26 14:32:46 +02:00
2a29c09a1a JFJochReceiverClient: Minor fix 2023-06-26 14:30:59 +02:00
da9fc9570a FrontEnd: Improvements for radial integration plots 2023-06-26 11:04:11 +02:00
e0bf111941 JFJochReceiverClient: Generate dummy plots for radial_integration_profile 2023-06-26 11:04:11 +02:00
a43fa2a296 ProtoBuf: Don't use maps, as these don't preserve order of elements 2023-06-26 09:27:47 +02:00
2caba97bb2 DiffractionExperiment: Save ROI 2023-06-23 21:04:15 +02:00
9089794d46 ROIFilter: Fix 2023-06-23 14:29:49 +02:00
2b72039045 PredictSpotsOnDetector: Add (but no correctness test so far) 2023-06-23 14:18:36 +02:00
bd549bb339 ROIFilter: Add filter to only preserve ROI regions 2023-06-23 14:17:53 +02:00
bbd0b6ef36 ROIFilter: Add filter to only preserve ROI regions 2023-06-23 13:26:55 +02:00
dd20ac2acd RadialIntegrationTest: Add test for corrections 2023-06-19 20:08:51 +02:00
4c28d2d976 GPUImageAnalysis: minor correction 2023-06-19 20:08:37 +02:00
ca15556964 DiffractionGeometry: Add DistFromEwaldSphere function 2023-06-19 20:06:11 +02:00
945a3b9271 DiffractionExperiment: Enable/disable solid angle and polarization corrections 2023-06-19 11:36:32 +02:00
032543e69a GPUImageAnalysis: Add option to include corrections in radial integration + keep rad.int. sum and count as floats 2023-06-19 09:29:23 +02:00
74ed4ad47b DiffractionGeometry: Fix PolarizationCorrection 2023-06-19 07:47:40 +02:00
bcf1d634f8 DiffractionGeometry: Dedicated file + option to project reciprocal space nodes on the detector + more calculations (phi, cos 2theta, solid angle) 2023-06-18 22:35:43 +02:00
0aa3d7fbfd JFConversionFloatingPoint: Don't rely on infinity for FP math 2023-06-14 12:02:05 +02:00
cd76e97766 IndexerWrapper: Fix for Intel Compiler (probably returning stack reference?) 2023-06-14 11:34:49 +02:00
cc07979fca JFCalibrationPerfTest: Don't use random numbers to generate pedestal frames (too slow with Intel Compiler) 2023-06-14 10:04:47 +02:00