From 213786d32507edcf23e4adeb99f562c8142c66b4 Mon Sep 17 00:00:00 2001 From: Ian Harrison Date: Wed, 23 Feb 2022 11:52:44 +0000 Subject: [PATCH] Added xcorr to readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de9b07cc..bd5428b9 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,11 @@ Please raise an issue if you have trouble installing or any of the tests fail. This repo currently implements the following specific likelihoods: * `MFLike`: the SO LAT multi-frequency TT-TE-EE power spectrum likelihood. (Adapted from, and tested against, the original implementation [here](https://github.com/simonsobs/lat_mflike)). -* `ClusterLikelihood`: An SZ-cluster count likelihood based on the original ACT SZ clusters likelihood. +* `ClusterLikelihood`: An unbinned SZ-cluster count likelihood based on the original ACT SZ clusters likelihood. * `LensingLikelihood`: Lensing power-spectrum likelihood, adapted from [here](https://github.com/simonsobs/so-lenspipe/blob/6abdc185764894cefa76fd4666243669d7e8a4b0/bin/SOlikelihood/cobayalike.py#L80). * `LensingLiteLikelihood`: A no-frills, simple $\chi^2$ lensing power spectrum. * `CrossCorrelationLikelihood`: A likelihood for cross-power spectra between galaxy surveys and CMB lensing maps. +* `XcorrLikelihood`: An alternative likelihood for cross-power spectra between galaxy surveys and CMB lensing maps. ## Contributing