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

Provide capability to trim traces exactly to selection #9

Open
chad-earthscope opened this issue Mar 8, 2017 · 0 comments
Open

Provide capability to trim traces exactly to selection #9

chad-earthscope opened this issue Mar 8, 2017 · 0 comments

Comments

@chad-earthscope
Copy link
Contributor

Background: Currently the "selection" capability of the library limits the file reading functionality to miniSEED records that contain data for the selection. In most selections with a specified time window, this results in a bit more data, before and after, than is specified in the selection.

An enhancement could provide the capability to further trim the traces such that the data is limited to exactly what is specified in the selection.

One idea for this is to provide a new function that takes a trace group or list along with a selection and performs the trimming. A caller would first call one of the file reading routines with a selection and then call the trimming function with the same selection.

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

No branches or pull requests

1 participant