We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9122872 commit 784e831Copy full SHA for 784e831
src/probeinterface/neuropixels_tools.py
@@ -897,7 +897,6 @@ def read_spikeglx(file: str | Path) -> Probe:
897
probe.annotate(slot=imDatPrb_slot)
898
899
# ===== 7. Set device channel indices (wiring) =====
900
- # I am unsure why are we are doing this. If someone knows please document it here.
901
probe.set_device_channel_indices(np.arange(probe.get_contact_count()))
902
903
return probe
0 commit comments