matnwb
matnwb copied to clipboard
A Matlab interface for reading and writing NWB files
## Motivation Simplify the root folder and group files logically. ## How to test the behavior? ``` N/A ``` ## Todo - [ ] Update relative paths in workflows -...
## Motivation PR #543 (Convert Azure Pipelines to GitHub actions) contained several changes to the dynamic table interface. In order to keep a clear separation of concerns, I wanted to...
### What would you like to see added to MatNWB? Many NWB types are containers for other types, with two examples being `ProcessingModule` and `Fluorescence`. The syntax for setting/getting data...
### What happened? If a group or dataset is removed from an NWB file object which is read from disk, and the NWB file object is exported to the same...
### What would you like to see added to MatNWB? Deprecate `+contrib` namespace and/or move it to separate repository like matnwb-third-party ### Is your feature request related to a problem?...
### What would you like to see added to MatNWB? - A default set of chunking options that can be customised for individual NWB types - Utility function for applying...
### What would you like to see added to MatNWB? Add a version number to matnwb, for example using a `Contents.m` file. Then add a mechanism where the `was_generated_by` field...
### What would you like changed or added to the documentation and why? Update tutorials to not use explicit softlinks. PR #634 enables softlinks to be assigned internally ### Do...
### What would you like to see added to MatNWB? Add warning for using string (path name) in SoftLink ### Is your feature request related to a problem? _No response_...
### What happened? MatNWB does not check if `electrodes` dynamic tables or `band` dynamic tables have the required datasets included according to how they are defined in the nwb schemas....