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

Read During Processor #14

Open
teddyrendahl opened this issue Jul 3, 2018 · 1 comment
Open

Read During Processor #14

teddyrendahl opened this issue Jul 3, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@teddyrendahl
Copy link
Contributor

I would like to avoid having system keywords on all our plans. However, we might want to be able to take "supplemental" data at every point in our scan. This pre-processor would catch every save method and make sure that if we haven't read a detector already we include it.

@ZLLentz
Copy link
Member

ZLLentz commented Jul 3, 2018

We can probably do this by comparing the RE._objs_read deque with the inputted list and doing yield from trigger_and_read when there is a missing value.

@teddyrendahl teddyrendahl added the enhancement New feature or request label Jul 5, 2018
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

2 participants