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

store standard stim name in session description #137

Closed jihyunbak closed 2 years ago

jihyunbak commented 2 years ago

TODO

https://github.com/BouchardLab/nsds_lab_to_nwb/blob/60133df10e3e23d340eb1397bf3630bf93e78f0c/nsds_lab_to_nwb/metadata/metadata_manager.py#L350-L353

jihyunbak commented 2 years ago

this is how the standard stim name should be found (input can be an alternative stim name, the output stim_name is the standard stim name in the "list of known stimuli")

https://github.com/BouchardLab/nsds_lab_to_nwb/blob/60133df10e3e23d340eb1397bf3630bf93e78f0c/nsds_lab_to_nwb/metadata/metadata_manager.py#L509