You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
andmin( 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.apstools/apstools/devices/area_detector_support.py
Lines 237 to 238 in 684a83d
Solves issue reported by Miaoqi from commissioning at 8-ID-I on 08/11/2024.
The text was updated successfully, but these errors were encountered: