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

Implementation of median amplitude normalization. #261

Merged
merged 5 commits into from
Apr 6, 2024

Commits on Apr 5, 2024

  1. Update waveforms.py

    Implementation of wavefield normalization from PR #252.
    Adding new feature (median-based normalization), and fixing station_amplitude.
    thurinj committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bea12ab View commit details
    Browse the repository at this point in the history
  2. Update annotations.py

    Improved degree's distance so that it uses latitude/longitude instead of m_to_deg.
    thurinj committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    40d1bfe View commit details
    Browse the repository at this point in the history
  3. Update header.py

    Fixed typo.
    thurinj committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    36e859d View commit details
    Browse the repository at this point in the history
  4. Update unpack.bash

    Removed extra character in one of the file's name. Would prevent unpacking otherwise.
    thurinj committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a363b70 View commit details
    Browse the repository at this point in the history
  5. Update setup.py

    Scipy version fix to avoid conflict with obspy.
    (scipy.signal.hann is deprecated since scipy 1.13.0 and called in obspy).
    thurinj committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    da8ea0e View commit details
    Browse the repository at this point in the history