-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature: fill data gaps and bug fix trim start end times #84
Commits on Feb 24, 2023
-
pysep new parameter which allows users to fill gappy data with a give…
…n value process function 'merge_and_trim_start_end_times' now takes fill value in order to fill in gappy data added test to test gap filling
Configuration menu - View commit details
-
Copy full SHA for d2fba1d - Browse repository at this point
Copy the full SHA d2fba1dView commit details -
added gap_fraction parameter which allows selecting the overall perce…
…ntage length of allowable data gaps. defaults to 1 (100%). added test to cover this
Configuration menu - View commit details
-
Copy full SHA for 3d8a48d - Browse repository at this point
Copy the full SHA 3d8a48dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ef5110 - Browse repository at this point
Copy the full SHA 1ef5110View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c5d69 - Browse repository at this point
Copy the full SHA 19c5d69View commit details -
split up processing function 'merge_and_trim...' into merge function …
…and trim function trim function now takes actual expected start and end times rather than inferring from the data bugfix gap percentage not accurately determinig total trace length
Configuration menu - View commit details
-
Copy full SHA for a387efb - Browse repository at this point
Copy the full SHA a387efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d4dba6 - Browse repository at this point
Copy the full SHA 6d4dba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b4a63 - Browse repository at this point
Copy the full SHA 15b4a63View commit details -
added a check in trim function for late starttimes and early endtimes…
… which would create incomplete data
Configuration menu - View commit details
-
Copy full SHA for a1a10e2 - Browse repository at this point
Copy the full SHA a1a10e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a82a8ec - Browse repository at this point
Copy the full SHA a82a8ecView commit details -
added new hidden variable 'extra_download_pct' which allows downloadi…
…ng an additional x% of data from data center because downloading the exact time bounds may lead to shorter waveforms after resampling or preprocessing. the extra downloaded data is trimmed away before being saved
Configuration menu - View commit details
-
Copy full SHA for 5f0907f - Browse repository at this point
Copy the full SHA 5f0907fView commit details -
fixing tests, trim start and end times ignored if no origin time give…
…n to allow for direct preprocessing of streams without event ifnormation
Configuration menu - View commit details
-
Copy full SHA for 72f19ff - Browse repository at this point
Copy the full SHA 72f19ffView commit details