Programmatically find all the time series in any NWB file #560
Labels
category: enhancement
improvements of code or code behavior
priority: low
alternative solution already working and/or relevant to only specific user(s)
Milestone
Hello everyone.
I've been using your API to develop my GSoC project and one of my tasks was to find a way to programmatically find all the time series present in any NWB 2.x file.
I've tried to develop this as follows:
I believe this returns all the TimeSeries objects, then I simply run over each one of them to get mono dimensional time series easily plottable:
I would like to get your opinion on this.
I wasn't able to find this feature in your API. Do you think it has any value? Would you do this any other way?
I understand that this is not a typical issue, so apologies in advance if it should be asked elsewhere. 🙏
The text was updated successfully, but these errors were encountered: