SilverLabUCL / PySilverLabNWB

Python tools for working with Silver Lab data in the NWB2 format
MIT License
1 stars 0 forks source link

Ignore default metadata #44

Closed alessandrofelder closed 4 years ago

alessandrofelder commented 4 years ago

Addresses #37 and part of #41. Idea is to comment out the explanations to optional and required metadata parameters in the yaml files, so nwb_file writes pynwb defaults to file, instead of the explanations. Commented out explanations can be read using ruamel.yaml and displayed as tool tips in the GUI. Planned steps are:

tests currently fail due to changes in signature files. All functionality should have tests, too.

Some things yet to be decided:

alessandrofelder commented 4 years ago

Handled mostly in #45 (and signatures in #51 ). This was an attempt to pursue an ultimately a bit too complicated, and unnecessarily complicated, design approach.