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

Some way to map time to seed number #208

Open
meganrm opened this issue Oct 27, 2023 · 0 comments
Open

Some way to map time to seed number #208

meganrm opened this issue Oct 27, 2023 · 0 comments

Comments

@meganrm
Copy link
Member

meganrm commented Oct 27, 2023

Use Case

we now have a way to store multiple runs as one time step in a Simularium file, but we would like to know what seed number generated each time step view. Since simularium needs to have time be regular intervals we can't use seed number as the time step because there is not guarantee that the seed numbers will be regular.

Solution

One idea is to store a plot that maps time step to seed number. However if the seed numbers are wildly different the plot could be unreadable, ie if we have seeds 0, 1134, and 4.

Maybe we can find another place to store this data, but we're not sure at this moment

Alternatives

Please describe any alternatives you've considered, even if you've dismissed them

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

No branches or pull requests

1 participant