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.
1 parent 3994fc7 commit 9857aefCopy full SHA for 9857aef
element_array_ephys/readers/spikeglx.py
@@ -318,6 +318,9 @@ def __init__(self, meta_filepath):
318
else None
319
)
320
321
+ if self.shankmap is None and self.geommap is not None:
322
+ self.shankmap = self._transform_geom_to_shank()
323
+
324
# Channels being recorded, exclude Sync channels - basically a 1-1 mapping to shankmap
325
self.recording_channels = np.arange(len(self.imroTbl["data"]))[
326
self.get_recording_channels_indices(exclude_sync=True)
0 commit comments