Oliver Ruebel
Oliver Ruebel
I have not done any particular performance tests with streaming data yet, so please let us know in case you run into any issues with using the DataChunkIterator. Re @ajtritt...
> I think that is pretty good, though the output reflects the organization of the PyNWB object and types, not the schema organization Based on the original issue, I think...
For a more interactive (rather than command-line-tool) option you can also look at https://github.com/NeurodataWithoutBorders/nwb-jupyter-widgets
> * I even wondered about --diff-only option To do diffs should probably be a separate tool. Also, doing diff will require additional development to compare NWBFile objects. While having...
@bendichter this I think at least in part a Python 2 vs. 3 issue. In Python 2 range is a list and in 3 its an iterator (i.e., what xrange...
Making identifier optional is fine. I think we may want to update the doc for the identifier field as well. Currently the doc discusses an example on how to construct...
We should talk some more about this during the hackathon. I agree that 1 would be the least optimal option. 2 i think should be doable since the main problem...
@t-b to clarify, the version of the namespace is stored in the cached specification as part of both the JSON of the namespace and the path where the namespace is...
@luiztauffer thanks for the suggestion. We'll need to take a closer at ``AnnotationSeries``. In the meantime, if you need a DynamicTable to annotate time intervals an alternative may be for...
> 2\. Create a `NWBData.append` method As far as I can tell he is using the existing ``NWBData.append ``and ``NWBData.extend`` methods here. I have not looked closely at this, but...