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

Conversation

ntessore
Copy link
Collaborator

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. This is hence the inverse operation to partition(), which returns weights.

Closes: #147
Added: A new function combine() that evaluates the linear combination
of radial window functions with given weights.

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 ntessore merged commit 67a5721 into main Jan 25, 2024
10 checks passed
@ntessore ntessore deleted the pr-147 branch January 25, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add inverse function to partition
1 participant