Nick Hand

Results 26 comments of Nick Hand

Isn't 2. already supported?

What's the use case for slicing the painted field? Slicing a CatalogMesh (at least locally) is now fully supported by #393, where slicing returns a new CatalogMesh object.

This is similar to RedshiftHistogram I think. We could generalize that to be a general histogram algorithm?

You'll get back the coordinates in whatever units the input cosmo.comoving_distance() returns. In the case of nbodykit's Cosmology object, the comoving_distance() returns distances in units of Mpc/h since it's built...

This is relatively easy to do, but not sure the best way to incorporate it into the existing FFTPower. Maybe a new algorithm?

Thanks for raising this issue, @andipotal...I've been meaning to add a more complete explainer on FastPM + nbodykit to the docs. How did you install fastpm? Using the C library...

wasn't this fixed already?

I'm experimenting with using the bootstrap sphinx theme and building on readthedocs. A preliminary version with a rough outline is here: http://nbodykit.readthedocs.io/en/docs/ @rainwoodman what do you think? Borrowing a bit...

If we wanted to run all of the recipes during, say, the testing runs on Travis, we could also upload the docs to GitHub-pages directly from Travis. I think the...

where did you put that css? I can't seem to get that to work. I don't think you can upload docs to RTD...it needs to be built by them at...