@@ -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+
174181These 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-
193193These fields MAY be present:
194194
195195<!-- This block generates a metadata table.
0 commit comments