-
Notifications
You must be signed in to change notification settings - Fork 0
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] revisions to @oesteban's Alternative proposal to BEP038 #1
base: bep038-review
Are you sure you want to change the base?
Conversation
- atlas/tpl can't be used at the same time - relax requirement of cohort directory - remove language of cohort as 'dual' to session - remove references to provenance (out of scope, imo)
@@ -289,6 +289,7 @@ If you contributed to the BIDS ecosystem and your name is not listed, please add | |||
| Parul Sethi | 📖🔧⚠️💻 | | |||
| Patricia Clement | 💬🐛💻📖🔣💡📋🤔📆⚠️📢 | | |||
| Patrick Park | 📖💡💬💻 | | |||
| Paul Wighton | 📖 | |
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.
@pwighton To avoid losing this to a reversion, please update https://github.com/bids-standard/bids-specification/wiki/Recent-Contributors, as this page is auto-generated from a source during the release process.
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.
Thanks @effigies, I just updated that page.
These revisions are based off of a conversation with @oesteban and @mnoergaard in which it was clarified that an atlas is an aggregation of nominal (discreet-valued) data and a template is an aggregation of ordinal (continuous-valued) data.
The distinction between atlas template is clarified
Original proposal seemed to imply it's an altas/template only if it aggregates over more than one subject, otherwise the
sub-<label>
is used. This has been removed as it seems unnecessary and introduced complications (e.g In the colin27 example, it is not clear from the filname thatsub-01_T1w.nii.gz
is an aggregation of data across 27 scans) This should be incorporated into the definition if it is to be re-introducedRemoves the concept of 'derived from' from the definition of atlas. Provenance should be considered out of scope of this spec, imo
Removes references to "original default or implicit atlas". I don't think this concept is necessary, but if it is, it should be formally defined.
Reworked examples:
_desg
,_probseg
or_mask
it's an atlas_pet
, it's a templateatlas-ps13_res-2_space-fsaverage_desc-nopvc_dseg.tsv
in the PS13 example Is an aggregation of the data inatlas-ps13_res-2_space-fsaverage_stat-mean_desc-nopvc_mimap.nii.gz
, using the ROIs inatlas-fsaverage_dseg.nii.gz
to define how the data is aggregated. This file is now calledtpl-ps13_seg-fsaverage_pet.tsv
in this PR since it's an aggregation of continuous-valued data.