Skip to content

Commit

Permalink
[FIX] run entity - "scans" -> "data samples" (#760)
Browse files Browse the repository at this point in the history
* [FIX] run entity - "scans" -> "data samples"

Co-authored-by: Yaroslav Halchenko <[email protected]>

* use Taylor's proposal: data samples -> data acquisitions

* Update src/schema/objects/entities.yaml

Co-authored-by: Stefan Appelhoff <[email protected]>
  • Loading branch information
yarikoptic and sappelhoff authored Apr 6, 2022
1 parent 0b54380 commit e140f35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/schema/objects/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ run:
name: Run
entity: run
description: |
If several scans with the same acquisition parameters are acquired in the same session,
If several data acquisitions (for example, MRI scans or EEG recordings)
with the same acquisition parameters are acquired in the same session,
they MUST be indexed with the [`run-<index>`](../99-appendices/09-entities.md#run) entity:
`_run-1`, `_run-2`, `_run-3`, and so on (only nonnegative integers are allowed as
run labels).
Expand Down

0 comments on commit e140f35

Please sign in to comment.