File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class BiocamIO(BiocamRawIO, BaseFromRaw):
66 __doc__ = BiocamRawIO .__doc__
77 mode = "file"
88
9- def __init__ (self , filename , fill_gaps_strategy = "zeros" ):
9+ def __init__ (self , filename , fill_gaps_strategy = None ):
1010 BiocamRawIO .__init__ (self , filename = filename ,
1111 fill_gaps_strategy = fill_gaps_strategy )
1212 BaseFromRaw .__init__ (self , filename )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class BiocamRawIO(BaseRawIO):
3535 The *.h5 file to be read
3636 fill_gaps_strategy: "zeros" | "synthetic_noise" | None, default: None
3737 The strategy to fill the gaps in the data when using event-based
38- compression. If None and the file is event-based compressed,
38+ compression. If None and the file is event-based compressed,
3939 you need to specify a fill gaps strategy:
4040
4141 * "zeros": the gaps are filled with unsigned 0s (2048). This value is the "0" of the unsigned 12 bits
You can’t perform that action at this time.
0 commit comments