cosmodesi / pypower

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

Make direct computation faster #2

Open adematti opened 2 years ago

adematti commented 2 years ago

Current implementation of direct computation, using scipy cKDTree is fast enough for PIP weights (as only DD counts are required) but not for angular upweights (as DR counts are required) --- compared to the FFT part. Different options: