Skip to content

Commit 25e28dd

Browse files
alejoe91mahlzahn
authored andcommitted
Improve docstrings
1 parent c18b453 commit 25e28dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neo/rawio/biocamrawio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ class BiocamRawIO(BaseRawIO):
3838
compression. If None and the file is event-based compressed,
3939
you need to specify a fill gaps strategy:
4040
41-
* "zeros": the gaps are filled with 0s.
41+
* "zeros": the gaps are filled with unsigned 0s (2048). This value is the "0" of the unsigned 12 bits
42+
representation of the data.
4243
* "synthetic_noise": the gaps are filled with synthetic noise.
4344
4445
Examples

0 commit comments

Comments
 (0)