We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd0cad commit 3eba39cCopy full SHA for 3eba39c
1 file changed
element_array_ephys/readers/spikeglx.py
@@ -281,7 +281,7 @@ def __init__(self, meta_filepath):
281
elif probe_model == 24:
282
self.probe_model = "neuropixels 2.0 - MS"
283
else:
284
- self.probe_model = str(probe_model)
+ self.probe_model = self.probe_PN
285
286
# Get recording time
287
self.recording_time = datetime.strptime(
0 commit comments