File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,7 @@ def create_neuropixels_probe(probe_type: str = "neuropixels 1.0 - 3A"):
148
148
)
149
149
with ProbeType .connection .transaction :
150
150
ProbeType .insert1 (probe_type , skip_duplicates = True )
151
- ProbeType .Electrode .insert (
152
- electrode_layouts , skip_duplicates = True
153
- )
151
+ ProbeType .Electrode .insert (electrode_layouts , skip_duplicates = True )
154
152
155
153
156
154
@schema
@@ -219,6 +217,7 @@ def build_electrode_layouts(
219
217
"""Builds electrode layouts.
220
218
221
219
Args:
220
+ probe_type (str): probe type (e.g., "neuropixels 1.0 - 3A")
222
221
site_count_per_shank (int): site count per shank.
223
222
col_spacing (float): (um) horizontal spacing between sites. Defaults to None (single column).
224
223
row_spacing (float): (um) vertical spacing between columns. Defaults to None (single row).
You can’t perform that action at this time.
0 commit comments