Skip to content

Commit

Permalink
Include entity-less "scans.json" into an example of inheritance princ…
Browse files Browse the repository at this point in the history
…iple (bids-standard#1945)

* Include entity-less "scans.json" into an example of inheritance principle

Clarifies bids-standard#789

* Apply suggestions from code review

---------

Co-authored-by: Remi Gau <[email protected]>
  • Loading branch information
yarikoptic and Remi-Gau authored Oct 25, 2024
1 parent 6e2874c commit 5f70048
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/common-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -739,9 +739,11 @@ A guide for using macros can be found at
"sub-01_task-rest_acq-default_bold.nii.gz": "",
"sub-01_task-rest_acq-longtr_bold.nii.gz": "",
"sub-01_task-rest_acq-longtr_bold.json": "",
}
},
"sub-01_scans.tsv": "",
},
"task-rest_bold.json": "",
"scans.json": ""
}
) }}

Expand Down Expand Up @@ -773,6 +775,10 @@ the value for field "`RepetitionTime`" is therefore overridden to the value `3.0
The value for field "`EchoTime`" remains applicable to that image, and is not unset by its
absence in the metadata file at the lower level (rule 5.b; corollary 3).

A single `scans.json`, without any entity in the filename at the top level,
is applicable to describe columns of the `sub-01_scans.tsv`
and any other `_scans.tsv` potentially present in the dataset for other subjects.

Example 2: Impermissible use of multiple metadata files at one directory level (rule 4)

<!-- This block generates a file tree.
Expand Down

0 comments on commit 5f70048

Please sign in to comment.