BouchardLab / nsds_lab_to_nwb

Python package to convert NSDS Lab data to NWB files.
https://nsds-lab-to-nwb.readthedocs.io/en/latest/
0 stars 4 forks source link

Require probe location in metadata #5

Closed jihyunbak closed 3 years ago

jihyunbak commented 3 years ago

We should probably require the metadata for the location of each probe, to be passed to the ElectrodeGroupsOriginator.

The right level for this information is probably in the block metadata, because it's clearly not the property of a given probe type. Or maybe keep this in the rat level?

jihyunbak commented 3 years ago

@jthermiz This would be where the ecog_lat_loc, … in the metadata could go, as we discussed.