-
Hello,
Sorry for the consistent posts I'm making but I've tried this for a while already and I'm stuck. Is there a way to ammend the data contained in an existing VectorData object in a DynamicTabl…
-
https://www.mathworks.com/help/matlab/ref/matlab.unittest.plugins.codecoverage-package.html
-
For certain files that do not have a cached spec, there needs to be an automated method to generate classes based on a "best guess" based on the nwb_version string.
This method cannot be used with …
-
A cached spec with booleans (e.g. an attribute where required=False) is written as required: "false" (false as a string instead of a bool). This writes without error but causes a build error when it i…
-
We could use a more convenient way to read the corresponding data for specific row(s) of indexed vectors. We have `util.read_indexed_column`, which works OK, but it would be better to have this featur…
-
Matlab 2020 may have added auto-diagnostic messages when searching out directories.
```
>> generateCore
Found "matnwb" root directory at: ...\matnwb.
Found "namespaces" directory at: ...\matnwb\…
-
Related to #6, but it seems this was always an error (in NWB2, at least)!
When adding an imaging plane, we create one or two associated optical channels, for green and/or red, according to what dat…
-
## Description
In dandi-cli [we try to automagically](https://github.com/dandi/dandi-cli/blob/ea86eeee974fc58fac03b0af86cf606baba06e97/dandi/metadata.py#L68) import needed extensions (from those wh…
-
When an NWB file is exported from MatNWB, pyNWB will read its experimenter information as bytes instead of string, causing nwbwidgets error: `TypeError: sequence item 0: expected str instance, bytes f…
-
Is there a way to embed the NWB schema within the NWB file as it is saved so that the files can be opened in newer versions more seamlessly? `nwbRead` contains the following lines that indicate it is …