pynwb icon indicating copy to clipboard operation
pynwb copied to clipboard

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

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

### What would you like to see added to PyNWB? NWB 2.5.0 which will be released soon made changes to `IndexSeries` and `Images`: https://github.com/NeurodataWithoutBorders/nwb-schema/pull/459 ### Is your feature request related...

category: enhancement
priority: high

### What would you like to see added to PyNWB? Hi, As pynwb gets has more properties to `TimeSeries` data added it would be convenient if the load function automatically...

category: proposal
priority: medium

### What happened? In https://github.com/NeurodataWithoutBorders/pynwb/issues/1468#issuecomment-1121507931 @CodyCBakerPhD shows a case where the required attributes ``table`` and ``description`` are being omitted/removed from a ``DynamicTableRegion``. This (not surprisingly) causes the file to fail...

category: bug
priority: medium
topic: validator

### What would you like to see added to PyNWB? Hey all, This came up originally in https://github.com/dandi/helpdesk/discussions/71 that the NWBInspector failed to run on a certain NWBFile. Turns out...

category: enhancement
priority: medium

### What would you like changed or added to the documentation and why? The following link to conda-forge is broken. It looks like the page may have been removed, but...

category: bug
topic: docs

## Motivation Fix #1291. The extensions documentation could use some more work, but at least this fixes the code examples and adds important information. ## Checklist - [x] Have you...

## Motivation For large amounts of recording data, even adding waveform snippets to the columns of a `Units` table can be a significant task. One step towards reducing unnecessary data...

#1453 introduces a basic read tutorial, but a more advanced version is needed where we can add more coverage of ``Container`` base class features > > Thanks for putting together...

category: enhancement
topic: docs
priority: low

## Motivation fix #1452 I tried fixtures first but it was very difficult to get them to play nice with unitTests.

### What would you like to see added to PyNWB? When building tests for downstream libraries (nwb widgets, nwbinspector, etc.) we spend a lot of lines of code building NWB...