Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eiger detector plugins need to be primed with real acquire_time #1007

Open
tguruswamy opened this issue Aug 16, 2024 · 0 comments
Open

Eiger detector plugins need to be primed with real acquire_time #1007

tguruswamy opened this issue Aug 16, 2024 · 0 comments
Milestone

Comments

@tguruswamy
Copy link

tguruswamy commented Aug 16, 2024

The Eiger-type detectors change bit depth based on acquire time. This means that the frame parameters change again after priming, resulting in a failed HDF5 file write.

Suggest staging with min( plugin.parent.cam.acquire_time, 1) and min( plugin.parent.cam.acquire_period, 1) so that the bit depth matches the real acquisition parameters. Times >1s will always result in 32-bit depth for all known Eiger detectors so that is an acceptable upper bound.

(plugin.parent.cam.acquire_time, 1),
(plugin.parent.cam.acquire_period, 1),

Solves issue reported by Miaoqi from commissioning at 8-ID-I on 08/11/2024.

@prjemian prjemian added this to the 1.7.1 milestone Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants