Skip to content

Commit 655115b

Browse files
author
Thinh Nguyen
committed
creating Neuropixels probe (in ProbeType) as part of probe module activation
1 parent dba0a48 commit 655115b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

element_array_ephys/probe.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ def activate(schema_name, create_schema=True, create_tables=True):
1717
"""
1818
schema.activate(schema_name, create_schema=create_schema, create_tables=create_tables)
1919

20+
# Add neuropixels probes
21+
for probe_type in ('neuropixels 1.0 - 3A', 'neuropixels 1.0 - 3B',
22+
'neuropixels 2.0 - SS', 'neuropixels 2.0 - MS'):
23+
ProbeType.create_neuropixels_probe(probe_type)
24+
2025

2126
@schema
2227
class ProbeType(dj.Lookup):

0 commit comments

Comments
 (0)