You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: source/User-Manual/Recording-data/Binary-format.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Event data is organized by stream and by "event channel" (typically :code:`TTL`)
77
77
78
78
Directories for TTL event channels include the following files:
79
79
80
-
* :code:`states.npy`: numpy array of *N* 16-bit integers, indicating ON (+CH_number) and OFF (-CH_number) states
80
+
* :code:`states.npy`: numpy array of *N* 16-bit integers, indicating ON (+CH_number) and OFF (-CH_number) states **Note:** This file was called :code:`channel_states.npy` in GUI version 0.5.X.
81
81
82
82
* :code:`sample_numbers.npy` Contains *N* 64-bit integers indicating the sample number of each event since the start of acquisition. **Note:** This file was called :code:`timestamps.npy` in GUI version 0.5.X. To avoid ambiguity, "sample numbers" always refer to integer sample index values starting in version 0.6.0.
0 commit comments