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 c18b453 commit 25e28ddCopy full SHA for 25e28dd
neo/rawio/biocamrawio.py
@@ -38,7 +38,8 @@ class BiocamRawIO(BaseRawIO):
38
compression. If None and the file is event-based compressed,
39
you need to specify a fill gaps strategy:
40
41
- * "zeros": the gaps are filled with 0s.
+ * "zeros": the gaps are filled with unsigned 0s (2048). This value is the "0" of the unsigned 12 bits
42
+ representation of the data.
43
* "synthetic_noise": the gaps are filled with synthetic noise.
44
45
Examples
0 commit comments