ehennestad
ehennestad
Hi, This is a difference in the API and I don't know the rationale behind it, but the experiment description is part of the `general` root group of the NWB...
I am wondering about the `control` and `control_description` dataset/attribute. Are these being used often? It seems to me from the description that this is a convenience dataset/attribute, where the user...
Try to add it without doing the toTable(). Does that work?
Also, is there a reason a softlink is only being resolved when the NWB file is being exported, and not when the SoftLink is created in the first place?
> That said, you cannot actually validate if an object is "pointable" by HDF5 path until you actually write the object to the same file as the soft link which...
Pt 2 from the first post is also true for `types.untyped.ObjectView` Also here there is an opportunity for hiding the implementation of ObjectView as suggested for Softlinks > I.e in...
Example here: https://github.com/NeurodataWithoutBorders/matnwb/tree/546-add-live-launch-buttons Added a "Open in MATLAB Online" badge in the beginning of the readme as well as two "run in matlab online" links on the tutorial list.
I was browsing around, could it be related to this issue in PyNWB? https://github.com/NeurodataWithoutBorders/pynwb/issues/1692
It might be that the file I was trying to read was an old version. I updated my local matnwb repository, and now I can not open the file any...
I support this! FYI: Matlab provides an option to define an alias file, which supports backwards compatibility of names. The [matlab.alias.AliasFileManager](https://se.mathworks.com/help/matlab/ref/matlab.alias.aliasfilemanager-class.html) class provides an API for creating and maintaining alias...