-
Notifications
You must be signed in to change notification settings - Fork 180
SCHEMA: Add .dtseries.nii extension for resampled functional time series #1331
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
base: master
Are you sure you want to change the base?
SCHEMA: Add .dtseries.nii extension for resampled functional time series #1331
Conversation
What about throwing in other CIFTI extensions? dscalar, ptseries, pconn, etc. |
@tsalo There isn't a comprehensive list in the specification. I just added the one I saw in examples. Where should a template for these live? (what all extensions/modalities/etc should be included?) Dtseries reference is just before the mask header here: |
Co-authored-by: Chris Markiewicz <[email protected]>
List of all extensions: |
…bids-specification into schema/deriv_dtseries_extension
Codecov ReportBase: 88.39% // Head: 88.50% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1331 +/- ##
==========================================
+ Coverage 88.39% 88.50% +0.10%
==========================================
Files 11 11
Lines 1086 1087 +1
==========================================
+ Hits 960 962 +2
+ Misses 126 125 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Co-authored-by: Taylor Salo <[email protected]>
funcgii: | ||
value: .func.gii | ||
display_name: Functional GIFTI | ||
description: | | ||
GIFTI surface data format file. |
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.
Given that it's possible we should be using .time.gii
instead, I think we should not hold this PR up on adding .func.gii
.
funcgii: | |
value: .func.gii | |
display_name: Functional GIFTI | |
description: | | |
GIFTI surface data format file. |
func_gifti: | ||
$ref: rules.files.raw.func.func | ||
entities: | ||
$ref: rules.files.raw.func.func.entities | ||
hemisphere: required | ||
space: optional | ||
density: optional | ||
description: optional | ||
extensions: | ||
- .func.gii | ||
|
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.
func_gifti: | |
$ref: rules.files.raw.func.func | |
entities: | |
$ref: rules.files.raw.func.func.entities | |
hemisphere: required | |
space: optional | |
density: optional | |
description: optional | |
extensions: | |
- .func.gii |
Co-authored-by: Chris Markiewicz <[email protected]>
These show up in examples on the site, though they aren't listed in a template.