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

Split cluster count covariance into SSC and Gaussian builders #65

Closed mattkwiecien closed 1 year ago

mattkwiecien commented 1 year ago

Current implementation of cluster count covariance performs both SSC and Gaussian calculations in the same builder class. These should be spit into two separate classes.