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

Clarifies #789
  • Loading branch information
yarikoptic committed Oct 7, 2024
1 parent f3e457a commit 427fdce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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,8 @@ 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 427fdce

Please sign in to comment.