Skip to content

Commit

Permalink
BF: should be a dict, not a list of dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 18, 2024
1 parent a16c0b0 commit 9bf1cc9
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/schema/rules/tabular_data/microephys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ microephysElectrodes:
index_columns: [electrode_id]
additional_columns: allowed_if_defined

microephysChannels:
microephysCCChannelsss:
selectors:
- datatype == ["ecephys", "icephys"]
- suffix == "channels"
Expand All @@ -79,22 +79,22 @@ microephysChannels:
- units__channels
- sampling_frequency
columns:
- channel_id: required
- reference__microephys: required
- type__channels: required
- units__channels: required
- sampling_frequency: optional
- channel_label: optional
- stream_id: optional
- description: optional
- hardware_filters: recommended
- software_filters: recommended
- status: optional
- status_description: optional
- gain: recommended
- time_offset: optional
- time_reference_channel: optional
- ground: optional
- recording_mode: recommended
channel_id: required
reference__microephys: required
type__channels: required
units__channels: required
sampling_frequency: optional
channel_label: optional
stream_id: optional
description: optional
hardware_filters: recommended
software_filters: recommended
status: optional
status_description: optional
gain: recommended
time_offset: optional
time_reference_channel: optional
ground: optional
recording_mode: recommended
index_columns: [channel_id]
additional_columns: allowed_if_defined

0 comments on commit 9bf1cc9

Please sign in to comment.