From 63e33cc4b933c1d800fd210ff0b435f7768010d3 Mon Sep 17 00:00:00 2001 From: Cyril Pernet Date: Mon, 9 Sep 2024 15:41:30 +0200 Subject: [PATCH] add example the issue being the hd5 and zarr are planned for future derivatives, so the example uses something not currently supported --- src/derivatives/introduction.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/derivatives/introduction.md b/src/derivatives/introduction.md index ceddf824db..0b9a767fae 100644 --- a/src/derivatives/introduction.md +++ b/src/derivatives/introduction.md @@ -138,6 +138,18 @@ containing BIDS paths at the level of the multidimensional file BIDS path rules MUST be applied as though these paths existed within the dataset. Metadata about the multidimensional array SHOULD be documented in the associated JSON sidecar file. +Example of preprocessed data (here relmat indicates a 3D relational matrix in 4D node*node*time*frequency band): +```Text +└─ derivatives// + ├─ descriptions.tsv + └─ sub-001/ + └─ eeg/ + ├─ sub-001_task-listening_desc-preproc_eeg.edf + ├─ sub-001_task-listening_desc-preproc_eeg.json + ├─ sub-001_task-listening_meas-crosscoherence_relamt.hd5 + └─ sub-001_task-listening_meas-crosscoherence_relamt.jon +``` + [definitions]: ../common-principles.md#definitions