AllenInstitute / AllenSDK

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

PSB-156 load probe lfp metadata without needing to load lfp #2697

Closed aamster closed 11 months ago

aamster commented 11 months ago

Fixes #2641

When loading from NWB, before we required that the LFP data be loaded in order to populate has_lfp and lfp_sampling_rate in the probes table. This PR changes the logic to populate it without needing to load LFP data first.