Skip to content

Commit 4f2a898

Browse files
committed
feat: Recommend EpochLength only if RecordingType is epoched
1 parent a89bb6e commit 4f2a898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/rules/sidecars/electrophys.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
EpochedData:
44
selectors:
55
- intersects([datatype], ['eeg', 'meg', 'ieeg'])
6-
- sidecar.RecordingType == 'EpochLength'
6+
- sidecar.RecordingType == 'epoched'
77
fields:
88
EpochLength: recommended

0 commit comments

Comments
 (0)