Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Clarify MEG empty-room recommendations #1125

Merged
merged 13 commits into from
Jul 20, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 30 additions & 2 deletions src/04-modality-specific-files/02-magnetoencephalography.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,10 @@ Empty-room MEG recordings capture the environmental and recording system's
noise.
In the context of BIDS it is RECOMMENDED to perform an empty-room recording for
robertoostenveld marked this conversation as resolved.
Show resolved Hide resolved
each experimental session.
It is RECOMMENDED to store the empty-room recording inside a subject directory

If empty-room recordings are not done prior to each individual experimental session, but
robertoostenveld marked this conversation as resolved.
Show resolved Hide resolved
on a daily schedule, one empty-room recording may have to be used with multiple subjects and/or sessions. In that case
it is RECOMMENDED to store the empty-room recording inside a subject directory
hoechenberger marked this conversation as resolved.
Show resolved Hide resolved
named `sub-emptyroom`.
The label for the [`task-<label>`](../99-appendices/09-entities.md#task) entity in the empty-room recording SHOULD be
set to `noise`.
Expand All @@ -607,7 +610,7 @@ It should be possible to query empty-room recordings just like usual subject
recordings, hence all metadata sidecar files (such as the `channels.tsv`) file
SHOULD be present as well.

Example:
Example 1:
robertoostenveld marked this conversation as resolved.
Show resolved Hide resolved

<!-- This block generates a file tree.
A guide for using macros can be found at
Expand All @@ -630,4 +633,29 @@ A guide for using macros can be found at
}
) }}


robertoostenveld marked this conversation as resolved.
Show resolved Hide resolved
Example 2:
robertoostenveld marked this conversation as resolved.
Show resolved Hide resolved

sappelhoff marked this conversation as resolved.
Show resolved Hide resolved
<!-- This block generates a file tree.
A guide for using macros can be found at
https://github.com/bids-standard/bids-specification/blob/master/macros_doc.md
-->
{{ MACROS___make_filetree_example(
robertoostenveld marked this conversation as resolved.
Show resolved Hide resolved
{
"sub-control01": {
"ses-01": {
"sub-01_ses-01_scans.tsv": "",
"meg": {
"sub-control01_ses-01_task-rest_meg.ds": "",
"sub-control01_ses-01_task-rest_meg.json": "",
"sub-control01_ses-01_task-rest_channels.tsv": "",
"sub-control01_ses-01_task-noise_meg.ds": "",
"sub-control01_ses-01_task-noise_meg.json": "",
"sub-control01_ses-01_task-noise_channels.tsv": "",
}
}
},
}
) }}

<!-- Link Definitions -->