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 64c8fd6 commit a4a09bcCopy full SHA for a4a09bc
neo/rawio/phyrawio.py
@@ -179,7 +179,7 @@ def _parse_header(self):
179
current_pc_features[:, pc_idx, channel_idx]
180
181
if self._pc_feature_ind is not None:
182
- spiketrain_an['pc_feature_ind'] = self._pc_feature_ind[index]
+ spiketrain_an['pc_feature_ind'] = self._pc_feature_ind[unique_templates]
183
184
def _segment_t_start(self, block_index, seg_index):
185
assert block_index == 0
0 commit comments