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

scan stops during fly scan with a camera time out error #145

Open
decarlof opened this issue Jun 11, 2022 · 0 comments
Open

scan stops during fly scan with a camera time out error #145

decarlof opened this issue Jun 11, 2022 · 0 comments

Comments

@decarlof
Copy link
Member

The following condition:

  • Flat exposure time is set to be different from projection exposure time
  • Flat field is taken at the beginning of the scan
  • Projection exposure time is much longer than the flat exposure time (2s vs 0.2s)
  • The scan has a large number of projections (>3000)

exposes a bug that causes the scan to stop during fly scan with a camera to raise a CameraTimeOut error.

The main issue is that the function set_exposure_time() runs only when the scan is not running but it is also used by functions that are called during the scan with no effect. #144 addresses this issue.

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

1 participant