Skip to content

Commit 5b8898e

Browse files
Update neo/rawio/neuralynxrawio/ncssections.py
Co-authored-by: Zach McKenzie <[email protected]>
1 parent c6eb6bc commit 5b8898e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/neuralynxrawio/ncssections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Defining these sections is complicated due to the physical structure of .Ncs files which contain
77
both a header and a set of fixed length records, CscRecords.
88
9-
Each CscRecord has a start time in microseconds, a channel id (chan_id), a stating sampling
9+
Each CscRecord has a start time in microseconds, a channel id (chan_id), a stated sampling
1010
frequency (sampFreq) which is rounded to the whole sample/s, and a number of valid samples
1111
(nb_valid), which may be less than the physical maximum of 512. In principle each of these
1212
parameters may vary in each record in the file; however, there are no known examples of .Ncs

0 commit comments

Comments
 (0)