-
Notifications
You must be signed in to change notification settings - Fork 297
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: Output TaskName and timing metadata for all resampled BOLD series #2320
ENH: Output TaskName and timing metadata for all resampled BOLD series #2320
Conversation
Need to rerun to check expected outputs, but the JSON files can be inspected in artifacts: https://app.circleci.com/pipelines/github/nipreps/fmriprep/51/workflows/a89942cc-7cd9-4b18-acbe-b83c777304b5/jobs/324/artifacts fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-1_space-fsLR_den-91k_bold.json: {
"RepetitionTime": 2.0,
"TaskName": "mixed-gambles task"
} fmriprep/sub-01/func/sub-01_task-mixedgamblestask_run-1_space-fsLR_den-91k_bold.dtseries.json: {
"grayordinates": "91k",
"space": "HCP grayordinates",
"surface": "fsLR",
"surface_density": "32k",
"volume": "MNI152NLin6Asym"
} |
Kind of wild RTD build:
|
4ffd3a3
to
e97b547
Compare
Niworkflows 1.3.2 is out. This should be ready for review. (Apologies if CircleCI comes back in 2 hours to prove me wrong...) |
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.
Very much needed. Thanks much, I'm totally in favor of including this within the LTS.
Great! Looks all good! |
Changes proposed in this pull request
Closes #1549.
Fixes #2193.
Fixes #2294.
Depends on nipreps/niworkflows#578.
Documentation that should be reviewed