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

Allow for time limits on IDE files in batch processing #65

Open
S-Hanly opened this issue Nov 23, 2021 · 0 comments
Open

Allow for time limits on IDE files in batch processing #65

S-Hanly opened this issue Nov 23, 2021 · 0 comments
Labels
endaq.batch Related to `endaq.batch`

Comments

@S-Hanly
Copy link
Contributor

S-Hanly commented Nov 23, 2021

When batch processing a bunch of files (or maybe even just 1 large file) I may want to treat longer files differently and allow for them to be represented in the output proportional to their overall length.

One solution would be to add an argument to the GetDataBuilder to specify a maximum time (in seconds?). So for example if a max_time of 10 minutes is specified, the batch processing would "split" a 60 minute file into 6 different segments ideally as part of the processing itself (maybe adding a file suffix indicating the time into that particular file).

@CrepeGoat

@S-Hanly S-Hanly added the endaq.batch Related to `endaq.batch` label Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
endaq.batch Related to `endaq.batch`
Projects
None yet
Development

No branches or pull requests

1 participant