nbodykit icon indicating copy to clipboard operation
nbodykit copied to clipboard

Bispectrum Estimator

Open rainwoodman opened this issue 9 years ago • 4 comments

With the new painter features we are one step closer to implementing Marcel's bispectrum estimator.

After brief chatting with Marcel, the algorithm can take three 'field' arguments, each with its own datasource and painters. Field1 and Field2 will be multiplied as RealField, then r2c and multipled with Field3, and pass into the project_to_basis function.

rainwoodman avatar Aug 18 '16 21:08 rainwoodman

Does there happen to be (even WIP) code lying around for a bispectrum estimator?

jmsull avatar Mar 17 '22 17:03 jmsull

On Google search this popped up: https://github.com/sjforeman/bskit

I am not sure if @marcel-sl has any bi-spectrum code prototype developed, but I don't recall I made any progress on this.

rainwoodman avatar Mar 20 '22 19:03 rainwoodman

Thanks - this looks like it integrates nicely - I will try it out!

jmsull avatar Mar 20 '22 20:03 jmsull

I'd also recommend bskit. It should work nicely with nbodykit.

mschmittfull avatar Mar 21 '22 12:03 mschmittfull