We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b79494 commit c9a286eCopy full SHA for c9a286e
resources/generate_neuropixels_library.py
@@ -80,7 +80,7 @@ def generate_all_npx():
80
n = probe.get_contact_count()
81
82
title = f"{probe.manufacturer} - {model_name}"
83
- title += f"\n{probe.annotations.get('probe_long_name')}"
+ title += f"\n{probe.name}"
84
title += f"\n {n}ch"
85
if probe.shank_ids is not None:
86
num_shank = probe.get_shank_count()
0 commit comments