LSSTDESC / LSSLike

LSS Likelihood module
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

better mksim #2

Closed slosar closed 7 years ago

slosar commented 7 years ago

This now implements a better mksim that works with with the new sacc. INew sacc is now split like david requested. I haven't yet touched other modules, but will once you accept this.

fjaviersanchez commented 7 years ago

I tested it and works nicely. The only problem that I found so far is that the output sims/sim_mean.sacc in the example doesn't contain any bias information so, right now I am having some trouble connecting to what is already implemented in the package (lss_theory.py). I think that this is more a problem of the theoretical prediction than the input data so I'll try to fix this.

slosar commented 7 years ago

@fjaviersanchez If you do tracer.extraColumn('b') it should give you bias. We do store it (again, as a cross-checked truth that won't be there for real data)