Closed cechava closed 2 years ago
This has already been merged, but for completeness here are a few minor comments on the code:
any(matches())
versus any(strcmp())
for readabilityfieldnames
outputs to String
and using array indexing instead of cell arrays (which may be best reserved for heterogenous lists)write_to_NWB
. Seem like a good idea? Maybe capture as issue on MatNWB
Tutorial covers how to write output from EXTRACT pipeline to new or existing NWB files. This pull request also contains a helper function to handle creation of NWB file.