Skip to content

Commit 7699ef1

Browse files
authoredJun 27, 2023
Merge pull request #27 from magdalenasabat/patch-1
Update Binary-format.rst
2 parents 4fc0e98 + 968f3fc commit 7699ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/User-Manual/Recording-data/Binary-format.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Event data is organized by stream and by "event channel" (typically :code:`TTL`)
7777

7878
Directories for TTL event channels include the following files:
7979

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.
8181

8282
* :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.
8383

0 commit comments

Comments
 (0)