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

PowerSpectrum: improve diagnostic value power spectrum api #695

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

Commits on Oct 29, 2024

  1. psd: simplify constructor

    Three reasons for doing this
    - A simpler constructor will allow easier construction of tests.
    - Keeping track of the high frequency data and performing the downsampling and exclusion/fit ranges lazily will allow us to do multiple analyses without the requirement to always recompute the expensive part (the FFT).
    - Keeping track of the uncut data will allow us to plot what we excluded.
    JoepVanlier committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    00cef96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cf336c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38d520c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c37465a View commit details
    Browse the repository at this point in the history