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.
2 parents 9567cfd + 607519b commit 9bf8f15Copy full SHA for 9bf8f15
src/probeinterface/neuropixels_tools.py
@@ -22,6 +22,7 @@
22
global _np_probe_features
23
_np_probe_features = None
24
25
+
26
def _load_np_probe_features():
27
# this avoid loading the json several time
28
@@ -30,6 +31,7 @@ def _load_np_probe_features():
30
31
_np_probe_features = json.load(open(probe_features_filepath, "r"))
32
return _np_probe_features
33
34
35
# Map imDatPrb_pn (probe number) to imDatPrb_type (probe type) when the latter is missing
36
# ONLY needed for `read_imro` function
37
probe_part_number_to_probe_type = {
0 commit comments