Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH(shells): evaluate a linear combination of window functions (#148)
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.
- Loading branch information