You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
Trying to process binary.dat data using load_open_ephys_binary.
I'm given unequal timestamps and data (i.e. 35553218 ts and 36001201 data)
Additionally, I'm not sure what the timestamps actually mean as it doesn't represent time. It seems as though it might be an index, but the max index is larger than the max length of data.
Trying to process binary.dat data using load_open_ephys_binary.
I'm given unequal timestamps and data (i.e. 35553218 ts and 36001201 data)
Additionally, I'm not sure what the timestamps actually mean as it doesn't represent time. It seems as though it might be an index, but the max index is larger than the max length of data.
Please clarify this for me. Thank you.