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

ENH(shells): evaluate a linear combination of window functions #148

Merged
merged 3 commits into from
Jan 25, 2024
Merged

Commits on Jan 25, 2024

  1. ENH(shells): combine() as inverse to partition()

    Adds a function `combine(z, weights, shells)` that computes the linear
    combination of the window functions in *shells* using coefficients from
    *weights* evaluated in the redshifts *z*.
    
    Added: A new function `combine()` that evaluates the linear combination
      of radial window functions with given weights.
    ntessore committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    88f6aeb View commit details
    Browse the repository at this point in the history
  2. fix docstring

    ntessore committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d5cab91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13f9aea View commit details
    Browse the repository at this point in the history