Yin Li (李寅)

Results 13 comments of Yin Li (李寅)

For wide angle case you use the unit vector pointing to the survey, so negative shift and positive LOS won't happen together. Likewise in flat sky limit, it shouldn't happen...

I have edited to correct myself in the above comments many times. Sorry if you are confused by the multiple notifications.

Have you checked the bias? The bias parameter is not the linear bias, I think, but a coefficient c in `exp(c \times delta_lin)`. So maybe you can adjust your Kaiser...

Seems like a sympy problem. It'd be nice to submit a minimal example to sympy issues, after figuring out which m it got stuck on, and which factor() of the...

I wonder if the `SimulationBox3PCF` and `SurveyData3PCF` was written to compute things like DDD, RRR, or DDR, i.e. like the Landy-Szalay but for 3PCF. In that case it is designed...

@franlane94 Did you see my replies to the issue you opened in mcfit [here](https://github.com/eelregit/mcfit/issues/4)? @rainwoodman How is new life? :) You may remember that I told you I changed the...

Nick has already fixed those optional arguments, so it shouldn't be affected by my changes of defaults. Did you get better results previously with the same code, or is this...

```python class ZJ0(mcfit): def __init__(self, k): UK = Mellin_SphericalBesselJ(0) mcfit.__init__(self, k, UK, q=1, lowring=False) self.prefac = k class ZJ1(mcfit): def __init__(self, k): UK = Mellin_SphericalBesselJ(1) mcfit.__init__(self, k, UK, q=0, lowring=False)...

@franlane94 I tried to run `ZeldovichPower`, with the latest version of nbodykit and mcfit, and could not reproduce the problem. Could you update them and try again? Please post your...

Without the context, I think it was just standard LPT calculations which you can find in many 1990-2000s papers. It will also appear as an appendix in a forthcoming paper...