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

Listmode reconstruction creates cache files with wrong numbers #1268

Closed
markus-jehl opened this issue Oct 2, 2023 · 0 comments · Fixed by #1269
Closed

Listmode reconstruction creates cache files with wrong numbers #1268

markus-jehl opened this issue Oct 2, 2023 · 0 comments · Fixed by #1269

Comments

@markus-jehl
Copy link
Contributor

The listmode reconstruction creates files numbered from very large numbers, such as e.g. 2241087299. This leads to the reconstruction failing when trying to read the cache, because then it is looking for files numbered from 0 onwards.
This can be fixed by explicitly setting the file count to 0 when creating the cache.

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

Successfully merging a pull request may close this issue.

1 participant