-
Notifications
You must be signed in to change notification settings - Fork 1
enh: measurement table improvements #13
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
enh: measurement table improvements #13
Conversation
|
Also leaving myself a note to remember to run
|
|
Okay - ready for review @eugenegkim. Tested locally by renaming files from one subject, and now preproc data has been renamed on the nan, but want to merge this before running it there. |
eugenegkim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
One thing to consider adding in the future: having utils.parse_kv look for a keyless suffix at the end of a filename.
Closes #12
Had to implement parsing for flexibility of the output table, so also fixes #1 but this is a half baked( i.e., doesn't extend to argprep.py so would need to be added in another PR)
WIP because it needs to be tested tomorrow, but the dataset I'm working on doesn't have a key-value pair for section, (e.g.
slide-11_01should beslide-11_section-01so that we can take advantage of the section replicates)Will update once this is done and ask @eugenegkim formally for a review when this is ready to merge