A simple framework for power spectrum quadratic estimators. Version 1.0.0
Clone this repository as
git clone https://github.com/nkern/simpleQE
cd into simpleQE
and install it with either
python setup.py install
or
pip install -e .
Dependencies can be found in the ci/simpleqe_tests.yaml
file.
See notebooks/getting_started.ipynb
for notes on getting started.