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

Feature improve extractor #268

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

cameronc137
Copy link
Collaborator

This provides a cut in or out, and event or pattern options for extracting data. A sample data handler file is provided giving an example of BMW eventwise extraction and of patternwise Clean (ErrorFlag&0xffffffff) data

cut = 1, error-mask = 0xFLAGBITS -> if any of (ErrorFlag & 0xFLAGBITS) != 0 then event passes and is included
cut = 0, error-mask = 0xFLAGBITS -> if all of (ErrorFlag & 0xFLAGBITS) == 0 then event passes and is included

Including sample BMW event config and a "Clean" ErrorFlag == 0 check

Currently only works for event tree extraction (I'll get to mul tree next)
@cameronc137
Copy link
Collaborator Author

Devika will check this out

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

Successfully merging this pull request may close these issues.

1 participant