agencyenterprise / ndx-nirs

An NWB extension for storing Near-Infrared Spectroscopy (NIRS) data
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

[Resolves #27] Improve api in class init #29

Closed dsleiter closed 2 years ago

dsleiter commented 2 years ago

I also tried to remove the need for init params columns and colnames in containers that derive from DynamicTable since those are defined at definition time, however, I discovered those are used when building the container from disk, so they need to remain.

dsleiter commented 2 years ago

Awesome, thanks for the review @rob-luke!