-
Notifications
You must be signed in to change notification settings - Fork 132
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: store confound timeseries data #1166
Conversation
I see that Also, not sure what to make of the failing T1w test. The values are close. Has something recently been modified that would change numerical precision? |
I would rebase on the latest master, which is linting clean. Then you should only have issues in your code to address. |
c20b408
to
c6fab96
Compare
Co-authored-by: Chris Markiewicz <[email protected]>
Co-authored-by: Chris Markiewicz <[email protected]>
Co-authored-by: Chris Markiewicz <[email protected]>
Thanks for the speedy review! I don't think that the ci/circleci T1w failure is related to this pull request, but let me know if I should look into it as a part of this. |
No, that's unrelated. |
Closes #992
The timeseries data are stored in a tsv file matching
[input_bids]_timeseries.tsv
, with an accompanying json sidecar[input_bids]_timeseries.json
Columns contain 6 motion parameters, DVARS, AFNI’s outlier ratio, and AFNI’s quality index
(Sorry that this took so long to push through!)