You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/ibl-neuropixel/references/neuropixel_routing.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,19 @@ Prefer:
78
78
-`spikeglx.Reader` slicing
79
79
-`brainbox.io.spikeglx.extract_waveforms` when the task is waveform-centric rather than file-centric
80
80
81
+
## Channel coordinate convention (`axial_um`)
82
+
83
+
`axial_um` is the distance in µm from the **tip** of the probe shank — the SpikeGLX convention.
84
+
85
+
|`axial_um` value | meaning |
86
+
|-----------------|---------|
87
+
| small (≈ 0) | closest to tip → **deepest** in the brain (lower region) |
88
+
| large (≈ 3840 for NP1) | far from tip → **most superficial** (upper region) |
89
+
90
+
Consequence for depth-ordered operations: sorting ascending by `axial_um` and stepping with `shift(-1)` moves from **deeper → shallower** (lower → upper). Label axes accordingly:
0 commit comments