Commit Graph

606 Commits

Author SHA1 Message Date
2dfd878d01 JFConversionFloatingPoint: Integrate other bit depths/signs 2023-11-07 15:36:49 +01:00
be546e9f76 JFConversionFloatingPoint: Move to double type (32-bit special values can be only exact in double type) 2023-11-07 14:31:59 +01:00
de317c29d5 JFConversion: Clean-up 2023-11-07 13:28:27 +01:00
310d77a57f JFJochReceiver: No access to preview frame via gRPC 2023-11-07 10:13:19 +01:00
552597523d ImagePusher: Serialization of StartMessage is handled outside of the class 2023-11-06 20:21:27 +01:00
591e724cf6 DiffractionExperiment: Rename GetFPGAOutputDepth -> GetPixelDepth and GetFPGASummation -> GetSummation 2023-11-06 18:01:53 +01:00
dec3eb15de FrameTransformation: Add two tests for int32 and uint16 2023-11-06 17:43:14 +01:00
d6c1b19599 DiffractionExperiment: Remove ROI-mask function 2023-11-06 16:51:34 +01:00
b2743072e6 DiffractionExperiment: Remove frame summation (summation only on FPGA) 2023-11-06 16:09:08 +01:00
fcd7612656 DiffractionExperiment: Remove 2x2 binning to simplify transformation code 2023-11-06 14:16:15 +01:00
e6442f6384 ZMQPreviewPublisher: Support both 16-bit and 32-bit images in preview 2023-11-03 17:38:23 +01:00
50556932fb DiffractionExperiment: Remove spot finder stride 2023-11-03 16:56:50 +01:00
72045655b4 JFJochReceiver: Use FPGA based spot finder 2023-11-03 12:39:12 +01:00
ca4b940904 StrongPixelSet: ReadFPGAOutput (not tested) 2023-11-03 12:09:33 +01:00
71960d5496 JFJochReceiver: Remove MiniSummationThread (as summation is anyway handled on FPGA) 2023-11-03 11:25:14 +01:00
3d7c7b0779 Implement FPGA summation 2023-11-02 20:41:37 +01:00
1b2b8f5863 FPGA: Fix problems in summation and related cores 2023-11-02 20:25:29 +01:00
c66c06e8f5 FPGA: Fix setup action 2023-11-02 15:09:04 +01:00
8cd0d497ad FPGA: Allow saving 32-bit unsigned. 2023-11-02 13:32:29 +01:00
f21f226a59 Move MAX_FPGA_SUMMATION to Definitions.h 2023-11-02 12:55:52 +01:00
b3eceef7cd FPGA: Max module number is 32 2023-11-01 15:55:06 +01:00
9f110f3c1a FPGA: nmodules is actually module - 1 (there will be never 0 modules, while it can encode 32) 2023-11-01 14:28:32 +01:00
112a62fc7f FPGA: remove limit of modules for frame_generator 2023-11-01 14:20:43 +01:00
8f2b01be80 FPGA: frame_generator and load_calibration return value for error checking 2023-11-01 13:31:41 +01:00
a71121482e FPGAIntegrationTest: More parameters in packet generator custom frame test 2023-11-01 13:29:06 +01:00
31304553be FPGA: sls_detector had hardcoded max module number -> fixed 2023-11-01 13:28:17 +01:00
3940f067a8 MAX_MODULES_FPGA moved to Definitions.h => This needs to be const for RELEASE_LEVEL 2023-11-01 13:16:22 +01:00
b84febed5c FPGA: Update max summation to 128 2023-11-01 12:23:25 +01:00
a17b75862e Update CI scripts. Remove retaining .bit files (large and not useful) and remove RHEL7 specific parts. 2023-11-01 12:18:37 +01:00
e0ef39a9ec Update README.md 2023-11-01 12:18:37 +01:00
f9ac919e3c Merge branch 'fpga_multipixel' into 'main'
FPGA: Add capability for auto-summation and image processing to the FPGA

See merge request jungfraujoch/nextgendcu!9
2023-10-29 11:29:46 +01:00
05a35855eb Extend frame summation to 64 2023-10-28 17:07:22 +02:00
270dd1224b Receiver: remove JF conversion on CPU 2023-10-28 17:00:04 +02:00
c8862c8aa6 Receiver: remove Mellanox device and Linux socket (both are much less functional as compared to FPGA) 2023-10-28 16:50:55 +02:00
2ed91c1849 FPGA: transfer for image and processing results are separate DMA transactions 2023-10-28 16:47:06 +02:00
961c17c4d0 FPGA: data analysis is done based on 24-bit numbers - allowing frame summation 2023-10-28 16:35:33 +02:00
fbc4f79a40 FPGA: Frame_summation operates internally on 24-bit integers 2023-10-28 06:22:06 +02:00
4fbd747341 FPGA: Remove multipixel from the pipeline 2023-10-27 20:47:44 +02:00
d562a4b435 FPGA driver: Remove TODO for sysfs from README 2023-10-27 19:51:59 +02:00
28673ffc63 Merge branch 'pcie_driver_sysfs' into 'main'
PCIe driver: Added sysfs bindings

See merge request jungfraujoch/nextgendcu!8
2023-10-27 19:49:47 +02:00
673e0f610a FPGA driver: Read MAC address from CMS on card initialization 2023-10-27 19:48:40 +02:00
4978149fdd FPGA: Add register slice in the data pipeline 2023-10-27 19:43:40 +02:00
c896ec5659 FPGA: Remove bitshuffle from the pipeline 2023-10-27 19:41:02 +02:00
f46a8e47a0 FPGA: Use AggressiveExplore for routing 2023-10-27 19:12:27 +02:00
817d541fb0 HLS: save_to_hbm.cpp send frames in proper order 2023-10-27 16:02:23 +02:00
08c2427fc7 FPGA: Refactor FPGA (add two hierarchy groups for jungfraujoch) + change order similar to HLSSimulatedDesign 2023-10-27 15:42:24 +02:00
e06086e956 HLSSimulatedDevice: Change order integration -> frame_summation -> spot finding 2023-10-27 15:41:09 +02:00
b08071887b HLSSimulatedDevice: Add frame_summation 2023-10-27 15:36:19 +02:00
700d5b25af HLSSimulatedDevice: Add frame_summation_reoder_compl 2023-10-27 15:33:29 +02:00
3b802effa8 HLSSimulatedDevice: Remove module_upside_down 2023-10-27 15:28:49 +02:00