matnwb
matnwb copied to clipboard
A Matlab interface for reading and writing NWB files
### What happened? I have a number of different NWB files that were created with the same code. Of these, [a particular dataset](https://dandiarchive.org/dandiset/000541/draft) takes an oddly long time to load...
### What happened? Hello! I'm working into exporting an intan file to a nwb format - I am customizing the labels, and therefore not using Intan's written code. I followed...
### What happened? I've implemented support for NWB files to a MATLAB application I'm developing. My code works fine, but when I try to load any NWB file after compiling...
### What happened? I created .nwb files using MATLAB but get this error when I try to validate: D:\emotional_memory_neuronal_analyses\emotional_memory_neuronal_dandi\000887>dandi validate [pywnb.GENERIC] D:\emotional_memory_neuronal_analyses\emotional_memory_neuronal_dandi\000887\sub-001\sub-001_ses-ENC_behavior+ecephys.nwb — DtypeError.__init__: incorrect type for 'expected' (got 'RefSpec',...
### What happened? This issue related to the following points: 1. I can add a linked type directly to an NWB type/class without using the `types.untyped.Softlink`. Example (adding a device):...
### What would you like to see added to MatNWB? At the moment an instance of types.untyped.Set can appear to be empty, but using the `isempty` function returns false. ###...
Is there any plan to move the current `matnwb` packages into sub-packages of a `matnwb` package for a cleaner namespace? For example, instead of calling `types.core.OpticalChannel` users could call `matnwb.types.core.OpticalChannel`...
### What would you like to see added to MatNWB? see title ### Is your feature request related to a problem? _No response_ ### What solution would you like? see...
### What happened? One of our OpenScope project packaged in 2022 is about to be published. We packaged the data in NWB files on Dandi but our collaborators found some...
## Motivation Better future integration with Github Pages - [ ] Badge generation ## Checklist - [x] Have you ensured the PR description clearly describes the problem and solutions? -...