cosmodesi / pypower

power spectrum and window function estimation
BSD 3-Clause "New" or "Revised" License
17 stars 6 forks source link

Power spectrum wedges systematically include mu = 1 #1

Closed adematti closed 2 years ago

adematti commented 2 years ago

To be checked, but mu-binned power spectrum estimates include mu = 1, which we do want in most cases. Yet, requesting e.g. muedges = [-0.2, 0.5, 0.7] will return P(k,mu) binned in [-0.2, 0.5, 1].

adematti commented 2 years ago

This has been solved, among other things, by 7a290c8.