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

Sub-second samples can overwrite each other for instruments that save files by timestamp #23

Open
amcmahon01 opened this issue Apr 23, 2023 · 0 comments
Labels

Comments

@amcmahon01
Copy link
Member

Instruments, such as the ICI thermal cam, that index their output files in YYYY-MM-DD_hhmmss format will overwrite samples within the same second, keeping only the last one acquired. This has only occurred during sampling "slow downs", usually caused by RAM limits and swap file usage.

Solution:
Add global record number to all filenames to ensure they are unique.

@amcmahon01 amcmahon01 added the bug label Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant