astropy / halotools

Python package for studying large scale structure, cosmology, and galaxy evolution using N-body simulations and halo models
http://halotools.rtfd.org
102 stars 63 forks source link

RSD Multipoles #233

Closed aphearin closed 8 years ago

aphearin commented 8 years ago

Include in mock_observables and also as a convenience function wrapped around the mocks

CC @duncandc

duncandc commented 8 years ago

the functions to calculate the multipoles are now in mock obs (next pull reuqest). these take the output of the s_mu_tpcf functions. convenience functions are left to @aphearin

aphearin commented 8 years ago

When you say "convenience functions", do you mean methods bound to composite model instances, or am I to write some functions in addition to those?

duncandc commented 8 years ago

methods bound to model instances. If we want them. I generally have not been touching those.

aphearin commented 8 years ago

Right, sure, I'll take care of that. Just leave this Issue open. I'm assigning it to myself now.