.coveragerc
.gitattributes
.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/black.yml
.github/workflows/publish.yml
.github/workflows/testing.yml
docs/source/conf.py
docs/source/examples.rst
docs/source/fgspectra.rst
docs/source/index.rst
docs/source/install.rst
docs/source/modules.rst
docs/source/_static/placeholder
fgspectra/__init__.py
fgspectra/_version.py
fgspectra/cross.py
fgspectra/frequency.py
fgspectra/model.py
fgspectra/power.py
fgspectra.egg-info/PKG-INFO
fgspectra.egg-info/SOURCES.txt
fgspectra.egg-info/dependency_links.txt
fgspectra.egg-info/requires.txt
fgspectra.egg-info/top_level.txt
fgspectra/data/cl_cib_Choi2020.dat
fgspectra/data/cl_ksz_bat.dat
fgspectra/data/cl_ksz_bat_full.dat
fgspectra/data/cl_sz_x_cib.dat
fgspectra/data/cl_tsz_150_bat.dat
notebooks/ACT_Models.ipynb
notebooks/Basic_Example.ipynb
notebooks/correlated_dust_sync.ipynb
notebooks/sum_CIB_tSZ_tSZxCIB_fortran_routine.txt
notebooks/tSZxCIB_test.ipynb
tests/test_frequency.py
tests/test_models.py