AllenInstitute / visual_behavior_analysis

Python package for analyzing behavioral data for Brain Observatory: Visual Behavior
Other
21 stars 6 forks source link

8 behavior session NWBs are missing from the platform_paper_cache and do not download properly from AWS #824

Open matchings opened 2 years ago

matchings commented 2 years ago

There are 8 behavior sessions in the platform paper experiments table that do not have NWB files in the platform paper cache in the directory below, and don't download from AWS when attempting to load the dataset object. Attempting to load results in the below error indicating that the files are truncated, however they simply don't exist.

These sessions will not be included in any platform paper analysis until the issue is resolved.

behavior_session_ids = [1002520823, 1002956042, 1003249011, 814545306, 815045874, 818007489, 818825644, 875471358]

platform paper cache dir = \allen\programs\braintv\workgroups\nc-ophys\visual_behavior\platform_paper_cache\2.12.4\visual-behavior-ophys-1.0.1\behavior_sessions

image

This probably also requires an SDK GitHub issue but i am logging it here first for record keeping purposes and visibility.