-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buffer description api in neorawio and xarray reference API bridge (#…
…1513) * Proof of concept of "buffer_description_api" and xarray reference API bridge * Implement get_analogsignal_chunk() generically when a rawio class has_buffer_description_api=True This should also solve the memmap and memmory leak problem. * wip * test on micromed * rebase on buffer_id * Implement get_analogsignal_chunk() generically when a rawio class has_buffer_description_api=True This should also solve the memmap and memmory leak problem. * wip * test on micromed * some fix * make strema a slice of buffer and xarray api use buffer_id * json api : winedr + winwcp * buffer api : RawBinarySignalRawIO + RawMCSRawIO * json api : neuroscope + openephysraw * More reader with buffer description * wip * json api start hdf5 on maxwell * doc for signal_stream signal_buffer * Merci Zach Co-authored-by: Zach McKenzie <[email protected]> * Use class approach for buffer api : BaseRawWithBufferApiIO * feedback * Apply suggestions from code review Co-authored-by: Heberto Mayorquin <[email protected]> Co-authored-by: Zach McKenzie <[email protected]> * clean * oups * more clean --------- Co-authored-by: Zach McKenzie <[email protected]> Co-authored-by: Heberto Mayorquin <[email protected]>
- Loading branch information
1 parent
aa0c7fe
commit 96a28af
Showing
22 changed files
with
861 additions
and
368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.