Fix: Provide correct flux to Jungfraujoch
CI / lint (pull_request) Successful in 46s
CI / test (3.12) (pull_request) Successful in 1m13s
CI / test (3.14) (pull_request) Successful in 1m21s
CI / test (3.13) (pull_request) Successful in 1m23s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Successful in 1m23s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Successful in 1m23s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Successful in 1m39s
CI / test-with-coverage (pull_request) Successful in 1m49s
CI / coverage-analysis (pull_request) Successful in 3s
Docs build and publish / docker (push) Successful in 11s
CI / lint (push) Successful in 33s
Build and Publish / release (push) Successful in 15s
CI / test (3.12) (push) Successful in 1m15s
CI / test (3.13) (push) Successful in 1m12s
CI / test (3.14) (push) Successful in 1m22s
CI / test-with-beamline-plugins (pxi_bec) (push) Successful in 1m29s
CI / test-with-beamline-plugins (pxii_bec) (push) Successful in 1m30s
CI / test-with-beamline-plugins (pxiii_bec) (push) Successful in 1m31s
CI / test-with-coverage (push) Successful in 1m44s
CI / coverage-analysis (push) Skipped

This commit was merged in pull request #227.
This commit is contained in:
2026-09-14 13:27:46 +02:00
parent f75b31738d
commit c692cd048c
+1 -1
View File
@@ -194,7 +194,7 @@ class JFJochWrapper:
transmission=s.bl.transmission,
ring_current_mA=s.bl.ring_current_mA,
sample_temperature_K=s.bl.cryojet_K,
total_flux=s.bl.flux_ph_s,
total_flux=s.bl.flux_ph_s * s.bl.transmission,
poni_rot1_rad=s.diffraction.poni_rot1_rad,
poni_rot2_rad=s.diffraction.poni_rot2_rad,
max_spot_count=1000,