Skip to content

Commit d0a1ead

Browse files
committed
move corresponding narrative chunk from recommended to required section
1 parent 116f798 commit d0a1ead

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/modality-specific-files/electromyography.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@ A guide for using macros can be found at
171171
-->
172172
{{ MACROS___make_sidecar_table("emg.EMGRequired") }}
173173

174+
Note the `RecordingType`, which depends on whether the data stream on disk is interrupted or not.
175+
Continuous data is by definition 1 segment without interruption.
176+
Epoched data consists of multiple segments that all have the same length
177+
(for example, corresponding to trials) and that have gaps in between.
178+
Discontinuous data consists of multiple segments of different length,
179+
for example due to a pause in the acquisition.
180+
174181
These fields SHOULD be present:
175182

176183
<!-- This block generates a metadata table.
@@ -183,13 +190,6 @@ A guide for using macros can be found at
183190
-->
184191
{{ MACROS___make_sidecar_table("emg.EMGRecommended") }}
185192

186-
Note the `RecordingType`, which depends on whether the data stream on disk is interrupted or not.
187-
Continuous data is by definition 1 segment without interruption.
188-
Epoched data consists of multiple segments that all have the same length
189-
(for example, corresponding to trials) and that have gaps in between.
190-
Discontinuous data consists of multiple segments of different length,
191-
for example due to a pause in the acquisition.
192-
193193
These fields MAY be present:
194194

195195
<!-- This block generates a metadata table.

0 commit comments

Comments
 (0)