From 2be6d0e1228af19d54d017d2183dd63d74eb5709 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko <debian@onerussian.com> Date: Wed, 17 Mar 2021 10:04:59 -0400 Subject: [PATCH] [FIX] run entity - "scans" -> "data samples" 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. --- src/schema/entities.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema/entities.yaml b/src/schema/entities.yaml index ef69fa8d6b..4feb910fb5 100644 --- a/src/schema/entities.yaml +++ b/src/schema/entities.yaml @@ -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).