Commit Graph

77 Commits

Author SHA1 Message Date
3ef89483e8 MAX IV experiment day 2 corrections 2024-05-23 12:15:36 +02:00
91fd44bff7 Improve release/versioning of Jungfraujoch repository 2024-05-15 11:29:01 +02:00
5312f3ea6a Improvements in building Jungfraujoch 2024-05-06 21:28:55 +02:00
f1472a5fe1 jfjoch_writer updates
* Writer can send a PUB message with information on closed file
* Writer uses getopt to format input parameters
* DiffractionExperiment: Add frame number limit
2024-05-03 15:46:21 +02:00
64dbd2291e Further enhacements 2024-04-29 14:13:35 +02:00
ea70b27e85 Improvements before MAX IV test 2024-04-25 20:11:58 +02:00
4e8c3a88a7 Indexing improvements 2024-04-20 13:41:41 +02:00
85a169ec19 Refactor how frames are sent from receiver 2024-04-14 21:47:06 +02:00
38ed2ed56f Use internal trigger to take pedestal + fix fixedG1 pedestal with SCs 2024-04-13 14:27:37 +02:00
9cff0dc6f7 OpenAPI: Add spot finding enable/disable option 2024-04-09 00:27:41 +02:00
c6d2b5eedf File writer and spot finding improvements 2024-04-08 11:18:50 +02:00
30e775d8a2 Improve plotting 2024-03-31 23:08:19 +02:00
30599e2858 Fix bug in detector initialize 2024-03-23 04:07:12 +01:00
59aacf516d Updates March 2023 2024-03-14 20:26:03 +01:00
d315506633 * Enhancements for XFEL
* Enhancements for EIGER
* Writer is more flexible and capable of handling DECTRIS data
2024-03-05 20:41:47 +01:00
8dcecb9685 Add deep learning resolution estimation model from Stanford 2024-02-08 20:15:29 +01:00
babb1a5c8d Fixes after MAX IV experiment 2024-02-05 17:18:16 +01:00
f5f86d9ab6 Modifications in preparation to MAX IV experiment 2024-01-27 21:23:56 +01:00
0b69dfb290 New REST+OpenAPI interface 2023-12-11 12:11:54 +01:00
0d3cb19a2e Fix tests + trim unnecessary variables in DataProcessingSettings 2023-11-16 19:58:24 +01:00
4307a670eb gRPC is necessary only for JFJochBroker 2023-11-16 18:47:53 +01:00
3f7fc04d84 Monolithic design achieved! (jfjoch_broker is NOT up to date!) 2023-11-14 18:23:43 +01:00
2b6901af58 DiffractionExperiment: Move DetectorSettings and DatasetSettings to JFJochStateMachine 2023-11-14 16:33:19 +01:00
f778a35e6f DiffractionExperiment: Move internal variables to a C++ structure 2023-11-14 13:17:58 +01:00
e85988dfa2 DiffractionExperiment: Clean-up Compression and UnitCell 2023-11-13 17:06:34 +01:00
dbef6a3b17 JFJochReceiver is directly invoked by the broker 2023-11-13 16:08:28 +01:00
eaf7792459 DataProcessingSettings has equivalent C++ and ProtoBuf structures 2023-11-11 18:48:38 +01:00
04c251d16a gRPC: Remove optional variables from ProtoBuf 2023-11-10 17:43:51 +01:00
7993efb047 DetectorSettings: remove optional fields 2023-11-09 20:51:37 +01:00
41985b6c29 FPGA: Increase data width of conversion to 18-bit. This allows to use full unsigned precision + raw data are handled properly. 2023-11-07 19:11:37 +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
50556932fb DiffractionExperiment: Remove spot finder stride 2023-11-03 16:56:50 +01:00
3d7c7b0779 Implement FPGA summation 2023-11-02 20:41:37 +01:00
270dd1224b Receiver: remove JF conversion on CPU 2023-10-28 17:00:04 +02:00
ee363a8356 JFJochReceiver: Given firmware now masks uncollected parts of the image, receiver will accept partial modules (but not for pedestal!) 2023-10-21 23:01:17 +02:00
6cbd577824 DetectorSetup: Configure UDP interface count 2023-09-20 14:00:10 +02:00
16bbf54f2a Remove open source license (for now) 2023-09-15 10:47:21 +02:00
e63ce5df59 DiffractionExperiment: Save calibration is loaded from DatasetSettings 2023-07-27 15:28:52 +02:00
8a7b088b2f MockAcquisitionDevice: Add Internal Packet Generator 2023-07-27 13:06:51 +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
4ce2fcf98f DiffractionExperiment: Adjust storage cell delay as a parameter 2023-07-04 21:07:40 +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
831c93104d DiffractionExperiment: Add option to save calibration 2023-06-28 17:30:59 +02:00
2caba97bb2 DiffractionExperiment: Save ROI 2023-06-23 21:04:15 +02:00