LSSTDESC / TJPCov

TJPCov is a general covariance calculator interface to be used within LSST DESC
https://tjpcov.readthedocs.io
MIT License
11 stars 1 forks source link

Adjust cluster covariance calculation to use new SACC file tracers #92

Closed mattkwiecien closed 1 year ago

mattkwiecien commented 1 year ago

There's been development on the cluster pipeline that has led to improvements for how we store cluster data points in sacc. Each data point for a cluster data type comes with a (survey, z, richness) tracer combination. This PR updates the code to extract the data from that new sacc file format.

Closes #91

mattkwiecien commented 1 year ago

Updated the summary - added a new CovarianceClusterMass to hold the diagonal covariance matrix for cluster mass errors. This will be changed in the future but at least for now we are returning something for cluster mass covariance.

mattkwiecien commented 1 year ago

I thought google required single sentence not single line, my bad, fixed!

mattkwiecien commented 1 year ago

Merging without tests passing because this is the MPI bug addressed in #93