AllenInstitute / AllenSDK

code for reading and processing Allen Institute for Brain Science data
https://allensdk.readthedocs.io/en/latest/
Other
343 stars 149 forks source link

Build cloud API for downloading LFP NWB files #2557

Closed danielsf closed 1 year ago

danielsf commented 2 years ago

When we publish LFP NWB files to the S3 bucket, we will need to have code in the VBN cache object to download and access them. There was an unresolved discussion about whether or not that code should be attached to the session object or the cache. Attaching to the session object will be tricky, since it will require a session to remain connected to the cache that downloaded it.