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: Impulsive metrics (kurtosis and energy windowed SPL RMS) #143

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    5b56b3d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. draft metrics commit

    caplinje-NOAA committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5cac50a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    9667ea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fe9aed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5019cff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38f85fc View commit details
    Browse the repository at this point in the history
  5. updated docstrings

    caplinje-NOAA committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    535047e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    244c070 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Binoverlap fix (#2)

    * updated tests to include relative paths to test data, allowing them to run anywhere
    
    * corrected issue related to non-zero bin overlaps
    caplinje-NOAA authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ca96a90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6def16 View commit details
    Browse the repository at this point in the history
  3. Impulsive metrics (#3)

    * updated tests to include relative paths to test data, allowing them to run anywhere
    
    * draft metrics commit
    
    * add impulsive metrics and associated tests
    
    * small corrections/refactor
    
    * added kurtosis units, added test for using apply multiple for kurtosis, updated gitignore
    
    * updated docstrings
    
    * clean up test_impulsive_metrics.py
    caplinje-NOAA authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    772241e View commit details
    Browse the repository at this point in the history
  4. Update test_utils.py

    fix invalid escape
    caplinje-NOAA authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7c62e17 View commit details
    Browse the repository at this point in the history
  5. Update test_acoustic_file.py

    add numpy import
    caplinje-NOAA authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8117dd3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e323e6f View commit details
    Browse the repository at this point in the history
  7. Update test_acoustic_file.py

    added numpy import
    caplinje-NOAA authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d915513 View commit details
    Browse the repository at this point in the history
  8. Update test_impulsive_metrics.py

    removed unnecessary import
    caplinje-NOAA authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8c9a842 View commit details
    Browse the repository at this point in the history