Paul Adkisson
Paul Adkisson
### What would you like to see added to PyNWB? I have behavioral video and some static images with different estimated length (mm/pixel) than width (mm/pixel). I would like to...
Re-raising [NeurodataWithoutBorders/pynwb#1749](https://github.com/NeurodataWithoutBorders/pynwb/issues/1749) for consistency with the schema. > ### What would you like to see added to PyNWB? > I have behavioral video and some static images with different estimated...
### What would you like to see added to NWB Widgets? Many of the visualizations coming from [MoSeq](https://dattalab.github.io/moseq2-website/index.html) like the characteristic "crowd movies" require loading many sessions simultaneously. With this...
# Current Behavior When ``select_peaks(peaks, n_peaks=n_peaks, ...)`` receives argument ``n_peaks >= peaks.shape[0]``, it returns ``peaks``. # Expected behavior When ``select_peaks(peaks, n_peaks=n_peaks, ...)`` receives argument ``n_peaks >= peaks.shape[0]``, it should throw...
## Motivation Fixes #1170 ## Checklist - [x] Did you update `CHANGELOG.md` with your changes? - [x] Does the PR clearly describe the problem and the solution? - [x] Have...
### What would you like to see added to HDMF? I am working on a new helper feature for neuroconv, in which users can repack an NWB file with new...
**Describe the bug** I have combined 7 electrical series into 1 in order to avoid the issue with multiple electrical series in acquisition (#396), but there are some gaps in...
Ran into this issue using `recording.set_probe` which depends on `recording.clone`. Expected set timestamps to propagate to the cloned recording extractor, but they do not. May be related to #3909 Minimal...
**Is your feature request related to a problem? Please describe.** Spyglass requires that electrode IDs (specified by the `name` field of `ShanksElectrode`) be globally unique across all probes and shanks...
**Is your feature request related to a problem? Please describe.** Spyglass supports imported `Position` but not imported `CompassDirection`, even though the computed-table `IntervalPositionInfo` generates components for both position and orientation....