Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
13 changes: 10 additions & 3 deletions src/modality-specific-files/electromyography.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@ this extension when referring to it in the context of the academic literature.

## EMG data

<!--
This block generates a filename templates.
The inputs for this macro can be found in the directory
src/schema/rules/files/raw
and a guide for using macros can be found at
https://github.com/bids-standard/bids-specification/blob/master/macros_doc.md
-->
{{ MACROS___make_filename_template(
"raw",
datatypes=["emg"],
suffixes=["emg", "events"])
"raw",
datatypes=["emg"],
suffixes=["emg", "events", "physio", "stim"])
}}

EMG device manufacturers use a variety of formats for storing raw data, and there is
Expand Down
1 change: 1 addition & 0 deletions src/schema/rules/files/raw/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ timeseries:
datatypes:
- beh
- eeg
- emg
- ieeg
- nirs
entities:
Expand Down