pynwb icon indicating copy to clipboard operation
pynwb copied to clipboard

A Python API for working with Neurodata stored in the NWB Format

Results 240 pynwb issues
Sort by recently updated
recently updated
newest added

## 2) Feature Request A couple of issues recently have asked about linking data. We have a tutorial on modular storage right now, we should extend it or add a...

topic: docs
help wanted: good first issue

Some users would like to read/write data to/from flat-binary files. To support this, an extension of [FORMIO](http://pynwb.readthedocs.io/en/latest/pynwb.form.backends.io.html#pynwb.form.backends.io.FORMIO) must be created. Before doing this, details on how data gets stored need...

priority: high

#1350 added detailed docs for creating extensions. There is currently l substantial overlap between the new extensions docs and the extension tutorial in the sphinx gallery. Since the docs focus...

category: enhancement
topic: docs
help wanted: good first issue

It would be great to add a section ``7_sharing_extensions`` to the extension docs at https://github.com/NeurodataWithoutBorders/pynwb/blob/dev/docs/source/extensions_tutorial/extensions_tutorial_home.rst to discuss publishing the extension in the NDX catalog. In the spirit of the extension...

category: enhancement
topic: docs
help wanted: good first issue

This issue was originally reported by @lvsltz in https://github.com/oruebel/ndx-icephys-meta/issues/66. This issue has been copied here since it will need to be addressed in PyNWB. The stimuli table (`IntracellularStimuliTable`) (and co.)...

category: enhancement
help wanted: deep dive

## 2) Feature Request Currently the ordering of dimensions described in the schema is in many cases not listed in the documentation. E.g., for ``ElectricalSeries.data`` we should add to the...

topic: docs
help wanted: good first issue

Beth Buffalo's lab made an interesting request for spike times representation. They use a spike sorter that does not make a hard classification for units, but a soft clustering where...

category: proposal

Add support for genotype ontology

category: proposal
priority: low

It would be great if the logo on the pynwb read-the-docs and nwb.org were unified. @cmartin-kavlifoundation How was the branding for nwb.org constructed? Is there any way to unify across...

topic: docs

This PR is in response to https://github.com/hdmf-dev/hdmf/issues/665 which identified an issue where conversion of the icephys metadata tables to a hierarchical dataframe fails if a table contains a VectorIndex column....