LSSTDESC / augur

DESC forecasting and inference validation tool
MIT License
3 stars 2 forks source link

Issues/48 - Redshift distributions from file #49

Closed fjaviersanchez closed 3 weeks ago

fjaviersanchez commented 3 weeks ago

Trying to address #48. This PR adds the ability to read either a text file (with format z, dndz_0, dndz_1, dndz_2, ...) or an npy file (with the same format as the one that is returned by CCLX) and assign it to a tracer.

fjaviersanchez commented 3 weeks ago

yes, that's a good point. I should add some safeguards :)