Replies: 1 comment 14 replies
-
Yes, more advanced features like reusing is not present in MatNWB. I'm not entirely sure what goes on in "reuse" but you will have to just do that manually. I'm assuming there's more to reuse than just reassignment @rly? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I am using MatNWB. I have several channels of analog data that are all acquired using the same time values. I can easily create multiple TimeSeries objects by setting 'data' to the values acquired and 'timestamps' to the times. However, I noticed that PyNWB has the ability to reuse timestamps among TimeSeries objects:
This tactic does not seem to work with MatNWB for me, and the validate_timestamps method for the TimeSeries object only appears to check for float64. Am I missing something, or is this 'reusing' functionality not available in MatNWB?
Beta Was this translation helpful? Give feedback.
All reactions