Lawrence
Lawrence
The flattening of the MatNWB structure was so that users did not also need to handle generic HDF5 "group" object types which would make configuration even more complicated. Instead, the...
Note that if the Spike event data is transposed on write, NWB Inspector will not throw an error but will emits this critical message: ``` UserWarning: SpikeEventSeries 'unit1SS': The second...
This was constructed by a MatNWB script. However, it doesn't appear to satisfy the nwbinspector whichever way the data is transposed, despite the nwbinspector instructions. I looked through the generated...
Is the solution then to attempt to fix these other problems and assume the data is correct? We're primarily focused on the `/analysis` datasets currently but these other issues do...
The current tool I'm using no longer works with newer MATLAB versions so a better solution may be required. I can update the current API docs for 2.4.0. What do...
> Like with MATLAB you can select documentation from a previous version So you can technically do this by linking to a specific git commit right now but I get...
Actually, looking at the link again, we do need static HTMLs for the pages on GitHub though I wonder how many users actually reference these API docs instead of locally.
I've updated the API but I'll leave this issue open for the feature request.
pipeline failure allowable as that should be resolved by #575
The profile.pdf is nice but unfortunately it seems like the slowness doesn't just come from the MatNWB implementation itself, but the internal hdf5 lib provided by MATLAB. I will have...