- Include
source_processor_id
andsource_processor_name
when writing .oebin file - If sample numbers are not available in a Binary format
continuous
folder, create default values
- Fix bug in loading sample numbers with Open Ephys format (last value was previously truncated)
- Load Binary format timestamps and sample numbers as memory-mapped arrays
- Update global timestamp synchronization to use latest naming conventions
- Fix bug in sending TTLs when using NetworkControl object
- Fix docstring for EventListener class
- Use absolute URLs in README, so the links work on PyPI site
- Add logo as link in README so it shows up on PyPI project description
- Reads data from Binary, NWB, and Open Ephys formats
- Binary format module is backwards compatible with version
0.5.x
, other modules only work with data saved by version0.6.x
and higher.
OpenEphysHTTPServer
class communicates with the GUI's built-in HTTP server (available in version0.6.x
and higher).NetworkControl
class communicates with the Network Events plugin, which is also available in version0.5.x
.
EventListener
class receives spikes and events from the Event Broadcaster plugin installed in GUI version0.6.x
and higher.