Skip to content
Open
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
8 changes: 0 additions & 8 deletions src/schema/objects/columns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,6 @@ channel:
In the absence of a delimiter, tools MUST interpret any character as being part
of a channel name.
type: string
channel_label:
name: channel_label
display_name: Channel label
description: |
Human readable identifier. Use this name to specify the
content of signals not generated by electrodes. For example,
`DAQ internal synchronization signals`, `behavioral signals`, `behavioral cues`.
type: string
color:
name: color
display_name: Color label
Expand Down
10 changes: 8 additions & 2 deletions src/schema/rules/tabular_data/microephys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,15 @@ microephysChannels:
high_cutoff: optional
reference__microephys: optional
notch: optional
channel_label: optional
stream_id: optional
description: optional
description:
level: optional
description_addendum: |
For a channel that is not generated by an electrode, and so has `n/a` in the
`electrode_name` column, use this column to state what the signal is,
for example, `Synchronization pulse from the behavioral control system`.
The category of such a channel is given by the `type` column,
for example, `SYNC` or `BEH`.
software_filter_types: optional
status: optional
status_description: optional
Expand Down
Loading