Ryan Ly

Results 455 comments of Ryan Ly

Thank you for the bug report @abisi . Could you please clarify - are you encountering this error when selecting NWB files to use in the "Explore" (Neurosift) function of...

Hi @johnmbarrett . Thanks for the report. I understand how this is not ideal for your use of GUIDE. Unfortunately this will require some time to support and we are...

Hi Marco @mcelotto thank you for creating the issue ticket! The team agrees that this would be a very useful feature. In your example, it looks like each row represents...

You could check [whether a user is running an editable install](https://github.com/pypa/setuptools/issues/4186) of spyglass ```python from importlib_metadata import Distribution getattr(Distribution.from_name("spyglass-neuro").origin.dir_info, "editable", False) # returns True for editable install getattr(Distribution.from_name("numpy").origin.dir_info, "editable", False)...

@rcpeene, could you share the file that is causing this error? We cannot seem to reproduce the error on our end. Secondly, are the `xs`, `ys`, and `zs` arrays 1-D...

The length of each side of a pixel (or voxel) is a property of the acquisition process. That's why `grid_spacing` is part of `pynwb.ophys.ImagingPlane`. The image itself (e.g., `GrayscaleImage`) is...

Thanks. We won't add this in schema 2.8.0 (upcoming this month) but we can target 2.9.0.

@oruebel @stephprince and I discussed this issue earlier this week. Thanks for bringing up this use case. It is rare but should be addressed. The short answer is that the...

I agree with @bendichter . That feels intuitive to me. However, HDMF was not designed to resolve the spec that way. When HDMF encounters a dataset that is defined with...