Skip to content

Commit

Permalink
[FIX] run entity - "scans" -> "data samples"
Browse files Browse the repository at this point in the history
As we have now other modalities, such as EEG and MEG, "scan" is not really the
most appropriate term here.  Having said that we do use _scans etc for EEG and
MEG as well ATM, as it was the "forward compatible" with existing MRI centric
BIDS back then.
  • Loading branch information
yarikoptic committed Mar 17, 2021
1 parent 537e28a commit 2be6d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ run:
name: Run
entity: run
description: |
If several scans with the same acquisition parameters are acquired in the same session,
If several data samples (e.g., MRI scans) 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 2be6d0e

Please sign in to comment.