AllenSDK
AllenSDK copied to clipboard
code for reading and processing Allen Institute for Brain Science data
BehaviorOphysSession.stimulus_presentations should also include rows for the fingerprint_stimulus that is shown at the end of each behavior session
Hi! ### Extracting LFP data in Visual Behavior - Neuropixels July 2022 I wanted to extract LFP data from the new dataset (Visual Behavior - Neuropixels July 2022) but I...
**Describe the bug** I get the following error when I try to read NWB files (Visual Coding Neuropixels experiment) after loading them with NWBHDF5IO function of pynwb package: ``` Traceback...
**Describe the bug** The SDK currently shows an off by 1 error for all video streams generated using the new MVR implemented by MPE. We believe this is due to...
to_json API has been replaced by an external json creator, i.e `VBN2022InputJsonWriter` Remove all references to `to_json` in `DataObject` API
Instructions on http://confluence.corp.alleninstitute.org/pages/viewpage.action?pageId=75009306 before merge - [x] update version in `__init__.py` - [x] update what's new in index.rst - [x] update the CHANGELOG.md - [x] make sure github CI passes...
I'm open to the idea that this is not the right place to document this. Should it go in the `BehaviorSession.to_nwb()` docstring?
Hello all, I am touching base with you because I am currently working on some mouse data and I would like to visualize my result into a surface. I have...
behavior_session_id = 875471358 has a few issues with it. First, the behavior_session_table says the session_type is OPHYS_6_images_A, however that session_type should not exist for VisualBehaviorMultiscope experiments because the novel image...
In the `stimulus_presentations `table of the `behavior_ophys_experiment_dataset `class (AllenSDK 2.12.12), there are columns called `start_frame`, `stop_frame `and `start_time`, `end_time`. I propose renaming `stop_frame `to `end_frame `for consistency. This would impact...