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

Brought here from https://github.com/NeurodataWithoutBorders/pynwb/pull/953#discussion_r286616836.

category: enhancement
priority: low

The intervals table has taken over the role of the IntervalSeries. As far as we know, no one is using IntervalSeries in NWB 2.0. This can be marked for deprecation.

category: proposal
priority: low

In support of #992 and #994, we should add documentation and examples for usage of `NWBFile.copy`.

category: enhancement
topic: docs
priority: low

Generic tools, such as `h5dump`, without NWB knowledge about data types etc are too crude hard to use. pynwb provides nice pythonic interfaces... I wondered if there could be a...

category: proposal
priority: low

Hi, we are having some difficulties adding units to our nwb file. We are trying to add units in separate parts of our code. It seems that after writing and...

category: enhancement
priority: medium
topic: HDMF

## 1) Bug Cannot add epochs to file which already contains epochs. ### Steps to Reproduce ```python from pynwb import NWBFile, NWBHDF5IO from datetime import datetime # Make data source...

category: enhancement
priority: medium
topic: HDMF

## 2) Feature Request ``ImageSeries`` allows specification of data via external_file image stacks. It would be useful to enhance the ImageSeries Container class in PyNWB to support reading of ImageSeries...

category: enhancement
priority: low

## Feature Request It has often been requested that a table can be appended to, e.g. the units table, epochs table, invalid time intervals tables, etc. over the course of...

category: enhancement
priority: medium
topic: HDMF

### What would you like to see added to PyNWB? As mentioned in #1880, `get_data_in_units()` loads the entire dataset into memory. For large datasets, that is impractical and will silently...

category: proposal
priority: medium

## 2) Feature Request Right now it is difficult to test the `load_namespaces` flag in `NWBHDF5IO` for reading a custom extension. If you create an extension and an API either...

category: enhancement
priority: medium
topic: validator