Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Series with NaN Timestamps in Neurosift Visualization #212

Open
alessandratrapani opened this issue Nov 18, 2024 · 1 comment

Comments

@alessandratrapani
Copy link

I encountered an issue when uploading a DANDI dataset containing a Series with "some" NaN timestamps. Neurosift is unable to generate the usual visualization for these Series.
image

I understand that storing NaN timestamps might be unconventional, but in this specific case, I could not do otherwise.

To facilitate debugging and reproducing the issue, I’ve created a synthetic dataset on DANDI Staging. This dataset contains examples of Series with NaN timestamps. Please let me know if additional information is needed or if I can assist further.

@magland
Copy link
Collaborator

magland commented Nov 18, 2024

Thanks for preparing that example @alessandratrapani

I'm having a hard time knowing how to handle this since the timestamp handler (for irregular samples) heavily depends on the assumption that these timestamps are not NaN and are in ascending order. Could you explain some more about why the NaN are needed, what they represent, and that could help me figure out how to properly deal with them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants