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

Feature: fill data gaps and bug fix trim start end times #84

Merged
merged 11 commits into from
Feb 24, 2023

Commits on Feb 24, 2023

  1. 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
    bch0w committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    d2fba1d View commit details
    Browse the repository at this point in the history
  2. 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
    bch0w committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    3d8a48d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ef5110 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19c5d69 View commit details
    Browse the repository at this point in the history
  5. 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
    bch0w committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    a387efb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d4dba6 View commit details
    Browse the repository at this point in the history
  7. remove debugger statement

    bch0w committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    15b4a63 View commit details
    Browse the repository at this point in the history
  8. added a check in trim function for late starttimes and early endtimes…

    … which would create incomplete data
    bch0w committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    a1a10e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a82a8ec View commit details
    Browse the repository at this point in the history
  10. 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
    bch0w committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    5f0907f View commit details
    Browse the repository at this point in the history
  11. fixing tests, trim start and end times ignored if no origin time give…

    …n to allow for direct preprocessing of streams without event ifnormation
    bch0w committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    72f19ff View commit details
    Browse the repository at this point in the history