Implements the High-l TT likelihood code for SPT data as a plugin for Cobaya.
There is a demo file worked out in the highlTT_demo.py which outlines how to use it.
The actual likelihood code lives in spt3g_highlTT_2019_2020_likelihood.py
This likelihood is designed to run with cobaya. To use this likelihood,
- Add the location of this directory to your PYTHONPATH
- specify the following in your input .yaml cobaya file:
likelihood: highlTT_likelihood.SPT3GHighlTT.SPT3GHighlTTLike:
You can also specify any parameters that you would like to override in the above block. The default values of the parameters are specified in the SPT3GHighlTTLike.yaml file in this directory.
More coming soon!