This repository was archived by the owner on Mar 15, 2023. It is now read-only.
v0.9.2
In v0.9.2 of nwb-conversion-tools, we...
- All DataInterfaces now infer their
source_schemafrom properly annotated__init__ - Fixes to the
BaseSortingInterfacemetadata handling to remove references to 'data' field. These should be set as unit properties or features to the extractor during__init__, andmetadata["UnitProperties"] = [dict(name=property_name, description=...)]for the custom column metainfo for each property. - Some fixes to arguments to
BlackRockRecordingInterface