File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525An additional note on channels. It appears that analog channels are called `pri` or
2626`ai0` within the metadata whereas digital channels are called `din0` or `dout0`.
27- In this first implementation it is up to the user to do the appropriate channel slice
28- to only get the data they want. This is a buffer-based approach that Sam likes.
29- Eventually we will try to divide these channels into streams (analog vs digital) or
30- we can come up with a work around if users open an issue requesting this.
27+
3128
3229Zach McKenzie
3330
@@ -159,7 +156,7 @@ def _parse_header(self):
159156 # given metadata
160157 if self ._timestamps [0 ] != self .metadata ["status" ]["timestamp_range" ][0 ]:
161158 metadata_start = self .metadata ["status" ]["timestamp_range" ][0 ]
162- data_start = self ._teimstamps [0 ]
159+ data_start = self ._timestamps [0 ]
163160 raise NeoReadWriteError (
164161 f"The metadata indicates a different starting timestamp { metadata_start } than the data starting timestamp { data_start } "
165162 )
You can’t perform that action at this time.
0 commit comments