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

Speed up computation of event_generation_hooks #201

Open
henrypinkard opened this issue Dec 8, 2020 · 0 comments
Open

Speed up computation of event_generation_hooks #201

henrypinkard opened this issue Dec 8, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@henrypinkard
Copy link
Member

AcqEngJ:

event generation occurs on a separate thread from event execution. It should be possible to cache a small number of events in advance of execution so that any computations needed in generation arent limited by event execution speed

Thinking specifically of starting an acq with Magellan GUI, and wanting to insert SLM patterns using an acquisition hook, the patterns should be allowed to compute quickly regardless of the speed the events are executing at

@henrypinkard henrypinkard added the enhancement New feature or request label Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant