@@ -29,14 +29,7 @@ atlas:
2929 name : atlas
3030 display_name : Atlas
3131 description : |
32- The definition of atlas per Merriam-Webster is ‘a bound collection of maps (i.e. labeled brain regions
33- or quantitative aspects) and metadata (tables, or textual matter). Within BIDS, atlases are broadly
34- defined as a mapping between locations in a spatial coordinate systems and descriptions associated with
35- those locations. Atlases are often build from registering many subjects or maps to a template. By analogy
36- with geographical atlases, brain atlases can map brain locations to either discrete labels like a map
37- of countries does, or to continuous quantities like a topographic map does.
38-
39- This comprises all possible types of atlases, specifically deterministic, probabilistic, and mask/voxel-based
32+ Atlas comprises all possible types of atlases, specifically deterministic, probabilistic, and mask/voxel-based
4033 ones, and quantitative maps from various modalities including but not limited to structural features (e.g.
4134 myelination, cytoarchitecture), functional features (e.g. resting-state networks, localizers) and such based on
4235 multimodal data integration (e.g. gene expression, receptors). Furthermore, it covers both volume/voxel and
@@ -53,6 +46,14 @@ ceagent:
5346 `"ContrastBolusIngredient"` MAY also be added in the JSON file, with the same label.
5447 type : string
5548 format : label
49+ cohort :
50+ name : cohort
51+ display_name : Cohort
52+ description : |
53+ A subset of a defined template space, for instance, for a longitudinal template of brain development
54+ where infants were participants were averaged at three, six, and twelve months old.
55+ type : string
56+ format : label
5657chunk :
5758 name : chunk
5859 display_name : Chunk
@@ -300,7 +301,33 @@ segmentation:
300301 display_name : Segmentation
301302 description : |
302303 The `seg-<label>` key/value pair corresponds to a custom label the user
303- MAY use to distinguish different segmentations.
304+ MAY use to distinguish different segmentations or parcellations.
305+
306+ For atlases, `seg-<label>` distinguish different realizations of a given
307+ segmentation or parcellation.
308+ For example, for the [Yeo 2011 atlas](https://doi.org/10.1152/jn.00338.2011)
309+ distributed within *FreeSurfer* with two different parcellations
310+ (*7 networks* and *17 networks*).
311+
312+ This entity is only applicable to derivative data.
313+ type : string
314+ format : label
315+ scale :
316+ name : scale
317+ display_name : Scale
318+ description : |
319+ The `scale-<label>` key/value pair corresponds to a custom label the user
320+ MAY use to distinguish segmentations that entail different levels of
321+ *regional resolution* (scales), often indicated by the number of ROIs.
322+ See ([Bijsterbosch et al., 2020](https://doi.org/10.1038/s41593-020-00726-z))
323+ for further details on *regional resolution* or, as defined by the authors of
324+ the manuscript, the *brain units*.
325+
326+ For example, the [Schaefer 2018 atlas](https://doi.org/10.1093/cercor/bhx179)
327+ is distributed within *FreeSurfer* with ten different scales
328+ (100, 200, 300, 400, 500, 600, 700, 800, 900, and 1000 regions) for each of
329+ its three different parcellations (*7 networks*, *17 networks*, and
330+ *Kong's variation of 17 networks*).
304331
305332 This entity is only applicable to derivative data.
306333 type : string
@@ -412,6 +439,16 @@ task:
412439 the `task` label for resting state files (for example, `task-rest`).
413440 type : string
414441 format : label
442+ template :
443+ name : tpl
444+ display_name : Template
445+ description : |
446+ An standardized space of analysis specified or engendered by one or more average of features
447+ with respect to which group-level and atlas-derived results are provided.
448+ The `<label>` MAY be taken from one of the modality specific lists in the
449+ [Coordinate Systems Appendix](SPEC_ROOT/appendices/coordinate-systems.md).
450+ type : string
451+ format : label
415452tracer :
416453 name : trc
417454 display_name : Tracer
0 commit comments