Skip to content

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.

2 participants