AllenInstitute / npc_sessions

Tools for accessing and packaging data from behavior and epyhys sessions from the Mindscope Neuropixels team, in the cloud.
1 stars 1 forks source link

Add `lab_metadata` dict #80

Open bjhardcastle opened 8 months ago

bjhardcastle commented 8 months ago

For the onsite retreat, we spent some time getting is_ephys, is_templeton, ... joined onto the cached NWB dataframes, as they're not carried over from the session object.

They're quite helpful so they should be in the NWB proper.

The place to put them is a custom metadata dict, as in this example: https://github.com/catalystneuro/ndx-tank-metadata?tab=readme-ov-file#usage

bjhardcastle commented 8 months ago

just noticed we do already have keywords in session metadata, which includes opto, Templeton etc.