matnwb icon indicating copy to clipboard operation
matnwb copied to clipboard

A Matlab interface for reading and writing NWB files

Results 102 matnwb issues
Sort by recently updated
recently updated
newest added

From the matlab tutorial for calcium imaging: https://neurodatawithoutborders.github.io/matnwb/tutorials/html/ophys.html read_nwbfile.processing.get('behavior').nwbdatainterface.get('Position').spatialseries.get('SpatialSeries') should be read_nwbfile.get('processing').etc

category: bug
topic: docs

pynwb validation of matnwb-generated files fails when an extension is in the cached namespace. This is and independent issue from issue #349 and is not fixed by PR #350 To...

status: need more info

When you write an NWB file, it automatically writes all of the modality-specific groups in `/general`: `extracellular_ephys`, `intracellular_ephys`, `optogenetics`, and `optophysiology`. Currently, all of these groups are written, even though...

category: enhancement
status: todo
topic: nwb-file

I would like to do the following: 1) read in an nwb file 2) do something with it like create a new segmentation plane attached to an imaging plane 3)...

category: file issue
status: todo

Need a tutorial that covers construction and usage for built-in methods that covers the following - [x] VectorData - [x] Vector Index - [x] ElementIdentifier - [x] DynamicTable - [x]...

topic: docs

Is there any plan to include in matnwb some convenience functions for the new icephys tables introduced by nwb-schema 2.4, such as those mentioned in the [pynwb tutorial](https://pynwb.readthedocs.io/en/stable/tutorials/domain/plot_icephys_pandas.html#converting-icephys-metadata-tables-to-pandas-dataframes) (e.g. `get_icephys_meta_parent_table`...

category: proposal
status: todo
topic: matnwb-api

When calling nwbRead, there are two folders created in the pwd. This can be unexpected to the user, especially when the function is called somewhere under the hood (e.g., when...

I am using an [extension](https://github.com/lvsltz/ndx-bbp-icephys-hierarchy) to add groups of groups under `/scratch` to replicate the hierarchy of the [icephys extension](https://github.com/oruebel/ndx-icephys-meta). The [base container](https://github.com/lvsltz/ndx-bbp-icephys-hierarchy/blob/1c6054faef4a63ed59a288e774e47c50bfbabdee/src/spec/create_extension_spec.py#L78-L87) inherits from `NWBDataInterface`, yet MatNWB (but not...

status: todo