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

only use the .ods metadata input when available, not .yaml #132

Closed jihyunbak closed 2 years ago

jihyunbak commented 2 years ago

and optionally save converted .yaml file for human convenience only

reasons:

jihyunbak commented 2 years ago

related discussion: what to do when we later find out that a block is actually not "clean"

jihyunbak commented 2 years ago

@jthermiz I guess we can tweak ExpNoteReader.dump_yaml() to return the dictionary content by default, and/or write the yaml file (possibly wrapped in a try-except)