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 b8d8c3a commit ca297d4Copy full SHA for ca297d4
neo/rawio/biocamrawio.py
@@ -91,7 +91,7 @@ def _parse_header(self):
91
92
self._generate_minimal_annotations()
93
stram_ann = self.raw_annotations['blocks'][0]['segments'][0]['signals'][0]
94
- stram_ann['__array_annotations__']['location'] = np.array(channel_locations)
+ stram_ann['__array_annotations__']['locations'] = np.array(channel_locations)
95
96
def _segment_t_start(self, block_index, seg_index):
97
all_starts = [[0.]]
0 commit comments