Skip to content
/ simpleQE Public

A simple framework for power spectrum quadratic estimators

License

Notifications You must be signed in to change notification settings

nkern/simpleQE

Repository files navigation

simpleQE

Run Tests codecov

A simple framework for power spectrum quadratic estimators. Version 1.0.0

Installation

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.

Getting Started

See notebooks/getting_started.ipynb for notes on getting started.