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

So, we have diverging behavior if we create the plane segmentation. This, no image mask, works: ```python from pynwb.testing.mock.file import mock_NWBFile from pynwb.testing.mock.ophys import mock_ImagingPlane, mock_OpticalChannel from pynwb.testing.mock.device import mock_Device...

## Motivation - Fix #2100 ## How to test the behavior? See tests ## Checklist - [ ] Did you update CHANGELOG.md with your changes? - [x] Have you checked...

## Motivation Fix #2096 ## How to test the behavior? Create extension that defines a DynamicTableRegion column. Use get_class to get the class, and use the `target_tables` keyword argument. See...

### What would you like to see added to PyNWB? DynamicTable has an additional constructor argument "target_tables", a dict that specifies the mapping of DynamicTableRegion columns to the table. This...

category: enhancement
priority: low

> I think the original LucidChart ones were a little easier to read in terms of appearance and how the VectorData type was written, but this also works! > I...

category: enhancement
topic: docs
priority: low

### What would you like changed or added to the documentation and why? The tutorial "Extracelllular Electrophysiological Data" contains a section that references the `add_electrodes` function [here](https://pynwb.readthedocs.io/en/stable/tutorials/domain/ecephys.html). ``` nwbfile.add_electrode( group=electrode_group,...

topic: docs
priority: low

Related to this [issue in dandi-cli](https://github.com/dandi/dandi-cli/issues/1640) and [this one in nwbinspector](https://github.com/NeurodataWithoutBorders/nwbinspector/issues/594), both within the ecosystem: A user created a file in MATLAB using datetime objects, but without specifying a timezone....

category: bug
priority: medium
topic: docs
topic: HDMF
topic: validator
category: question

### What would you like to see added to PyNWB? Follow-up to @satra's comment: https://github.com/dandi/helpdesk/discussions/184#discussioncomment-13093548 > more generally it may be nice if we created a little function in nwb...

category: enhancement
priority: low

Cline-assisted fix #1958 I have addressed the performance issue in `PoseEstimationSeries` creation by making two key changes: 1. __Modified `pynwb.get_type_map()` (in `src/pynwb/__init__.py`):__ - Added a `copy` parameter (boolean, defaults to...

### What happened? Hello! I'm attempting to convert my data to the NWB format, and have some voltage traces recorded from a multi-electrode array. Spikes were detected in these traces....

category: bug
priority: medium