Heberto Mayorquin

Results 117 issues of Heberto Mayorquin

This is coming from here in Spikeinterface: https://github.com/SpikeInterface/spikeinterface/issues/1228 Here, basically this format can't only be opened once per file-system. ```python from pathlib import Path from spikeinterface.extractors import EDFRecordingExtractor from spikeinterface.core.base...

Should fix #605 ## Checklist For all schema changes: - [x] Add release notes for the PR to `docs/format/source/format_release_notes.rst`. - [x] Have you included the relevant issue number using "Fix...

The documentation of IndexSeries looks confusing to me in the sense that the case of indexing an ImageSeries and the static images of an Images container seem to be mixed...

priority: low
topic: docs
category: question

Currently, the units of `OptogeneticSeries` are fixed to watts: https://nwb-schema.readthedocs.io/en/latest/format.html#optogeneticseries I was discussing this today with a member of the Cohen lab, who mentioned that this is insufficient from a...

category: proposal
category: question

This relates to writing data from NIDQ devices in the context of a SpikeGLX recording. [A more complete discussion can be found here](https://github.com/catalystneuro/neuroconv/issues/1154). To summarize: Analog channels from NIDQ devices...

category: enhancement
priority: medium

Hey guys, this has solved the editable install problems where the package is not properly parsed by static tools like vscode (i.e. the methods and package are not click reachable)...

This came up when trying to fix a problem with a missing probe channel in open ephys. While I was trying to understand how the function reads the contact ids...

It does not display the compression settings for in-memory files: ```python import numpy as np import hdf5plugin from pynwb import TimeSeries from pynwb.testing.mock.file import mock_NWBFile from hdmf.backends.hdf5.h5_utils import H5DataIO #...

category: bug
priority: low

### What would you like to see added to HDMF? Currently, when printing a dynamic table, you get the Python string representation of the objects: ![Image](https://github.com/user-attachments/assets/ecfb1274-3e91-4700-8432-56184cb57d61) This output isn't very...

### Is it a new bug? I did not find an existing issue about my problem ### What is the problem? I am trying to unlock some files that I...

UX