Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions neo/rawio/spikeglxrawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,12 @@
)
from .utils import get_memmap_shape


neuropixels_probe_features_file = Path(__file__).parents[1] / "resources" / "neuropixels_probe_features.json"


def _is_1_0_probe(features):
"""
Check if the probe is a Neuropixels 1.0 based on the datasheet /
Check if the probe is a Neuropixels 1.0 based on the datasheet /
description / databus_decoder field in the features dict.
"""
datasheet_string = features.get("datasheet", "")
Expand Down