Skip to content

Commit bc3b270

Browse files
authored
Add Diagnostics Biochips probes (#59)
1 parent 275ae28 commit bc3b270

16 files changed

Lines changed: 8979 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ apps/probe-viewer/node_modules/
55
apps/probe-viewer/dist/
66
apps/probe-viewer/.vite/
77

8+
# Codex
9+
AGENTS.md
10+
811
# Build cache
912
.cache/
1013

apps/probe-viewer/src/components/Sidebar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import type { GroupNode } from "../grouping/types";
88

99
const MANUFACTURER_DISPLAY_NAMES: Record<string, string> = {
1010
cambridgeneurotech: "Cambridge NeuroTech",
11+
diagnosticbiochips: "Diagnostic Biochips",
1112
imec: "IMEC (Neuropixels)",
1213
neuronexus: "NeuroNexus",
1314
plexon: "Plexon",

0 commit comments

Comments
 (0)