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

Example for meta data and automatic filtering #19

Open
SimonHeybrock opened this issue Nov 11, 2015 · 0 comments
Open

Example for meta data and automatic filtering #19

SimonHeybrock opened this issue Nov 11, 2015 · 0 comments

Comments

@SimonHeybrock
Copy link
Contributor

Some meta data will cause automatic filtering, e.g., there could be a pulse-bad flag, for a soft veto. The reduction should then automatically drop those frames.

  • Streamer could generate the flag and inject some bad pulses, e.g., just a random flat neutron distribution.
  • If the reduction does not filter, it will see a background. Filtering (dropping frames where pulse-bad=true) should get rid of the background. If the flag is available right when the frame is processed, dropping it should be simple.

Questions:

  • Are there cases where we want to filter out parts of a frame?
  • Can we drop things before running the reduction, or could it happen that the meta data arrives too late?
  • Should dropping happen before distributing the stream?
SimonHeybrock added a commit that referenced this issue Nov 16, 2015
May be this is a first step towards #19, but we'll have to improve a lot
of things.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant