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 c6eb6bc commit 5b8898eCopy full SHA for 5b8898e
neo/rawio/neuralynxrawio/ncssections.py
@@ -6,7 +6,7 @@
6
Defining these sections is complicated due to the physical structure of .Ncs files which contain
7
both a header and a set of fixed length records, CscRecords.
8
9
-Each CscRecord has a start time in microseconds, a channel id (chan_id), a stating sampling
+Each CscRecord has a start time in microseconds, a channel id (chan_id), a stated sampling
10
frequency (sampFreq) which is rounded to the whole sample/s, and a number of valid samples
11
(nb_valid), which may be less than the physical maximum of 512. In principle each of these
12
parameters may vary in each record in the file; however, there are no known examples of .Ncs
0 commit comments