offer default ProcessingModules named "behavior", "ecephys", etc. #946
Labels
category: enhancement
improvements of code or code behavior
priority: medium
non-critical problem and/or affecting only a small set of NWB users
Feature Request
In an effort to help usability and to encourage best practices, we should offer default processing modules. This will require the following:
ProcessingModules
to/processing
.ProcessingModule
objects.My preferred syntax for the API change would be that
nwb.processing.behavior
would return theProcessingModule
named behavior if it exists, and if it does not exist pynwb would automatically create that module and return it.Checklist
The text was updated successfully, but these errors were encountered: