30a92d8eb9
Minor modifications to jfjoch_writer and OpenAPI
2024-06-28 20:44:51 +02:00
1717e171b9
Modifications after CristallinaMX beamtime
2024-06-27 20:26:11 +02:00
a32c7274a6
Release 1.0.0_rc.9
2024-06-20 11:26:40 +02:00
91fd44bff7
Improve release/versioning of Jungfraujoch repository
2024-05-15 11:29:01 +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
38ed2ed56f
Use internal trigger to take pedestal + fix fixedG1 pedestal with SCs
2024-04-13 14:27:37 +02:00
30e775d8a2
Improve plotting
2024-03-31 23:08:19 +02: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
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
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
7993efb047
DetectorSettings: remove optional fields
2023-11-09 20:51:37 +01:00
591e724cf6
DiffractionExperiment: Rename GetFPGAOutputDepth -> GetPixelDepth and GetFPGASummation -> GetSummation
2023-11-06 18:01:53 +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
16bbf54f2a
Remove open source license (for now)
2023-09-15 10:47:21 +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
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
11e478a5d0
DiffractionExperiment: Solid angle correction is not anymore preference of a dataset; it can be now turned on and off when asking for plot
2023-05-17 22:33:03 +02:00
6c18c0a5cd
DiffractionExperiment: Pedestal with storage cells is based on external trigger
2023-05-15 15:35:06 +02:00
939e661a33
DiffractionExperiment: Fix starting storage cell (2)
2023-05-14 15:37:16 +02:00
1ef74b0a53
DiffractionExperiment: Fix starting storage cell
2023-05-14 15:21:31 +02:00
2aa8b5cf91
DiffractionExperiment: Fix loading 2x2 binning/solid angle/apply pixel mask
2023-05-10 13:55:21 +02:00
a867b1c596
DiffractionExperiment: solid angle correction
2023-05-09 14:03:59 +02:00
59fbeab176
CatchTest: get correct value for storage cell delay in test
2023-05-06 10:20:26 +02:00
70bdcfd99d
DiffractionExperiment: Storage cell number can be adjusted from the frontend
2023-05-05 13:42:04 +02:00
25cb4df0bf
JFJochReceiver: Give one plot at a time
2023-04-18 14:51:51 +02:00
feb5fcacf3
DiffractionExperiment: Refactor IPv4 handling (now it is just base addr for detector IP)
2023-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
2023-04-15 12:08:01 +02:00
ae44b2eedf
DiffractionExperiment: Remove indexing period (indexing works at the same pace as spot finding)
2023-04-13 15:30:25 +02:00
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
9508459db0
DiffractionExperiment: Add test for exporting DetectorConfig with/without detector module hostnames
2023-04-13 11:48:51 +02:00
0973f3725d
Detector Geometry customization
2023-04-12 19:22:13 +00:00
c4e70ca038
Raw Ethernet: working in tests
2023-04-11 14:21:28 +00:00
a8c76d212a
DiffractionExperiment: UDP port is specific to acquisition device
2023-04-06 14:15:12 +02:00